Releases: pryv/lib-java
Releases · pryv/lib-java
Specific ApiExceptions and change to delete method
Version 2.1.1 introduces mainly the following changes:
-
Specific ApiExceptions:
Handle more specifically errors coming from the Api and thus differentiate them from standard IOExceptions (no network for ex.). -
Delete return
In order to better fit the API, delete methods now return the deleted resource, with trashed property to true after the first delete call, and with deleted property to true after the second delete call.
Synchronous scheme for API calls
This new version of the library introduce a synchronous scheme for all API calls and more generally a simplification of the design and usage of the library (code simplification and modularization, removal of unused/incomplete features).
1.0.7
Implementation of Accesses
This release introduces an implementation of the Accesses API feature in the library.