kintone-labs / kintone-js-sdk

Documentation:
https://kintone-labs.github.io/kintone-js-sdk/
MIT License
21 stars 26 forks source link

kintone-js-sdk

REST API client of kintone for node.js and javascript

:warning::warning: This package has been deprecated. Please use @kintone/rest-api-client instead. :warning::warning:

How to build

Requirement

* Node.js
* Git
$ git clone https://github.com/kintone/kintone-js-sdk.git
$ cd kintone-js-sdk
$ npm install
$ npm run build

Output

/dist/kintone-js-sdk.min.js
/esm/browser/main.js
/cjs/node/main.js

Installation

npm i @kintone/kintone-js-sdk

Note

From v0.5.0 completely changed parameters of all modules' constructors and functions to single object parameters. If you will not use v0.5.0 or upper, please specify the version to install.
Ex.

npm i @kintone/kintone-js-sdk@v0.4.2

Usage

Document

kintone-js-sdk

License

MIT License

Copyright

Copyright(c) Cybozu, Inc.