2.3.1 • Published 9 months ago

@ocsoftware/sdk v2.3.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Set-up

Install @ocsoftware/sdk:

npm install @ocsoftware/sdk

Usage

This is a simple example on how to use our SDK. You can overwrite the URL by setting a url property in the setup.

import { sdk, setup } from '@ocsoftware/sdk';

setup({
  token: 'YOUR_TOKEN',
  accountId: 'YOUR_ACCOUNT'
});

sdk.Branches({}).then( response => console.log(response) );

All the documents for the SDK can be found in our documentation.

2.3.1

9 months ago

2.3.1-alpha.0

9 months ago

2.3.0

12 months ago

2.2.0

12 months ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago