Skip to main content

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)

Uploaded Source

Built Distribution

pyntone-0.3.2-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

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

Hashes for pyntone-0.3.2.tar.gz
Algorithm Hash digest
SHA256 2b9d58f099da317b71c4731af49eea02ebfe62b07edeec3d4505d5386e6c219c
MD5 68cc9ccb72b08bd85e606f739d3765c8
BLAKE2b-256 11548ef2ac16221b73ce9cb41b8bda98d45361ebc2a9685ddf9c08e2e0f2ae6c

See more details on using hashes here.

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

Hashes for pyntone-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5c2875212a54406ba114b0f28e702d1bc8f07d3939af1d1fee1fcf2040e69719
MD5 fd71f1ce809fc30eb68b97be4b9373ec
BLAKE2b-256 d867a71c665de6452bf428e356c9f7aed82881f24b46498b9c3efc7dc93f27ea

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page