Skip to main content
edited tags
Link
Brock Adams
  • 13k
  • 5
  • 40
  • 65
Copy edited. Added some context. Used the official names of sites - see e.g. section "Proper Use of the Stack Overflow and Stack Exchange Name" in http://stackoverflow.com/legal/trademark-guidance (the last section).
Source Link
Kevin Montrose
  • 18.6k
  • 6
  • 36
  • 62

##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.

##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.

##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.

Copy edited. Added some context. Used the official names of sites - see e.g. section "Proper Use of the Stack Overflow and Stack Exchange Name" in http://stackoverflow.com/legal/trademark-guidance (the last section).
Source Link

StackExchange Stack Exchange Java client library

##Sample Code

/** * The following will print out the current stats for the * Stack Overflow site (stackoverflow.com site). */ public class Example {   public static void main(String[] args)   {   Stats stats = StackAppClient.getStats();   System.err.println(stats);   } } 

##About

A Java client library that wrappswraps the StackAppsStack Apps API. The library uses the newer Jersey RESTJersey 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 repothe GitHub repository.

###Platform

Anywhere that Java can run.

##Contact

Send me a message on githubGitHub or use my site contact form.

##Code

You can find all the code on githuball the code on GitHub, feel free to fork it.

StackExchange Java client library

##Sample Code

/** * The following will print out the current stats for the * stackoverflow.com site. */ public class Example { public static void main(String[] args) { Stats stats = StackAppClient.getStats(); System.err.println(stats); } } 

##About

A Java client library that wrapps the StackApps 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 repo

###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.

Stack Exchange Java client library

##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.

added 83 characters in body
Source Link
carson
  • 5.1k
  • 1
  • 17
  • 14
Loading
edited tags
Link
Sky Sanders
  • 12.1k
  • 3
  • 33
  • 60
Loading
Source Link
carson
  • 5.1k
  • 1
  • 17
  • 14
Loading