Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Last active February 11, 2018 23:03
Show Gist options
  • Save projectxcappe/dd30905dac6bc7a3dc5424ff93bcee7c to your computer and use it in GitHub Desktop.
Save projectxcappe/dd30905dac6bc7a3dc5424ff93bcee7c to your computer and use it in GitHub Desktop.
Needs to return venue objects
{
"place_id": "1",
"name": "Elitch Garden",
"picture": "http://api.lineopener.com/uploads/elitches_3.jpg",
"status": "1",
"created": "2017-12-18 00:00:00",
"venue_count": 2
},
Not
{
"id": "1",
"name": "Elitch Garden",
"type": "place"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment