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.2.tar.gz
(12.7 kB
view details)
Built Distribution
pyntone-0.3.2-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file pyntone-0.3.2.tar.gz
.
File metadata
- Download URL: pyntone-0.3.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b9d58f099da317b71c4731af49eea02ebfe62b07edeec3d4505d5386e6c219c |
|
MD5 | 68cc9ccb72b08bd85e606f739d3765c8 |
|
BLAKE2b-256 | 11548ef2ac16221b73ce9cb41b8bda98d45361ebc2a9685ddf9c08e2e0f2ae6c |
File details
Details for the file pyntone-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: pyntone-0.3.2-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.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c2875212a54406ba114b0f28e702d1bc8f07d3939af1d1fee1fcf2040e69719 |
|
MD5 | fd71f1ce809fc30eb68b97be4b9373ec |
|
BLAKE2b-256 | d867a71c665de6452bf428e356c9f7aed82881f24b46498b9c3efc7dc93f27ea |