18

Sample Code

/** * The following will print out the current stats for the * Stack 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.

4
  • Any idea about MVN Hosting..?? is it available as an artifact Commented Dec 14, 2016 at 17:57
  • Also where can i raise bugs on this..?? Commented Dec 14, 2016 at 17:58
  • 1
    @VineetVerma, I suspect this project is long dead and raising bugs will do no good. Nevertheless, you can do it at GitHub. But you're probably better pursuing a library that works on API V2 or later. Commented Dec 14, 2016 at 18:08
  • 2
    I guess so...nothing works in this lib anymore.. Commented Dec 15, 2016 at 6:07

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.