Skip to content

Releases: mosparo/python-api-client

v1.1.2

14 Dec 14:13
a66a36c
Compare
Choose a tag to compare

This release contains a fix for a logic bug, and the required dependencies have been updated.

  • If mosparo hasn't validated any fields (for example, because the fields in the form are not verifiable), the API client returns a list object instead of a dict, which leads to other problems when verifying the field data. Reported by @21adrian1996 in mosparo/django-integration#4

v1.1.1

18 Jan 18:28
Compare
Choose a tag to compare

This minor update is only a documentation update without any code change.

  • Updated the README.md and added the information about the bypass protection
  • Added the SECURITY.md file

v1.1.0

13 Jan 13:15
Compare
Choose a tag to compare

This release updates the library to meet the changes in mosparo v1.1.

Changes

  • Added the start_date method to the get_statistic_by_date functionality of the Client class
  • Updated the README and added the documentation for the get_statistic_by_date method

Release v1.0.0

29 Apr 12:58
ebba1e7
Compare
Choose a tag to compare

We're happy to announce the release of the first stable version of the Python API client.

The module is published on PyPI, and you can install it with the following command:

pip install mosparo_api_client