feat(api-client): rewrite api-client v2

This commit is contained in:
jo 2022-07-20 16:33:03 +02:00 committed by Kyle Robbertze
parent 067b35e9bb
commit cf9b08906b
4 changed files with 112 additions and 62 deletions

View file

@ -27,6 +27,7 @@ setup(
],
extras_require={
"dev": [
"requests-mock",
"types-requests",
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
],