Skip to main content

easybill_rest is a library to work with the easybill REST API (https://www.easybill.de/api/)

Project description

easybill_rest (py-ebrest)

Generic badge Generic badge PyPI - Python Version Generic badge Build Status

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


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.4.1.tar.gz (9.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page