Basic API Call complete with exceptions/tests

This commit is contained in:
2022-05-16 10:46:34 +12:00
parent eaf59856d3
commit 631241bafb
14 changed files with 628 additions and 2 deletions

6
.gitignore vendored
View File

@@ -1 +1,5 @@
.vscode
.vscode
# Cached python code
__pycache__
# Cached test code
.pytest_cache