@kintone/kintone-js-sdk

0.7.8 • Public • Published

kintone-js-sdk

REST API client of kintone for node.js and javascript

⚠️This package will be deprecated. Please use @kintone/rest-api-client instead.

Note when using @kintone/rest-api-client

rest-api-client is being updated weekly.
Currently, not all kintone-js-sdk's features are being supported on the rest-api-client.
Once the rest-api-client supports all the necessary features for your use, it is highly recommended to switch over.
For the latest features and news regarding the rest-api-client, please check the reference.

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

  • UMD: include kintone-js-sdk.min.js from dist folder
const kintone = window.kintoneJSSDK;
  • CommonJS: install kintone-js-sdk using "npm i @kintone/kintone-js-sdk"
const kintone = require('@kintone/kintone-js-sdk')
  • ESM: install kintone-js-sdk using "npm i @kintone/kintone-js-sdk"
import * as kintoneJSSDK from '@kintone/kintone-js-sdk'

Document

kintone-js-sdk

License

MIT License

Copyright

Copyright(c) Cybozu, Inc.

Dependents (0)

Package Sidebar

Install

npm i @kintone/kintone-js-sdk

Weekly Downloads

628

Version

0.7.8

License

MIT

Unpacked Size

457 kB

Total Files

140

Last publish

Collaborators

  • h000780
  • kkawataki
  • hunghaubmt1
  • hfshiwo
  • trung-doan
  • dong0
  • tuthanhoancanh01
  • josh-vo
  • dony1118
  • mikei
  • nmanhit