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.3.1.tar.gz
(12.7 kB
view details)
Built Distribution
pyntone-0.3.1-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file pyntone-0.3.1.tar.gz
.
File metadata
- Download URL: pyntone-0.3.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69153f4ce3f8b6322fb94e9839deab93d083bad3f368b166e4df5d0906530e2f |
|
MD5 | 892fdefebe2e06784a71ddb9db585f84 |
|
BLAKE2b-256 | 2d36a7d4ba5980469dbbdafc524a6ce1fd7edfb3e386fb4474db8951b55e1fdf |
File details
Details for the file pyntone-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: pyntone-0.3.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95c46723ddfba488352d2c85195991e6d6f37c93001ea0254ad438081c1880e5 |
|
MD5 | 3a11a3e14de1382c773a2367cc9ad77f |
|
BLAKE2b-256 | 23a490ecfb79ce751c3816f30fe61a117b034114009f83ffa9f4ea1305f755a4 |