@shin-chan/kypes-rest
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

kypes-rest

Type definitions for the Kintone REST APIs.

Install

npm install --save-dev @shin-chan/kypes-rest

Usage

import { KintoneApi } from "@shin-chan/kypes-rest";

const recordJsonParam: KintoneApi.RecordsJson["GET"]["request"] = {
  app: 1,
  fields: ["Date", "Title" /* ... */],
};

const response = await kintone.api(
  "/k/v1/records.json",
  "GET",
  recordJsonParam
);

/* ... */

Disclaimer

This OSS is my own personal work and does not have any relationship with Cybozu Inc. or any other organization which I belong to.

License

kypes-rest is MIT Licensed

Readme

Keywords

Package Sidebar

Install

npm i @shin-chan/kypes-rest

Weekly Downloads

9

Version

0.0.4

License

MIT

Unpacked Size

99.5 kB

Total Files

15

Last publish

Collaborators

  • shin-chan