pyinvoiceninja/README.md
awkawb 7d35f85c1b
Some checks failed
test-clients / pyinvoiceninja (push) Failing after 53s
Updated README
2024-11-06 10:11:24 -05:00

636 B

pyinvoiceninja

Inspired by the official PHP SDK, a Python wrapper for Invoice Ninja's REST API.

Model Projects

Projects to look to for guidance:

How to use

Let see some basic usage:

>>> # Import client from module
>>> from pyinvoiceninja import InvoiceNinjaClient
>>> # 
>>> client = InvoiceNinjaClient(base_url='https://ninja.instance/api/v1')