rummble/RummbleAPIWithSignpost
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
An example class to use the Signpost OAuth library to call the Rummble API The example file provides the ability to: - get an access token - call the Rummble API via signpost using the default java HttpUrlConnection - call the Rummble API via signpost using the Apache commons Http library You will need to signup for an API consumer key at dev.rummble.com first. The java class needs you to fill in the consumer key and secret. The src has project settings for the Eclipse development environment.