This repository was archived by the owner on Jan 30, 2026. It is now read-only.
·
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