Skip to content

Releases: spinque/query-api-python

Remove unnecessary Authentication name

26 Nov 07:25
Compare
Choose a tag to compare

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

21 Aug 14:26
Compare
Choose a tag to compare

This release removes all the json / dictionary parameter passing and makes everything more pythonic.

Automatic authentication

18 Jun 13:16
Compare
Choose a tag to compare

Improve authentication for this library, now the authentication works the same as with acurl from Spinque.

Release v0.0.1

15 Aug 08:52
Compare
Choose a tag to compare

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