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.2.tar.gz
(27.9 kB
view hashes)
Built Distribution
Close
Hashes for noteable_origami-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfe2846058a3be086c53966ae50101e016378ca52d527f403ffbfca3d67b1506 |
|
MD5 | 054385a9a53f1eb9d19951be263ef5e5 |
|
BLAKE2b-256 | 35fd0e9c155be38688ffb458ee635581c89867b4b01ec1369d3882437f98b132 |