Skip to content

Commit

Permalink
docs: add an example to get records as CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Feb 11, 2020
1 parent d964b9a commit 1e7938f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -7,7 +7,11 @@ A kintone API client for Rust language.
## CLI

```
# get a record
kintone-rs --base_url https://example.cybozu.com/ --api_token YOUR_API_TOKEN --app YOUR_APP_ID --record YOUR_RECORD_ID
# get records
kintone-rs --base_url https://example.cybozu.com/ --api_token YOUR_API_TOKEN --app YOUR_APP_ID --query 'Company_Name = "foo"' --fields "Company_Name,Address"
```

## Crate
Expand Down

0 comments on commit 1e7938f

Please sign in to comment.