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.4.tar.gz
(31.9 kB
view hashes)
Built Distribution
Close
Hashes for noteable_origami-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 844f13bfa9c6f45e0f050eb7e8abdea203ecf2cf64bba4be62f5f2f6052d9739 |
|
MD5 | a5120be4c53c2d82ac1030486228a65f |
|
BLAKE2b-256 | 2caa03103419db0918ac242802861b567e2b8eb7c3492b7783a46ff3e35092e4 |