Skip to content

avion23/accounts-api-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GMI API python client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%