Created
January 29, 2013 17:34
-
-
Save jlee42/4666025 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
{ | |
id: 1, | |
name: "Bullets Sports Bar", | |
description: "", | |
alias_list: [ ], | |
tag_list: [ ], | |
created_at: "2013-01-28T11:03:25-06:00", | |
updated_at: "2013-01-29T11:21:10-06:00", | |
active: true, | |
addresses: [ | |
{ | |
id: 1, | |
address_line_1: "2441 A.P. Tureaud St.", | |
address_line_2: null, | |
city: "New Orleans", | |
state: null, | |
postal_code: "70119", | |
country_code: "USA", | |
title: null, | |
created_at: "2013-01-28T11:03:25-06:00", | |
updated_at: "2013-01-28T11:03:25-06:00", | |
longitude: -90.06713099999999, | |
latitude: 29.98208 | |
}, | |
{ | |
id: 2, | |
address_line_1: "123 Main Street", | |
address_line_2: null, | |
city: "New Orleans", | |
state: null, | |
postal_code: "70119", | |
country_code: "USA", | |
title: null, | |
created_at: "2013-01-28T11:06:26-06:00", | |
updated_at: "2013-01-28T11:06:26-06:00", | |
longitude: -90.22713999999999, | |
latitude: 29.972562 | |
} | |
], | |
contacts: [ ], | |
phone_numbers: [ ], | |
websites: [ ], | |
emails: [ ], | |
photos: [ | |
{ | |
id: 1, | |
caption: "", | |
created_at: "2013-01-29T11:21:10-06:00", | |
updated_at: "2013-01-29T11:21:10-06:00", | |
original_url: "https://cdx.s3.amazonaws.com/development/uploads/photo/file/1/l.jpg?AWSAccessKeyId=AKIAJYPXJ6KTILOYBWMQ&Signature=D170wPlaliZDmQrxgckVmq%2FTTR4%3D&Expires=1359481242", | |
small_url: "https://cdx.s3.amazonaws.com/development/uploads/photo/file/1/small_l.jpg?AWSAccessKeyId=AKIAJYPXJ6KTILOYBWMQ&Signature=knx61uFCb0zJFtyJmStM%2B6IAjMk%3D&Expires=1359481242", | |
thumbnail_url: "https://cdx.s3.amazonaws.com/development/uploads/photo/file/1/thumbnail_l.jpg?AWSAccessKeyId=AKIAJYPXJ6KTILOYBWMQ&Signature=Hrp%2FXIrlpjuOXZ03%2B6THk9xrtGY%3D&Expires=1359481242", | |
wide_url: "https://cdx.s3.amazonaws.com/development/uploads/photo/file/1/wide_l.jpg?AWSAccessKeyId=AKIAJYPXJ6KTILOYBWMQ&Signature=Onn7jBE9Bu2zvqpKw0ZfiXdguzs%3D&Expires=1359481242", | |
small_wide_url: "https://cdx.s3.amazonaws.com/development/uploads/photo/file/1/small_wide_l.jpg?AWSAccessKeyId=AKIAJYPXJ6KTILOYBWMQ&Signature=%2Baw7IwXgNaa6Bw7vc7S%2BD9%2FwPlo%3D&Expires=1359481242", | |
square_url: "https://cdx.s3.amazonaws.com/development/uploads/photo/file/1/square_l.jpg?AWSAccessKeyId=AKIAJYPXJ6KTILOYBWMQ&Signature=qE55YFY9UJj7TtQNz3M5wzH8bPM%3D&Expires=1359481242" | |
} | |
], | |
videos: [ ], | |
amenities: [ ], | |
categories: [ ], | |
operating_schedules: [ ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment