Skip to content

Instantly share code, notes, and snippets.

@nitindhar7
Created October 22, 2011 00:20
Show Gist options
  • Save nitindhar7/1305327 to your computer and use it in GitHub Desktop.
Save nitindhar7/1305327 to your computer and use it in GitHub Desktop.
Forrst API Java wrapper usage
import com.forrst.api;
ForrstAPI forrst = new ForrstAPIClient();
// API stats
forrst.stats();
// Authentication
forrst.usersAuth("USERNAME", "PASSWORD");
// User information
forrst.usersInfo("USERNAME");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment