2.1.0 • Published 22 days ago

@ocsoftware/sdk v2.1.0

Weekly downloads
-
License
-
Repository
-
Last release
22 days 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.1.0

22 days ago

2.0.1

29 days ago

2.0.0

1 month ago

0.2.0

6 months ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

12 months ago

0.1.3

1 year ago

0.1.5

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago