Releases: mosparo/python-api-client
Releases · mosparo/python-api-client
v1.1.2
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 adict
, which leads to other problems when verifying the field data. Reported by @21adrian1996 in mosparo/django-integration#4
v1.1.1
v1.1.0
Release v1.0.0
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