5.1.0 • Published 7 months ago

@sherl/sdk v5.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@sherl/sdk

Release Version semantic-release

Sherl SDK for JavaScript.

Sherl

Sherl is a low-code platform created by Winzana.

Getting started

Installation

Install as NPM package

npm install @sherl/sdk

Add script in browser

The script is available in the releases section.

<script type="text/javascript" src="sherl-sdk.min.js"></script>

<!-- or through a CDN like jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/@sherl/sdk@latest/_bundles/sherl-sdk.min.js"></script>

Configuration

Before calling any other methods, you need to initialize the SDK by calling init:

// Import with require
const Sherl = require('@sherl/sdk');

// OR import syntax
import * as Sherl from '@sherl/sdk';

// OR `window.sherl` for browsers

Sherl.init({
  apiKey: 'YOUR_API_KEY',
  apiSecret: 'YOUR_API_SECRET',
});

Contributions

See CONTRIBUTING.md

5.1.0

7 months ago

5.0.0

8 months ago

4.1.0

10 months ago

4.0.1

12 months ago

4.0.0

1 year ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.2-beta.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago