Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 628 Bytes

File metadata and controls

28 lines (22 loc) · 628 Bytes

accounts-api-python

This repository serves as a python API client for the GetMyInvoices API v2. Visit the documentation for further information.

Install

To simply integrate this library into your project, you can install it via pip:

pip install getmyinvoices

How to use

To initiate an API client, create an GMI instance with an access token:

GMI("XXXX-XXXX-XXXX-XXXX-XXXX")

Example usage:

gmi = GMI("XXXX-XXXX-XXXX-XXXX-XXXX")
gmi.api_status()
Maintainer

Ben Barten