* Fix the regions of an `organization.activity_data` * Add `BaseDataClass` to all the dataclasses
0.0.820240926
* Normalize the API responses for user profile and organization data * Implement better error handling for the API * Add a retry mechanism for the API
0.0.720240924
* Return dataclass-based objects from the API
0.0.620240917
* Fix the check for a user's access to an application
0.0.520240917
* Add user/organization endpoints for getting information * add new organization and user endpoints * get a user's profile * get an NGO user's organization's profile * get the applications of an organization's user * get the list of apps * get organization information * get user(s) information * checks for users making use of these endpoints * check if a user has an application (self and other users) * check if an organization has an application * Improve the management of tests with tox * Improve the documentation
0.0.420240821
* Add code to work with the public endpoints (i.e., `health`, `version`, `file`, `nomenclatures/*`)