Last active
December 20, 2015 18:19
-
-
Save bdmac/6175557 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
{ | |
"id":16, | |
"name":"New York Marriott Marquis", | |
"phone":"1 212-3981900", | |
"full_address":"1535 Broadway, New York, NY, 10036, US", | |
"latitude":40.758408, | |
"longitude":-73.985517, | |
"checkout_time":null, | |
"time_zone":"America/New_York", | |
"address":{ | |
"street":"1535 Broadway", | |
"city":"New York", | |
"region":"NY", | |
"postal_code":"10036", | |
"country_code":"US" | |
}, | |
"links":[ | |
{ | |
"rel":"vertical_photo", | |
"href":null, | |
"version":"retina" | |
}, | |
{ | |
"rel":"vertical_photo", | |
"href":null, | |
"version":"standard" | |
}, | |
{ | |
"rel":"horizontal_photo", | |
"href":null, | |
"version":"retina" | |
}, | |
{ | |
"rel":"horizontal_photo", | |
"href":null, | |
"version":"standard" | |
}, | |
{ | |
"rel":"reservations", | |
"href":"http://checkmate.dev:3000/properties/16/reservations" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment