Releases: spinque/query-api-python
Releases · spinque/query-api-python
Remove unnecessary Authentication name
Removed the authentication name as a parameter, which was used for the token file name. We now use a hash of the secret and key to store the token.
Make library more Pythonic
This release removes all the json / dictionary parameter passing and makes everything more pythonic.
Automatic authentication
Improve authentication for this library, now the authentication works the same as with acurl
from Spinque.
Release v0.0.1
First release.
The spinque-query-api
package allows users to communicate with the spinque desk REST API using Python. The following features are implemented:
- Data can be retrieved from spinque desk endpoints.
- Authentication is supported.
- Basic error handling
- Basic Typing
- Small demo