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.8.tar.gz
(32.6 kB
view hashes)
Built Distribution
Close
Hashes for noteable_origami-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 907272fd9676d7f27642c138f9dcc2263354305fe39b2fd24c0b85f1cff25474 |
|
MD5 | ceb56eebe002b40d13618a2d62643c83 |
|
BLAKE2b-256 | 1282d8576f800efc54174cb238705664ca107c0d8e825b69ea0a778215391767 |