Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.43 KB

matemonkey4j

Implementation of the low level Matemonkey API in Java

This library strives to provide a light weight low dependency library to query MateMonkey's API in a simple fashion from Java.

The only dependency is on Jackson in order to (de)serialize API requests and responses.

Status

Build Status Coverity Scan Build Status codecov.io

Maven Central

License

Short version: 3-clause BSD

Long version: LICENSE

Maintainer

tuxbox (sniggle.me)

Modules

api

The API module provides representations of the JSON API request and responses as Java POJO. Further the common query and query builders are included.

async

The async module provides the actual API calls in a way that caters for concurrent environments. In general there's one callable for each API method.

robospice

Convenience module that wraps the async module in a Robospice wrapper for convenience on Android.