Compare commits
4 Commits
aefb0dc2ab
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d35f85c1b | |||
| 3eaa187019 | |||
| d274bdad49 | |||
| ebc55fbf8d |
10
.gitea/workflows/test_clients.yaml
Normal file
10
.gitea/workflows/test_clients.yaml
Normal 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!"
|
||||||
|
|
||||||
@@ -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.
|
||||||
|
|||||||
6
tests/test.env
Normal file
6
tests/test.env
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Base URL of an Invoice Ninja instance
|
||||||
|
BASE_URL=
|
||||||
|
|
||||||
|
# API token for an Invoice Ninja instance
|
||||||
|
API_TOKEN=
|
||||||
|
|
||||||
Reference in New Issue
Block a user