Archive for October, 2011
HyperPublic Java API
Hyperpublic is an open location platform. Developers can use the Hyperpublic API to query local places, deals, and events. Developers can also push your application’s local data into Hyperpublic to get distribution through the entire 3rd party developer ecosystem.
A new Java wrapper around the HyperPublic API has been made available here.
Usage is very simple.
Here’s code to fetch places around a given location:
[sourcecode language=”java”]
HPClient client = HPClient.create(YOUR_CLIENT_ID,YOUR_SECRET);
List
[/sourcecode]
Please try out the API and feel free to send feedback.