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.6.0.tar.gz
(13.4 kB
view details)
Built Distribution
File details
Details for the file easybill_rest-0.6.0.tar.gz
.
File metadata
- Download URL: easybill_rest-0.6.0.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e8dd3e248242025b8280aa5daf886cf8189d0b2c596bf90352d2c5aab24aed7 |
|
MD5 | b9606a31dc35fd32f5439071bd278f8f |
|
BLAKE2b-256 | ab8db4cb526771504018d84d1933058e74989bb9c9456e7c3b6eaa8a8d32036e |
File details
Details for the file easybill_rest-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: easybill_rest-0.6.0-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f3b980629f936ba75fc674d5a06d5d90eabcccc02c397709302e854c689b499 |
|
MD5 | 1323637c536fc9e31268b4eafadcf94b |
|
BLAKE2b-256 | 00596e58572b1500f5837e972bc664656a7db9d1fc4ceb3c9682f0ad812d7175 |