5.1.0 • Published 2 years ago
@sherl/sdk v5.1.0
@sherl/sdk
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
2 years ago
5.0.0
2 years ago
4.1.0
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
3.2.0
2 years ago
3.1.0
2 years ago
3.0.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
2.1.0
2 years ago
2.0.0
2 years ago
1.3.1
4 years ago
1.3.0
4 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.2
5 years ago
1.1.2-beta.1
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago