Last active
February 11, 2018 23:03
-
-
Save projectxcappe/dd30905dac6bc7a3dc5424ff93bcee7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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