0.0.4 • Published 1 year ago

@shin-chan/kypes-rest v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago