js-authentication-sdk
v1.0.1
Published
rollup demo to show how to create sdk
Downloads
12
Readme
js-authentication-sdk
Browser
<script src="$path/js-authentication-sdk/$version/dist/index.umd.js"></script>
new JSAuthenticationSdk({ username: 'admin', password: 'admin' })
ESModules
npm install js-authentication-sdk --save
import JSAuthenticationSdk from 'js-authentication-sdk'
new JSAuthenticationSdk({ username: 'admin', password: 'admin' })
Node.js
npm install js-authentication-sdk --save
const JSAuthenticationSdk = require('js-authentication-sdk')
new JSAuthenticationSdk({ username: 'admin', password: 'admin' })