Right now i'm hand-crafting requests but it's quite easy to auto-generate a client from the swagger API json, ie
python -m pip install openapi-python-client
openapi-python-client generate --url https://kelpie.saladexamples.com/openapi.json
Haven't tried if it actually works but a python package would be better than manual request management :D
Right now i'm hand-crafting requests but it's quite easy to auto-generate a client from the swagger API json, ie
Haven't tried if it actually works but a python package would be better than manual request management :D