API client for Kintone REST API.
Project description
pyntone
API client for Kintone REST API.
Installation
$ pip install pyntone
Example
Get Record
from pyntone import ApiTokenAuth, KintoneRestAPIClient
auth = ApiTokenAuth(api_token='[YOUR API TOKEN]')
client = KintoneRestAPIClient(
base_url='https://[YOUR SUBDOMAIN].cybozu.com',
auth=auth
)
res = client.record.get_record(1, 1)
print(res)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyntone-0.2.2.tar.gz
(9.3 kB
view details)
Built Distribution
pyntone-0.2.2-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file pyntone-0.2.2.tar.gz
.
File metadata
- Download URL: pyntone-0.2.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc9c9aa03db561d9abc5f0758a44de07c7f05c5f05d4d12280bea12eb92d9f28 |
|
MD5 | 1b3c271188a2a065a4452a1a0f925046 |
|
BLAKE2b-256 | e77ecda9db2416b44e90ca7435051105100dca3282deb98e9587a9fc3efb8a77 |
File details
Details for the file pyntone-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pyntone-0.2.2-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bbec4a57f16907dacc1878051ff5d046298f42509870a1b5f210b02c492beff |
|
MD5 | d7d5d43844e708f3ee2b80fbce90f084 |
|
BLAKE2b-256 | c882306351d754384b420281b7925c4b7f8ced7150ddf0fd6ccf24724346f88e |