Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-montrose/stacman-java
Java version of Stacman wrapper around Stack Exchange API; WIP
https://github.com/kevin-montrose/stacman-java
Last synced: about 2 months ago
JSON representation
Java version of Stacman wrapper around Stack Exchange API; WIP
- Host: GitHub
- URL: https://github.com/kevin-montrose/stacman-java
- Owner: kevin-montrose
- License: mit
- Created: 2013-02-19T21:01:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-26T18:46:15.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T00:47:21.510Z (3 months ago)
- Language: Java
- Size: 657 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stacman-java
============This is a java wrapper around the [Stack Exchange API](https://api.stackexchange.com/) which is currently at version 2.2.
It's the base library used in the [Stack Exchange android application](https://play.google.com/store/apps/details?id=com.stackexchange.marvin) and is used for the vast majority of the application.
To get started, simply add this is a dependent library on your project and initiate a `StacManClient` object using your API key from the link above. You can then add an access token to the object by calling `setAccessToken` after which you can call the (new to 2.2) write methods, or access `/me` URLs.