easybill_rest is a library to work with the easybill REST API (https://www.easybill.de/api/)
Project description
easybill_rest (py-ebrest)
easybill_rest
is a library to work with the easybill REST API (https://www.easybill.de/api/) written in Python.
All Resources are available.
The library supports only the Bearer
Authentication and calls the API only
through HTTPS
.
pip install easybill_rest
Usage
from easybill_rest import Client
client = Client("API-KEY")
result = client.documents().get_document("2")
# Returns the document model. Therefore, a field "title" is included in the dict.
print(result['title'])
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
easybill_rest-0.5.0.tar.gz
(9.8 kB
view hashes)