##Sample Code
/** * The following will print out the current stats for the * Stack OverflowStack Overflow site (stackoverflow.com). */ public class Example { public static void main(String[] args) { Stats stats = StackAppClient.getStats(); System.err.println(stats); } } ##About
A Java client library that wraps the Stack Apps API. The library uses the newer Jersey REST processing that will eventually become part of the Java platform.
###Change Log
Version 0.9
- Added support for the version 0.9 of the API
###License
MIT
###Download
Clone it from the GitHub repository.
###Platform
Anywhere that Java can run.
##Contact
Send me a message on GitHub or use my site contact form.
##Code
You can find all the code on GitHub, feel free to fork it.