kintone 0.1.0

kintone REST API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# kintone-rs

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.

WARNING: This library is under development and is likely to undergo incompatible changes in the future.

A client library of Kintone REST APIs for Rust.

See examples in the `examples` directory.

## Install

Add following line in your `Cargo.toml` right below `[dependencies]`.

```toml
kintone = { git = "https://github.com/nojima/kintone-rs" }
```