Compare commits

...

2 Commits

Author SHA1 Message Date
7d35f85c1b Updated README
Some checks failed
test-clients / pyinvoiceninja (push) Failing after 53s
2024-11-06 10:11:24 -05:00
3eaa187019 Fixed gitea action syntax error
Some checks failed
test-clients / pyinvoiceninja (push) Failing after 1s
2024-11-05 14:47:53 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ jobs:
pyinvoiceninja: pyinvoiceninja:
runs-on: invoiceninja runs-on: invoiceninja
steps: steps:
run: echo "Hello world!" - run: echo "Hello world!"

View File

@@ -1,4 +1,4 @@
# Python Invoice Ninja SDK # pyinvoiceninja
Inspired by the [official PHP SDK](https://github.com/invoiceninja/sdk-php), a Inspired by the [official PHP SDK](https://github.com/invoiceninja/sdk-php), a
Python wrapper for Invoice Ninja's REST API. Python wrapper for Invoice Ninja's REST API.