Skip to content

Releases: pryv/lib-java

Specific ApiExceptions and change to delete method

28 Nov 10:45

Choose a tag to compare

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

06 Nov 16:25

Choose a tag to compare

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

06 Nov 15:51

Choose a tag to compare

Synchronous scheme for API calls

Implementation of Accesses

20 Oct 09:58

Choose a tag to compare

This release introduces an implementation of the Accesses API feature in the library.

v1.0.5

27 Oct 16:04

Choose a tag to compare

1.0.5