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.7.tar.gz
(32.5 kB
view hashes)
Built Distribution
Close
Hashes for noteable_origami-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f97d6e92d5047bdada741cd8def2bced16938d3070d17a8ff4188f04da5adbf6 |
|
MD5 | 78170bee626e3a4e53df1c7989fbc064 |
|
BLAKE2b-256 | 6e514fe053eb462f437dddc2a46cac72ff27712706b8debc58d3b0fc255b4f93 |