The Noteable API interface
Project description
Origami
A library capturing message patterns and protocols speaking to Noteable's APIs
Install | Getting Started | License | Code of Conduct | Contributing
Requirements
Python 3.8+
Installation
Poetry
poetry add noteable-origami
Pip
pip install noteable-origami
Getting Started
Get your access token from https://app.noteable.world/api/token
from origami.client import NoteableClient
token = 'ey...' # from https://app.noteable.world/api/token
async with NoteableClient(api_token=token) as client:
await client.ping_rtu()
Contributing
See CONTRIBUTING.md.
Open sourced with ❤️ by Noteable for the community.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
noteable_origami-0.0.9.tar.gz
(32.6 kB
view hashes)
Built Distribution
Close
Hashes for noteable_origami-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9c6338dc2e8cf20e7c3c7230e22430488dd4a2ad6455a5267ea990084e5fb28 |
|
MD5 | 7a2050c0083f302b0e88ed03232add52 |
|
BLAKE2b-256 | 1b02b93e442d105a105240d3ba127d3ae05dc732a93d13900412af34996d611b |