Code Monkey home page Code Monkey logo

kintone-js-sdk's Introduction

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/[email protected]

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.

kintone-js-sdk's People

Contributors

phongnhat19 avatar minhhy2801 avatar trinhhunganh avatar quocphien90 avatar pham-gia-huong avatar hokimcuc0202 avatar youtr-s avatar trung-doan avatar suzuki-yutaro-com avatar josh-vo avatar miyass avatar the-red avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.