Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /hermes/bosnacweb04/bosnacweb04ae/b2501/ipg.parminderscom/apps/blog/wp-content/plugins/jetpack/jetpack.php on line 246 2011 October at Kirpa Apps Blog

Kirpa Apps Blog

Archive for October, 2011

HyperPublic Java API

without comments

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 places = client.findPlaces(“lat=40.7&lon=-74.0″);
[/sourcecode]

Please try out the API and feel free to send feedback.

Written by admin

October 8th, 2011 at 7:52 pm

Posted in Tech