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.0.tar.gz
(11.9 kB
view details)
Built Distribution
pyntone-0.3.0-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file pyntone-0.3.0.tar.gz
.
File metadata
- Download URL: pyntone-0.3.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84f364bbb8cd40d927e34381a6050c35c7115e1b6101b35e4ffe541fa37b3f99 |
|
MD5 | a9af564a01285f57be112b38de762032 |
|
BLAKE2b-256 | 014273aae6b3ef3584e727c79b690ffda5f2c8758edcdf5a482b8e7fd833c2c5 |
File details
Details for the file pyntone-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pyntone-0.3.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c6e063278fa944d6edeb7880bc4a7dcfccaec0572583ef28ed08608e947f6f2 |
|
MD5 | 9b41630c87629b86660fc506c349bd24 |
|
BLAKE2b-256 | 07be10724a715724c715a52483d9a026e1eb7c0375c0b07b869bc0a35754cf8d |