Compare commits

..

4 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
d274bdad49 Testing gitea actions 2024-11-05 14:44:40 -05:00
ebc55fbf8d ADDED dotenv file for pytests 2024-10-22 16:12:28 -04:00
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
name: test-clients
run-name: ${{ gitea.actor }} is testing pyinvoiceninja
on: push
jobs:
pyinvoiceninja:
runs-on: invoiceninja
steps:
- 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
Python wrapper for Invoice Ninja's REST API.

6
tests/test.env Normal file
View File

@@ -0,0 +1,6 @@
# Base URL of an Invoice Ninja instance
BASE_URL=
# API token for an Invoice Ninja instance
API_TOKEN=