Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

OSF V2 API Client 1.0.2

Latest

Choose a tag to compare

@emetsger emetsger released this 05 Oct 12:15
· 4 commits to master since this release

OSF V2 API Client

Java client for the OSF version 2 API. Based on Retrofit and the jsonapi-converter. This is the underlying library used by the OSF Packaging code to connect and communicate with the OSF v2 API. It may also be used standalone.

It includes a Java model to represent the different types of objects presented by the OSF JSON-based API.

This should be considered a beta release, with no guarantees of binary or source-code backwards compatibility.

Requirements

  • Java 8 JRE

Changes since 1.0.1

  • Support for retrieving OSF Wiki and Comments
  • Bug fixes and improvements
    • Apache RAT #2
    • Improved timestamp handling #1
    • Ignore new field, auth_url, that was preventing the client from deserializing user objects
    • Update to the latest version of the jsonapi-converter, which contains critical bug fixes