roomorama_api 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +18 -0
- data/.travis.yml +8 -0
- data/CHANGELOG +23 -0
- data/Gemfile +4 -0
- data/LICENSE +22 -0
- data/README.md +77 -0
- data/Rakefile +11 -0
- data/lib/roomorama_api/version.rb +3 -0
- data/lib/roomorama_api.rb +182 -0
- data/roomorama_api.gemspec +23 -0
- data/test/fixtures/destinations/all.json +58174 -0
- data/test/fixtures/favorites/create.json +7 -0
- data/test/fixtures/favorites/list.json +28 -0
- data/test/fixtures/hosts/properties/list.json +84 -0
- data/test/fixtures/hosts/properties/show.json +81 -0
- data/test/fixtures/perks/get_data.json +25 -0
- data/test/fixtures/perks/list.json +453 -0
- data/test/fixtures/properties/availabilities.json +346 -0
- data/test/fixtures/properties/find.json +250 -0
- data/test/fixtures/properties/find_similar.json +119 -0
- data/test/fixtures/properties/get_data.json +105 -0
- data/test/fixtures/properties/price_check.json +29 -0
- data/test/fixtures/properties/reviews.json +149 -0
- data/test/fixtures/users/get_data.json +13 -0
- data/test/fixtures/users/me.json +29 -0
- data/test/fixtures/users/register.json +29 -0
- data/test/fixtures/users/reviews.json +989 -0
- data/test/fixtures/users/update_profile.json +13 -0
- data/test/minitest_helper.rb +57 -0
- data/test/roomorama_api_test.rb +175 -0
- metadata +161 -0
@@ -0,0 +1,453 @@
|
|
1
|
+
{
|
2
|
+
"result": [
|
3
|
+
{
|
4
|
+
"id": 200,
|
5
|
+
"name": "iTwin Connect: Making the Public Internet Private",
|
6
|
+
"description": "iTwin Connect addresses the myriad of challenges faced by today’s mobile professionals. First, iTwin Connect ensures private and restriction-free browsing and secondly, it provides remote desktop access, remote file access and access to the home/office network. The iTwin Connect device consists of two identical halves. To install, simply plug the device into a USB port on the home/office PC. Detach one half of the device, which becomes the iTwin Connect “key\", and carry it with you. When on the go, plug this key into a laptop and a secure VPN tunnel is instantly formed to the home/office PC.",
|
7
|
+
"deal": "Save 15% on iTwin Connect.",
|
8
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/200/200_regular.jpg?2013",
|
9
|
+
"created_at": "2013-02-13 15:12:49",
|
10
|
+
"updated_at": "2013-02-28 22:18:30",
|
11
|
+
"categories": [
|
12
|
+
{
|
13
|
+
"id": 9,
|
14
|
+
"title": "Business Services"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"id": 188,
|
20
|
+
"name": "Todd Beltz Photography",
|
21
|
+
"description": "Todd Beltz is an experienced photographer that splits his time between New York and Singapore. Todd's interior photography showcases the decor, warmth and finishing touches of a home, making properties come to life through his photographs. If you're looking to highlight your space with impeccable photography, contact Todd Beltz Photography! ",
|
22
|
+
"deal": "Get the Roomorama photo package for USD$60. This includes 15-20 high-quality images, delivered digitally.",
|
23
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/188/188_regular.png?2012",
|
24
|
+
"created_at": "2012-09-28 14:17:55",
|
25
|
+
"updated_at": "2012-10-01 18:14:16",
|
26
|
+
"categories": [
|
27
|
+
{
|
28
|
+
"id": 1,
|
29
|
+
"title": "Photography Services"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"id": 160,
|
35
|
+
"name": "Meshu",
|
36
|
+
"description": "Meshu helps turn your locations into beautiful jewelry. Create custom necklaces, earrings, and cufflinks by entering desinations on a map or by connecting with your Foursquare account. Create a pendant from your weeklong vacation to Costa Rica, or earrings that chronicle your trip across Europe. Check out their site and see what your travels look like as jewelry!",
|
37
|
+
"deal": "Save 15% on any order! ",
|
38
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/160/160_regular.png?2012",
|
39
|
+
"created_at": "2012-06-04 14:38:38",
|
40
|
+
"updated_at": "2012-07-02 19:25:33",
|
41
|
+
"categories": [
|
42
|
+
{
|
43
|
+
"id": 11,
|
44
|
+
"title": "Shopping"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"id": 158,
|
50
|
+
"name": "Vayable Travel Experiences",
|
51
|
+
"description": "Vayable is a marketplace to find things to do on vacation, such as tours and activities offered by trusted, local experts. Why follow the crowds, visit tourist traps, and see the same sights as everyone else? A Vayable guide can show you the hidden secrets that only locals know. So whether you'd like to take a sailboat tour, hike to a secluded waterfall, or explore the mysteries of Egypt, Vayable can help you plan a trip like no other. ",
|
52
|
+
"deal": "Save $10 on your first experience! ",
|
53
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/158/158_regular.jpeg?2012",
|
54
|
+
"created_at": "2012-05-30 20:16:38",
|
55
|
+
"updated_at": "2012-07-02 20:44:23",
|
56
|
+
"categories": [
|
57
|
+
{
|
58
|
+
"id": 2,
|
59
|
+
"title": "Sightseeing"
|
60
|
+
}
|
61
|
+
]
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"id": 145,
|
65
|
+
"name": "SpaFinder",
|
66
|
+
"description": "Roomorama knows it's important to stay healthy (and pamper yourself!) while on vacation. That's why we love SpaFinder. SpaFinder lets you find and buy gift certificates to spas, salons, gyms and wellness centers wherever you are. Simply purchase a gift certificate online, and use it at any of their 7,000 partnering locations worldwide, including places like Bliss Spas and Equinox Gyms! ",
|
67
|
+
"deal": "Save 10% on all purchases! ",
|
68
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/145/145_regular.png?2012",
|
69
|
+
"created_at": "2012-04-25 15:48:35",
|
70
|
+
"updated_at": "2012-07-02 20:07:15",
|
71
|
+
"categories": [
|
72
|
+
{
|
73
|
+
"id": 12,
|
74
|
+
"title": "Lifestyle & Fitness"
|
75
|
+
}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"id": 144,
|
80
|
+
"name": "TaskRabbit: Your To-Dos, Done! ",
|
81
|
+
"description": "\r\nTaskRabbit is a website and mobile app that's all about making your life easier. TaskRabbit makes it a breeze for busy people to outsource small jobs and errands to friendly people right in their own neighborhoods. Background-checked TaskRabbits can help with just about anything — like picking up your groceries, cleaning your house, facilitating key exchange with your Roomorama guests, online research for an upcoming trip, and anything else you may need done. \r\n\r\n\r\nAvailable in:\r\nYou can hire TaskRabbits for in-person errands in Austin, Boston, Chicago, LA & Orange County, New York City, Portland, San Antonio, San Francisco, and Seattle, and for virtual Tasks from anywhere else. ",
|
82
|
+
"deal": "Save $15 on your very first completed task! ",
|
83
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/144/144_regular.jpeg?2012",
|
84
|
+
"created_at": "2012-04-23 17:04:55",
|
85
|
+
"updated_at": "2012-07-02 20:08:38",
|
86
|
+
"categories": [
|
87
|
+
{
|
88
|
+
"id": 1,
|
89
|
+
"title": "Photography Services"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"id": 2,
|
93
|
+
"title": "Sightseeing"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"id": 6,
|
97
|
+
"title": "Transportation"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"id": 7,
|
101
|
+
"title": "Concierge Services"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"id": 9,
|
105
|
+
"title": "Business Services"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"id": 10,
|
109
|
+
"title": "Home & Decorating Services"
|
110
|
+
}
|
111
|
+
]
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"id": 133,
|
115
|
+
"name": "Fancy Hands Personal Assistants",
|
116
|
+
"description": "Fancy Hands is a team of personal assistants ready to work for you right now. From research, to appointments, to calling the wonderful kind souls at Ikea support. You should focus on what's important, let Fancy Hands focus on the rest.",
|
117
|
+
"deal": "Save 15% on any plan! ",
|
118
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/133/133_regular.png?2012",
|
119
|
+
"created_at": "2012-03-13 00:46:16",
|
120
|
+
"updated_at": "2012-07-02 18:09:58",
|
121
|
+
"categories": [
|
122
|
+
{
|
123
|
+
"id": 9,
|
124
|
+
"title": "Business Services"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"id": 7,
|
128
|
+
"title": "Concierge Services"
|
129
|
+
}
|
130
|
+
]
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"id": 127,
|
134
|
+
"name": "Brincatti Travel-Sized Cases",
|
135
|
+
"description": "Brincatti's refillable travel kits are TSA approved and feature a wide mouth opening to help easily transfer liquids into the bottle. Drop a pretty penny on that hairstyle? Don't wreck it with \"I'll buy it when I get there\" shampoo. You’ve got your dream team of brands –take them with you when you travel!\r\nThe Brincatti travel kit includes four 3 oz. wide mouth, easy fill bottles (three with secure flip tops), one sprayer, and a full set of adhesive labels -all in a one quart closable bag! \r\n ",
|
136
|
+
"deal": "Buy one travel kit and get the second free! ",
|
137
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/127/127_regular.jpeg?2012",
|
138
|
+
"created_at": "2012-02-28 20:22:42",
|
139
|
+
"updated_at": "2012-07-02 16:26:18",
|
140
|
+
"categories": [
|
141
|
+
{
|
142
|
+
"id": 4,
|
143
|
+
"title": "Travel Gear and Accessories "
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"id": 8,
|
147
|
+
"title": "Travel Necessities "
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"id": 11,
|
151
|
+
"title": "Shopping"
|
152
|
+
}
|
153
|
+
]
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"id": 125,
|
157
|
+
"name": "Cabeau Travel Gear",
|
158
|
+
"description": "Cabeau Travel is the ultimate destination for innovative travel pillows, accessories, and on-the-go gear. Cabeau is an industry leader in its category, and prides itself both on the quality and amazing functionality of its products, which include its Evolution Pillows and award winning BlanKid Buddy. Make sure to check out all of their awesome travel products before your next vacation! ",
|
159
|
+
"deal": "Save 20% on your order! ",
|
160
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/125/125_regular.jpeg?2012",
|
161
|
+
"created_at": "2012-02-24 21:14:09",
|
162
|
+
"updated_at": "2012-07-02 16:41:54",
|
163
|
+
"categories": [
|
164
|
+
{
|
165
|
+
"id": 4,
|
166
|
+
"title": "Travel Gear and Accessories "
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"id": 11,
|
170
|
+
"title": "Shopping"
|
171
|
+
}
|
172
|
+
]
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"id": 113,
|
176
|
+
"name": "BAGGU Bags",
|
177
|
+
"description": "BAGGU makes simple, high quality bags in many different colors and designs. The bags are durable, light and great for traveling. BAGGU Daypacks can easily be folded into their front zipper pockets and be put almost anywhere. Toss the daypack into your carry-on or suitcase and have the option to buy as many souvenirs as you want! BAGGU Dayback is not only good for traveling but it also comes in handy at grocery stores and trips to the mall. ",
|
178
|
+
"deal": "Save 15% on any Daypack!",
|
179
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/113/113_regular.jpg?2012",
|
180
|
+
"created_at": "2012-01-18 16:58:45",
|
181
|
+
"updated_at": "2012-08-20 14:56:31",
|
182
|
+
"categories": [
|
183
|
+
{
|
184
|
+
"id": 4,
|
185
|
+
"title": "Travel Gear and Accessories "
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"id": 8,
|
189
|
+
"title": "Travel Necessities "
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"id": 11,
|
193
|
+
"title": "Shopping"
|
194
|
+
}
|
195
|
+
]
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"id": 107,
|
199
|
+
"name": "BucketFeet Shoes",
|
200
|
+
"description": "BucketFeet are a traveler’s best friend. These lightweight comfortable shoes are perfect for exploring a new city on foot! They have a slip-on design making them not only fashionable but also airport-friendly too! They feature original and colorful patterns designed by talented artists from around the world. Not only is BucketFeet fashionable but it makes a huge social impact by donating a portion of their sales to support underprivileged kids through programs in the arts and sports. ",
|
201
|
+
"deal": "Save 20% on any pair! ",
|
202
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/107/107_regular.jpeg?2012",
|
203
|
+
"created_at": "2012-01-05 21:34:29",
|
204
|
+
"updated_at": "2012-07-30 14:53:27",
|
205
|
+
"categories": [
|
206
|
+
{
|
207
|
+
"id": 4,
|
208
|
+
"title": "Travel Gear and Accessories "
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"id": 11,
|
212
|
+
"title": "Shopping"
|
213
|
+
}
|
214
|
+
]
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"id": 89,
|
218
|
+
"name": "Beer Market Restaurant and Bar",
|
219
|
+
"description": "Beer Market is one of the most exciting bars and restaurants in Singapore, operating on a stock exchange model with a twist. Expect to closely follow the \"Beer Market Exchange\", where the prices are updated every half hour and displayed on screens all over the bar. This means the price of your next beer is influenced by consumer demand. So there you go -a whole new interactive excuse to indulge!\r\nBeer Market | 177A River Valley Rd. Novotel Clarke Quay Singapore, Singapore 179021 \r\n",
|
220
|
+
"deal": "Save 10% on drinks, all night long, daily!",
|
221
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/89/89_regular.jpg?2012",
|
222
|
+
"created_at": "2011-11-04 05:19:43",
|
223
|
+
"updated_at": "2012-07-12 14:29:52",
|
224
|
+
"categories": [
|
225
|
+
{
|
226
|
+
"id": 3,
|
227
|
+
"title": "Entertainment & Nightlife"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"id": 5,
|
231
|
+
"title": "Food & Dining Out"
|
232
|
+
}
|
233
|
+
]
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"id": 73,
|
237
|
+
"name": "Lippolis Italian Gelato",
|
238
|
+
"description": "Lippolis is your one-stop shop for premium gelato! You can choose from a wide range of fruity, creamy, italian, light line flavors or specially crafted in-house creations. Lippolis only uses natural handmade quality ingredients for the premium gelato. All Italian and simply the best!\r\nLippolis Italian Gelato | 30 Victoria St. #01-06 Singapore, Singapore 187996",
|
239
|
+
"deal": "Buy one gelato, get one free!",
|
240
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/73/73_regular.png?2012",
|
241
|
+
"created_at": "2011-10-14 02:44:00",
|
242
|
+
"updated_at": "2012-07-02 19:24:10",
|
243
|
+
"categories": [
|
244
|
+
{
|
245
|
+
"id": 5,
|
246
|
+
"title": "Food & Dining Out"
|
247
|
+
}
|
248
|
+
]
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"id": 72,
|
252
|
+
"name": "MOO Printing",
|
253
|
+
"description": "Looking to promote your property, send out invites for your house-warming party or attending a conference or an event? One of the best ways to make that great impression is to customize and personalize business cards, postcards and other print materials with your very own choice of designs, logos or artwork.\r\nMOO.com offers all that and more! MOO is an award winning digital printer who make MiniCards, Business Cards, Postcards and Stickers. \r\n ",
|
254
|
+
"deal": "Save 15% on one print job!\r\n",
|
255
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/72/72_regular.png?2012",
|
256
|
+
"created_at": "2011-10-12 03:36:51",
|
257
|
+
"updated_at": "2012-07-02 21:27:26",
|
258
|
+
"categories": [
|
259
|
+
{
|
260
|
+
"id": 9,
|
261
|
+
"title": "Business Services"
|
262
|
+
}
|
263
|
+
]
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"id": 70,
|
267
|
+
"name": "Wave House Sentosa",
|
268
|
+
"description": "Experience the California beach lifestyle with high-adrenaline waves! Wave House has endless sheet wave attractions that combine board sports such as surfing, snowboarding, skateboarding and even wakeboarding. An oasis of good food and drinks, Wave House Sentosa offers the perfect blend of wave riding and entertainment that's fun for all ages!\r\nWave House Sentosa | 36 Siloso Beach Walk Singapore, Singapore 099007",
|
269
|
+
"deal": "Save 50% on your first time!",
|
270
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/70/70_regular.png?2012",
|
271
|
+
"created_at": "2011-10-10 05:42:17",
|
272
|
+
"updated_at": "2012-07-12 14:39:11",
|
273
|
+
"categories": [
|
274
|
+
{
|
275
|
+
"id": 3,
|
276
|
+
"title": "Entertainment & Nightlife"
|
277
|
+
}
|
278
|
+
]
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"id": 63,
|
282
|
+
"name": "3floz.com Travel Friendly Toiletries",
|
283
|
+
"description": "3floz.com is an online boutique featuring luxury beauty, grooming and personal care items exclusively in travel size. Enjoy same-day delivery within Manhattan and worldwide shipping (including direct to hotels). For last-minute packers, they offer the convenience of overnight shipping for the price of ground shipping when you send in your itinerary showing you’re leaving within 72 hours.",
|
284
|
+
"deal": "Save 15% when shopping online at 3floz.com",
|
285
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/63/63_regular.png?2012",
|
286
|
+
"created_at": "2011-09-28 02:11:09",
|
287
|
+
"updated_at": "2012-07-02 15:46:27",
|
288
|
+
"categories": [
|
289
|
+
{
|
290
|
+
"id": 4,
|
291
|
+
"title": "Travel Gear and Accessories "
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"id": 11,
|
295
|
+
"title": "Shopping"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"id": 8,
|
299
|
+
"title": "Travel Necessities "
|
300
|
+
}
|
301
|
+
]
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"id": 56,
|
305
|
+
"name": "iVenture Tour and Adventure Passes",
|
306
|
+
"description": "With an iVenture Card package you can access the best tourist attractions and travel experiences for exciting destinations around the world. Every iVenture Card is a 'smart card' - like a credit card with a computer chip inside which allows you completely cash free entry or access to your choice of a large range of top experiences in your chosen destination. \r\n",
|
307
|
+
"deal": "Save 10% on iVenture cards in select cities!",
|
308
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/56/56_regular.jpg?2012",
|
309
|
+
"created_at": "2011-09-09 07:55:37",
|
310
|
+
"updated_at": "2012-07-02 19:18:08",
|
311
|
+
"categories": [
|
312
|
+
{
|
313
|
+
"id": 2,
|
314
|
+
"title": "Sightseeing"
|
315
|
+
}
|
316
|
+
]
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"id": 39,
|
320
|
+
"name": "Green Path Transfers",
|
321
|
+
"description": "Green Path Transfers is a global provider of airport, inter-city and inter-island transfers with two critical points of difference from other transfer providers: First, they are committed to being a truly global provider, operating in parts of the world where competitors do not. Secondly, their goal in every destination is to only use low carbon emission vehicles to minimise their carbon footprint. Where they cannot reduce the footprint to zero they will offset 100% of the emissions generated and work behind the scenes to continue to reduce the carbon footprint. Finally, Green Path Transfers is a member of the WHL Group, the world's largest local travel company. The WHL Group believes in improving the travel experience and the ethical standards of tourism from the bottom up and for everyone involved.",
|
322
|
+
"deal": "Save 20% on all transfers.",
|
323
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/39/39_regular.jpg?2012",
|
324
|
+
"created_at": "2011-08-11 20:07:09",
|
325
|
+
"updated_at": "2012-07-02 18:27:34",
|
326
|
+
"categories": [
|
327
|
+
{
|
328
|
+
"id": 6,
|
329
|
+
"title": "Transportation"
|
330
|
+
}
|
331
|
+
]
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"id": 27,
|
335
|
+
"name": "ScoreBig Theater, Sporting and Concert Tickets",
|
336
|
+
"description": "ScoreBig gets you great deals on live event tickets at up to 70% off the regular rate. ScoreBig has made it so that you, the user, get to decide how much you want to spend for your seats at the various theater, sporting and concert events happening around town. Simply submit a price, and once it's approved, payment goes through and your tickets are sent along at no additional cost. ScoreBig assures there won't ever be sneaky fees or shipping charges. That leaves you more time to enjoy the event you choose! \r\nScoreBig has thousands of events listed and their inventory is constantly growing. Be sure to check the site often for new additions. All of ScoreBig's tickets are below retail price and 100% guaranteed.",
|
337
|
+
"deal": "Save up to 70% on sport, theater or concert tickets!",
|
338
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/27/27_regular.jpg?2012",
|
339
|
+
"created_at": "2011-05-10 15:57:21",
|
340
|
+
"updated_at": "2012-09-13 17:19:28",
|
341
|
+
"categories": [
|
342
|
+
{
|
343
|
+
"id": 3,
|
344
|
+
"title": "Entertainment & Nightlife"
|
345
|
+
}
|
346
|
+
]
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"id": 25,
|
350
|
+
"name": "Mygola Trip Planning",
|
351
|
+
"description": "Mygola is a travel planning service that assigns you an online guide to take care of all the internet research you would be doing while planning your vacation.\r\nImagine you're traveling to Paris. Post your trip questions on mygola.com and right away hundreds of trained guides are alerted and get to work on your vacation. Like the perfect travel advisor, they will not only find your Roomorama accommodations but will also find the jazz club you should go to that Saturday night. They'll also get you the right maps or that SIM card you need -all within 24 hours. Signing up is free!",
|
352
|
+
"deal": "Save 50% on mygola's fees anytime, every time!",
|
353
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/25/25_regular.jpg?2012",
|
354
|
+
"created_at": "2011-01-27 22:43:42",
|
355
|
+
"updated_at": "2012-07-02 19:29:36",
|
356
|
+
"categories": [
|
357
|
+
{
|
358
|
+
"id": 7,
|
359
|
+
"title": "Concierge Services"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"id": 2,
|
363
|
+
"title": "Sightseeing"
|
364
|
+
}
|
365
|
+
]
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"id": 19,
|
369
|
+
"name": "Fracture Pictures and Frames",
|
370
|
+
"description": "A fracture is a one-piece picture and frame made from printed glass that mounts directly to your wall quickly and easily. All you have to do is upload your photo, cutomize it, and order it. Fracture's simplicity of design and high-quality product are quickly making Fracture the new way to frame.\r\n ",
|
371
|
+
"deal": "Save 25% on your entire order, every time.",
|
372
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/19/19_regular.jpg?2012",
|
373
|
+
"created_at": "2010-11-15 18:03:52",
|
374
|
+
"updated_at": "2012-07-02 18:20:37",
|
375
|
+
"categories": [
|
376
|
+
{
|
377
|
+
"id": 10,
|
378
|
+
"title": "Home & Decorating Services"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"id": 11,
|
382
|
+
"title": "Shopping"
|
383
|
+
}
|
384
|
+
]
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"id": 15,
|
388
|
+
"name": "Remote Stylist Interior Design",
|
389
|
+
"description": "Remote Stylist is the quick and affordable online platform for interior design. Their dedicated team has come up with 30 options to design your space, so from smaller-scale design elements to complete room overhaul, Remote Stylist has got you covered. ",
|
390
|
+
"deal": "Save 30% on any room consultation. ",
|
391
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/15/15_regular.jpg?2012",
|
392
|
+
"created_at": "2010-11-01 15:59:18",
|
393
|
+
"updated_at": "2012-07-02 19:36:05",
|
394
|
+
"categories": [
|
395
|
+
{
|
396
|
+
"id": 10,
|
397
|
+
"title": "Home & Decorating Services"
|
398
|
+
}
|
399
|
+
]
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"id": 11,
|
403
|
+
"name": "Any Airport Car Hire",
|
404
|
+
"description": "With coverage in Europe, America, Asia and the Middle East, Any Airport Care Hire's team of trained advisors are available to give you travel advice and make your journey as convenient as possible. Any Airport Care Hire's serves some of the world's foremost airports, including London Heathrow, Paris Charles de Gaulle, and Los Angeles LAX.",
|
405
|
+
"deal": "Save 5% on already discounted bookings!",
|
406
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/11/11_regular.jpg?2012",
|
407
|
+
"created_at": "2010-10-21 17:38:19",
|
408
|
+
"updated_at": "2012-07-02 15:54:37",
|
409
|
+
"categories": [
|
410
|
+
{
|
411
|
+
"id": 6,
|
412
|
+
"title": "Transportation"
|
413
|
+
}
|
414
|
+
]
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"id": 6,
|
418
|
+
"name": "Shambhalla Institute Home Design",
|
419
|
+
"description": "The Shambhalla Institute is known for its unique integration of design psychology, sustainable interior design, permaculture, and eastern and shamanic arts. The Shambhalla Institute’s goal is to enhance the health, beauty and productivity within your space. ",
|
420
|
+
"deal": "Save 15% on a Shambhalla Institute online signature consultation in either feng shui or space revitalization.",
|
421
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/6/6_regular.jpg?2012",
|
422
|
+
"created_at": "2010-09-14 03:06:34",
|
423
|
+
"updated_at": "2012-07-02 19:59:13",
|
424
|
+
"categories": [
|
425
|
+
{
|
426
|
+
"id": 10,
|
427
|
+
"title": "Home & Decorating Services"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"id": 12,
|
431
|
+
"title": "Lifestyle & Fitness"
|
432
|
+
}
|
433
|
+
]
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"id": 3,
|
437
|
+
"name": "LuggageFree Luggage Shipping Service",
|
438
|
+
"description": "Luggage Free is a specialty service offering you the ability to ship luggage ahead of time to any destination worldwide. Avoid the inconvenience of carrying, checking and claiming bags -even going through customs- with Luggage Free.",
|
439
|
+
"deal": "Save 10% on any luggage shipping service, every time.",
|
440
|
+
"picture": "https://roomorama.s3.amazonaws.com/photos/perks/3/3_regular.jpg?2012",
|
441
|
+
"created_at": "2010-06-21 18:09:53",
|
442
|
+
"updated_at": "2012-07-02 19:24:07",
|
443
|
+
"categories": [
|
444
|
+
{
|
445
|
+
"id": 8,
|
446
|
+
"title": "Travel Necessities "
|
447
|
+
}
|
448
|
+
]
|
449
|
+
}
|
450
|
+
],
|
451
|
+
"count": 25,
|
452
|
+
"status": 200
|
453
|
+
}
|