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.
Short version: 3-clause BSD
Long version: LICENSE
tuxbox (sniggle.me)
The API module provides representations of the JSON API request and responses as Java POJO. Further the common query and query builders are included.
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.
Convenience module that wraps the async module in a Robospice wrapper for convenience on Android.