Created
March 3, 2018 09:23
-
-
Save FermiDirak/dc392097e07b28b3593655b8a5379607 to your computer and use it in GitHub Desktop.
This file contains 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
GET http://localhost:3000/business/--9e1ONYQuAa-CB_Rrw7Tw | |
Sample Output: | |
{ | |
"id": "--9e1ONYQuAa-CB_Rrw7Tw", | |
"name": "Delmonico Steakhouse", | |
"neighborhood": "The Strip", | |
"address": "3355 Las Vegas Blvd S", | |
"city": "Las Vegas", | |
"state": "NV", | |
"postal_code": "89109", | |
"latitude": 36.1232, | |
"longitude": -115.169, | |
"stars": 4, | |
"review_count": 1451, | |
"is_open": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment