Skip to content

Instantly share code, notes, and snippets.

@simplyluke
Created October 28, 2014 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplyluke/93c9c8099599bc2c5fec to your computer and use it in GitHub Desktop.
Save simplyluke/93c9c8099599bc2c5fec to your computer and use it in GitHub Desktop.
API example
{
{
"id" : "1",
"name": "Lorem Ipsum",
"url" : "http://balloonchallenge.org/teams/1",
"location": {
"latitude": "30.2807033",
"longitude": "97.755326"
}
},
{
"id" : "2",
"name": "Lorem Ipsum",
"url" : "http://balloonchallenge.org/teams/2",
"location": {
"latitude": "30.2807033",
"longitude": "97.755326"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment