0.0.1 • Published 6 years ago

leancloud-sdk v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

leancloud-sdk

Mini Leancloud SDK for browser/node.js

npm npm npm

// for browser
const SDK = require('leancloud-sdk');
// for node.js
// const SDK = require('leancloud-sdk/node');

const client = SDK({
  appId: 'xxxx',
  appKey: 'xxx',
  endpoint: 'https://xxxx.api.lncld.net/1.1/'
})

client.get('classes/Demo').then(console.log).catch(console.log);

License

MIT

通过支付宝捐赠:

qr