gowalla 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/.document +5 -0
  2. data/.gitignore +25 -0
  3. data/Gemfile +3 -0
  4. data/Gemfile.lock +43 -0
  5. data/LICENSE +20 -0
  6. data/README.md +96 -0
  7. data/Rakefile +14 -0
  8. data/changelog.md +33 -0
  9. data/gowalla.gemspec +30 -0
  10. data/lib/gowalla.rb +26 -22
  11. data/lib/gowalla/checkins.rb +31 -0
  12. data/lib/gowalla/client.rb +22 -176
  13. data/lib/gowalla/flags.rb +42 -0
  14. data/lib/gowalla/items.rb +22 -0
  15. data/lib/gowalla/spots.rb +67 -0
  16. data/lib/gowalla/trips.rb +27 -0
  17. data/lib/gowalla/users.rb +91 -0
  18. data/lib/gowalla/version.rb +3 -0
  19. data/test/checkins_test.rb +18 -0
  20. data/test/client_test.rb +72 -0
  21. data/test/fixtures/categories.json +1826 -0
  22. data/test/fixtures/category.json +8 -0
  23. data/test/fixtures/challenges.json +191 -0
  24. data/test/fixtures/checkin.json +21 -0
  25. data/test/fixtures/events.json +185 -0
  26. data/test/fixtures/find_spots.json +620 -0
  27. data/test/fixtures/find_trips.json +695 -0
  28. data/test/fixtures/flag.json +23 -0
  29. data/test/fixtures/flags.json +31 -0
  30. data/test/fixtures/friend_requests.json +21 -0
  31. data/test/fixtures/friends.json +3 -0
  32. data/test/fixtures/friends_recent.json +243 -0
  33. data/test/fixtures/item.json +8 -0
  34. data/test/fixtures/item_events.json +35 -0
  35. data/test/fixtures/items.json +100 -0
  36. data/test/fixtures/me.json +49 -0
  37. data/test/fixtures/missing_items.json +1 -0
  38. data/test/fixtures/new_spot.json +49 -0
  39. data/test/fixtures/photos.json +88 -0
  40. data/test/fixtures/pins.json +81 -0
  41. data/test/fixtures/potential_twitter_friends.json +2090 -0
  42. data/test/fixtures/spot.json +251 -0
  43. data/test/fixtures/spots.json +557 -0
  44. data/test/fixtures/spots_by_category.json +620 -0
  45. data/test/fixtures/spots_urls.json +26 -0
  46. data/test/fixtures/stamps.json +284 -0
  47. data/test/fixtures/top_spots.json +64 -0
  48. data/test/fixtures/trip.json +22 -0
  49. data/test/fixtures/trips.json +881 -0
  50. data/test/fixtures/user.json +43 -0
  51. data/test/fixtures/users.json +46 -0
  52. data/test/fixtures/vaulted_items.json +12 -0
  53. data/test/fixtures/visited_spots.json +1 -0
  54. data/test/flags_test.rb +46 -0
  55. data/test/helper.rb +6 -6
  56. data/test/items_test.rb +26 -0
  57. data/test/spots_test.rb +70 -0
  58. data/test/trips_test.rb +25 -0
  59. data/test/users_test.rb +83 -0
  60. metadata +177 -29
  61. data/test/gowalla_test.rb +0 -214
@@ -0,0 +1,26 @@
1
+ {
2
+ "urls": [
3
+ "/spots/682460",
4
+ "/spots/9299",
5
+ "/spots/1221889",
6
+ "/spots/321247",
7
+ "/spots/16333",
8
+ "/spots/64830",
9
+ "/spots/9362",
10
+ "/spots/9056",
11
+ "/spots/975065",
12
+ "/spots/15015",
13
+ "/spots/9251",
14
+ "/spots/10740",
15
+ "/spots/9096",
16
+ "/spots/10496",
17
+ "/spots/9237",
18
+ "/spots/17829",
19
+ "/spots/8965",
20
+ "/spots/23256",
21
+ "/spots/50171",
22
+ "/spots/14451",
23
+ "/spots/13706",
24
+ "/spots/73701"
25
+ ]
26
+ }
@@ -0,0 +1,284 @@
1
+ {
2
+ "stamps": [
3
+ {
4
+ "spot": {
5
+ "address": {
6
+ "region": "TX",
7
+ "locality": "Austin"
8
+ },
9
+ "image_url": "http://static.gowalla.com/categories/17-standard.png",
10
+ "name": "Muck-N-Dave's Texas BBQ",
11
+ "url": "/spots/646423"
12
+ },
13
+ "checkins_count": 1,
14
+ "first_checkin_at": "2010-03-06T21:15:22+00:00",
15
+ "last_checkin_at": "2010-03-06T21:15:22+00:00"
16
+ },
17
+ {
18
+ "spot": {
19
+ "address": {
20
+ "region": "TX",
21
+ "locality": "Austin"
22
+ },
23
+ "image_url": "http://static.gowalla.com/categories/52-standard.png",
24
+ "name": "South Austin Museum Of Popular Culture",
25
+ "url": "/spots/202957"
26
+ },
27
+ "checkins_count": 1,
28
+ "first_checkin_at": "2010-03-06T19:34:39+00:00",
29
+ "last_checkin_at": "2010-03-06T19:34:39+00:00"
30
+ },
31
+ {
32
+ "spot": {
33
+ "address": {
34
+ "region": "TX",
35
+ "locality": "Austin"
36
+ },
37
+ "image_url": "http://static.gowalla.com/categories/1-standard.png",
38
+ "name": "Boîte",
39
+ "url": "/spots/121955"
40
+ },
41
+ "checkins_count": 1,
42
+ "first_checkin_at": "2010-03-06T19:08:11+00:00",
43
+ "last_checkin_at": "2010-03-06T19:08:11+00:00"
44
+ },
45
+ {
46
+ "spot": {
47
+ "address": {
48
+ "region": "TX",
49
+ "locality": "Austin"
50
+ },
51
+ "image_url": "http://static.gowalla.com/spots/293641-e7d7549d2a011279bb6c333cb5b7b83b.png",
52
+ "name": "Kung Fu Saloon",
53
+ "url": "/spots/293641"
54
+ },
55
+ "checkins_count": 1,
56
+ "first_checkin_at": "2010-03-06T07:28:19+00:00",
57
+ "last_checkin_at": "2010-03-06T07:28:19+00:00"
58
+ },
59
+ {
60
+ "spot": {
61
+ "address": {
62
+ "region": "TX",
63
+ "locality": "Austin"
64
+ },
65
+ "image_url": "http://static.gowalla.com/spots/420315-790176c52df5c1b8c00a97fa57b81991.png",
66
+ "name": "Gowalla Incorporated",
67
+ "url": "/spots/420315"
68
+ },
69
+ "checkins_count": 24,
70
+ "first_checkin_at": "2010-01-20T20:45:55+00:00",
71
+ "last_checkin_at": "2010-03-06T06:11:32+00:00"
72
+ },
73
+ {
74
+ "spot": {
75
+ "address": {
76
+ "region": "TX",
77
+ "locality": "Austin"
78
+ },
79
+ "image_url": "http://static.gowalla.com/spots/9241-1efaa96073aec22219f0fd26734d52a2.png",
80
+ "name": "Whole Foods",
81
+ "url": "/spots/9241"
82
+ },
83
+ "checkins_count": 5,
84
+ "first_checkin_at": "2009-09-15T01:25:40+00:00",
85
+ "last_checkin_at": "2010-03-06T02:21:25+00:00"
86
+ },
87
+ {
88
+ "spot": {
89
+ "address": {
90
+ "region": "TX",
91
+ "locality": "Austin"
92
+ },
93
+ "image_url": "http://static.gowalla.com/spots/21714-3fed705ea37c9c266efb70f3a62a2b6a.png",
94
+ "name": "Juan Pelota Cafe",
95
+ "url": "/spots/21714"
96
+ },
97
+ "checkins_count": 56,
98
+ "first_checkin_at": "2009-09-21T14:52:11+00:00",
99
+ "last_checkin_at": "2010-03-05T22:17:17+00:00"
100
+ },
101
+ {
102
+ "spot": {
103
+ "address": {
104
+ "region": "TX",
105
+ "locality": "Austin"
106
+ },
107
+ "image_url": "http://static.gowalla.com/spots/9371-28cd644cf7f98aee67273d4d5c8d5469.png",
108
+ "name": "Mellow Johnny's",
109
+ "url": "/spots/9371"
110
+ },
111
+ "checkins_count": 4,
112
+ "first_checkin_at": "2010-02-24T20:36:16+00:00",
113
+ "last_checkin_at": "2010-03-05T00:12:08+00:00"
114
+ },
115
+ {
116
+ "spot": {
117
+ "address": {
118
+ "region": "TX",
119
+ "locality": "Austin"
120
+ },
121
+ "image_url": "http://static.gowalla.com/categories/89-standard.png",
122
+ "name": "Raymond Ranch South",
123
+ "url": "/spots/25151"
124
+ },
125
+ "checkins_count": 27,
126
+ "first_checkin_at": "2009-09-16T17:15:02+00:00",
127
+ "last_checkin_at": "2010-03-04T08:06:37+00:00"
128
+ },
129
+ {
130
+ "spot": {
131
+ "address": {
132
+ "region": "CA",
133
+ "locality": "Sunnyvale"
134
+ },
135
+ "image_url": "http://static.gowalla.com/spots/53235-9808498e8976e704afea6ae3a8825b6d.png",
136
+ "name": "Palm",
137
+ "url": "/spots/53235"
138
+ },
139
+ "checkins_count": 6,
140
+ "first_checkin_at": "2010-02-05T05:52:16+00:00",
141
+ "last_checkin_at": "2010-03-03T19:43:29+00:00"
142
+ },
143
+ {
144
+ "spot": {
145
+ "address": {
146
+ "region": "CA",
147
+ "locality": "Sunnyvale"
148
+ },
149
+ "image_url": "http://static.gowalla.com/categories/121-standard.png",
150
+ "name": "Synopsys, Sunnyvale, Buildings 1 and 2",
151
+ "url": "/spots/96067"
152
+ },
153
+ "checkins_count": 1,
154
+ "first_checkin_at": "2010-03-03T19:41:04+00:00",
155
+ "last_checkin_at": "2010-03-03T19:41:04+00:00"
156
+ },
157
+ {
158
+ "spot": {
159
+ "address": {
160
+ "region": "CA",
161
+ "locality": "San Francisco"
162
+ },
163
+ "image_url": "http://static.gowalla.com/spots/21196-f16c65810808d8c57024502ff5126cc3.png",
164
+ "name": "Yelp HQ",
165
+ "url": "/spots/21196"
166
+ },
167
+ "checkins_count": 5,
168
+ "first_checkin_at": "2009-12-08T23:06:38+00:00",
169
+ "last_checkin_at": "2010-03-03T18:57:55+00:00"
170
+ },
171
+ {
172
+ "spot": {
173
+ "address": {
174
+ "region": "CA",
175
+ "locality": "San Francisco"
176
+ },
177
+ "image_url": "http://static.gowalla.com/categories/1-standard.png",
178
+ "name": "Peet's Coffee & Tea",
179
+ "url": "/spots/53896"
180
+ },
181
+ "checkins_count": 2,
182
+ "first_checkin_at": "2010-03-01T17:12:04+00:00",
183
+ "last_checkin_at": "2010-03-03T17:39:52+00:00"
184
+ },
185
+ {
186
+ "spot": {
187
+ "address": {
188
+ "region": "TX",
189
+ "locality": "Austin"
190
+ },
191
+ "image_url": "http://static.gowalla.com/spots/49904-d30046742175b5bc8dcbe1b0bdd151f8.png",
192
+ "name": "Torchy's Tacos",
193
+ "url": "/spots/49904"
194
+ },
195
+ "checkins_count": 10,
196
+ "first_checkin_at": "2009-10-19T18:40:00+00:00",
197
+ "last_checkin_at": "2010-03-02T19:00:29+00:00"
198
+ },
199
+ {
200
+ "spot": {
201
+ "address": {
202
+ "region": "CA",
203
+ "locality": "Sunnyvale"
204
+ },
205
+ "image_url": "http://static.gowalla.com/categories/121-standard.png",
206
+ "name": "LitePoint",
207
+ "url": "/spots/421644"
208
+ },
209
+ "checkins_count": 1,
210
+ "first_checkin_at": "2010-03-02T18:16:31+00:00",
211
+ "last_checkin_at": "2010-03-02T18:16:31+00:00"
212
+ },
213
+ {
214
+ "spot": {
215
+ "address": {
216
+ "region": "TX",
217
+ "locality": "Austin"
218
+ },
219
+ "image_url": "http://static.gowalla.com/categories/64-standard.png",
220
+ "name": "Farm to Market Grocery",
221
+ "url": "/spots/9463"
222
+ },
223
+ "checkins_count": 1,
224
+ "first_checkin_at": "2010-02-28T23:45:20+00:00",
225
+ "last_checkin_at": "2010-02-28T23:45:20+00:00"
226
+ },
227
+ {
228
+ "spot": {
229
+ "address": {
230
+ "region": "TX",
231
+ "locality": "Austin"
232
+ },
233
+ "image_url": "http://static.gowalla.com/categories/15-standard.png",
234
+ "name": "La Condesa",
235
+ "url": "/spots/46946"
236
+ },
237
+ "checkins_count": 2,
238
+ "first_checkin_at": "2010-02-25T00:50:13+00:00",
239
+ "last_checkin_at": "2010-02-28T04:16:27+00:00"
240
+ },
241
+ {
242
+ "spot": {
243
+ "address": {
244
+ "region": "TX",
245
+ "locality": "Austin"
246
+ },
247
+ "image_url": "http://static.gowalla.com/spots/624141-f8e23c9a5ef0e93d8d251564b0389819.png",
248
+ "name": "Sandi's 20-something-th Birthday!",
249
+ "url": "/spots/624141"
250
+ },
251
+ "checkins_count": 1,
252
+ "first_checkin_at": "2010-02-28T02:17:09+00:00",
253
+ "last_checkin_at": "2010-02-28T02:17:09+00:00"
254
+ },
255
+ {
256
+ "spot": {
257
+ "address": {
258
+ "region": "TX",
259
+ "locality": "Austin"
260
+ },
261
+ "image_url": "http://static.gowalla.com/spots/9225-91813be1a4c963f192d35bd16d4b257b.png",
262
+ "name": "The Ginger Man",
263
+ "url": "/spots/9225"
264
+ },
265
+ "checkins_count": 4,
266
+ "first_checkin_at": "2009-03-13T03:39:17+00:00",
267
+ "last_checkin_at": "2010-02-28T01:33:41+00:00"
268
+ },
269
+ {
270
+ "spot": {
271
+ "address": {
272
+ "region": "TX",
273
+ "locality": "Austin"
274
+ },
275
+ "image_url": "http://static.gowalla.com/categories/155-standard.png",
276
+ "name": "More Home Slice",
277
+ "url": "/spots/608105"
278
+ },
279
+ "checkins_count": 1,
280
+ "first_checkin_at": "2010-02-27T23:03:35+00:00",
281
+ "last_checkin_at": "2010-02-27T23:03:35+00:00"
282
+ }
283
+ ]
284
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ "top_spots": [
3
+ {
4
+ "image_url": "http://static.gowalla.com/spots/21714-3fed705ea37c9c266efb70f3a62a2b6a.png",
5
+ "user_checkins_count": 30,
6
+ "name": "Juan Pelota Cafe",
7
+ "url": "/spots/21714"
8
+ },
9
+ {
10
+ "image_url": "http://static.gowalla.com/spots/420315-790176c52df5c1b8c00a97fa57b81991.png",
11
+ "user_checkins_count": 24,
12
+ "name": "Gowalla Incorporated",
13
+ "url": "/spots/420315"
14
+ },
15
+ {
16
+ "image_url": "http://static.gowalla.com/categories/89-standard.png",
17
+ "user_checkins_count": 16,
18
+ "name": "Raymond Ranch South",
19
+ "url": "/spots/25151"
20
+ },
21
+ {
22
+ "image_url": "http://static.gowalla.com/spots/53235-9808498e8976e704afea6ae3a8825b6d.png",
23
+ "user_checkins_count": 6,
24
+ "name": "Palm",
25
+ "url": "/spots/53235"
26
+ },
27
+ {
28
+ "image_url": "http://static.gowalla.com/spots/49904-d30046742175b5bc8dcbe1b0bdd151f8.png",
29
+ "user_checkins_count": 6,
30
+ "name": "Torchy's Tacos",
31
+ "url": "/spots/49904"
32
+ },
33
+ {
34
+ "image_url": "http://static.gowalla.com/spots/9410-132ed068e83fc11c465ec25f519ed677.png",
35
+ "user_checkins_count": 6,
36
+ "name": "AUS Austin-Bergstrom",
37
+ "url": "/spots/9410"
38
+ },
39
+ {
40
+ "image_url": "http://static.gowalla.com/spots/21196-f16c65810808d8c57024502ff5126cc3.png",
41
+ "user_checkins_count": 5,
42
+ "name": "Yelp HQ",
43
+ "url": "/spots/21196"
44
+ },
45
+ {
46
+ "image_url": "http://static.gowalla.com/categories/121-standard.png",
47
+ "user_checkins_count": 5,
48
+ "name": "Infinite Loop 1",
49
+ "url": "/spots/39438"
50
+ },
51
+ {
52
+ "image_url": "http://static.gowalla.com/spots/19542-d2f67701fe94dc48da754cc8dfc9ed7c.png",
53
+ "user_checkins_count": 5,
54
+ "name": "SFO San Francisco International",
55
+ "url": "/spots/19542"
56
+ },
57
+ {
58
+ "image_url": "http://static.gowalla.com/categories/1-standard.png",
59
+ "user_checkins_count": 5,
60
+ "name": "Latte Land",
61
+ "url": "/spots/8964"
62
+ }
63
+ ]
64
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "map_bounds": {
3
+ "north": 49.496675,
4
+ "east": -63.457031,
5
+ "south": 24.046464,
6
+ "west": -125.419922
7
+ },
8
+ "image_url": "http://static.gowalla.com/missions/1-ec53eae4b07e222b9a95805d28508986.png",
9
+ "created_at": "2009-06-22T18:44:46+00:00",
10
+ "name": "I Installed Gowalla!",
11
+ "creator": {
12
+ "last_name": "Gowalla",
13
+ "url": "/users/1934",
14
+ "first_name": "Team"
15
+ },
16
+ "friends_completed": [],
17
+ "spots": [],
18
+ "_completed": false,
19
+ "url": "/trips/1",
20
+ "completed_users_count": 139700,
21
+ "description": ""
22
+ }
@@ -0,0 +1,881 @@
1
+ {
2
+ "trips": [
3
+ {
4
+ "image_url": "http://static.gowalla.com/missions/89-00a4ed7860170facb04d6b17e245d4f3.png",
5
+ "name": "London Pub Crawl",
6
+ "_completed": false,
7
+ "url": "/trips/89",
8
+ "spots": [
9
+ {
10
+ "url": "/spots/164009"
11
+ },
12
+ {
13
+ "url": "/spots/24161"
14
+ },
15
+ {
16
+ "url": "/spots/28302"
17
+ },
18
+ {
19
+ "url": "/spots/68392"
20
+ },
21
+ {
22
+ "url": "/spots/77029"
23
+ },
24
+ {
25
+ "url": "/spots/24647"
26
+ },
27
+ {
28
+ "url": "/spots/20530"
29
+ },
30
+ {
31
+ "url": "/spots/23411"
32
+ },
33
+ {
34
+ "url": "/spots/68148"
35
+ },
36
+ {
37
+ "url": "/spots/48833"
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "image_url": "http://static.gowalla.com/missions/88-330436ab78799e1d7eb75166ed8cb93a.png",
43
+ "name": "London Championship Chase",
44
+ "_completed": false,
45
+ "url": "/trips/88",
46
+ "spots": [
47
+ {
48
+ "url": "/spots/32356"
49
+ },
50
+ {
51
+ "url": "/spots/32373"
52
+ },
53
+ {
54
+ "url": "/spots/32059"
55
+ },
56
+ {
57
+ "url": "/spots/32080"
58
+ },
59
+ {
60
+ "url": "/spots/35325"
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "image_url": "http://static.gowalla.com/missions/84-59e6163fffe9540ebd81d645855fe640.png",
66
+ "name": "Denver Championship Chase",
67
+ "_completed": false,
68
+ "url": "/trips/84",
69
+ "spots": [
70
+ {
71
+ "url": "/spots/39442"
72
+ },
73
+ {
74
+ "url": "/spots/22217"
75
+ },
76
+ {
77
+ "url": "/spots/35859"
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "image_url": "http://static.gowalla.com/missions/83-6dce712adfb5afca00494237e43ef758.png",
83
+ "name": "Crawl on Western Avenue",
84
+ "_completed": false,
85
+ "url": "/trips/83",
86
+ "spots": [
87
+ {
88
+ "url": "/spots/55473"
89
+ },
90
+ {
91
+ "url": "/spots/55433"
92
+ },
93
+ {
94
+ "url": "/spots/55488"
95
+ },
96
+ {
97
+ "url": "/spots/43683"
98
+ },
99
+ {
100
+ "url": "/spots/55512"
101
+ },
102
+ {
103
+ "url": "/spots/25661"
104
+ },
105
+ {
106
+ "url": "/spots/56474"
107
+ },
108
+ {
109
+ "url": "/spots/41935"
110
+ },
111
+ {
112
+ "url": "/spots/39538"
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "image_url": "http://static.gowalla.com/missions/82-677401f93719fe5e8d6ae65fb47dd806.png",
118
+ "name": "Never Been Here? ",
119
+ "_completed": false,
120
+ "url": "/trips/82",
121
+ "spots": [
122
+ {
123
+ "url": "/spots/50339"
124
+ },
125
+ {
126
+ "url": "/spots/49678"
127
+ },
128
+ {
129
+ "url": "/spots/41568"
130
+ },
131
+ {
132
+ "url": "/spots/50335"
133
+ },
134
+ {
135
+ "url": "/spots/49677"
136
+ },
137
+ {
138
+ "url": "/spots/31589"
139
+ }
140
+ ]
141
+ },
142
+ {
143
+ "image_url": "http://static.gowalla.com/missions/81-fac7562730c3d7a85309d4286375efb8.png",
144
+ "name": "Tasty Lunchables",
145
+ "_completed": false,
146
+ "url": "/trips/81",
147
+ "spots": [
148
+ {
149
+ "url": "/spots/50245"
150
+ },
151
+ {
152
+ "url": "/spots/16135"
153
+ },
154
+ {
155
+ "url": "/spots/49690"
156
+ },
157
+ {
158
+ "url": "/spots/50251"
159
+ },
160
+ {
161
+ "url": "/spots/32704"
162
+ },
163
+ {
164
+ "url": "/spots/49838"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "image_url": "http://static.gowalla.com/missions/77-f6799799469d5736d1a18ba9f2069fe4.png",
170
+ "name": "University of Arkansas Tour",
171
+ "_completed": false,
172
+ "url": "/trips/77",
173
+ "spots": [
174
+ {
175
+ "url": "/spots/21658"
176
+ },
177
+ {
178
+ "url": "/spots/21719"
179
+ },
180
+ {
181
+ "url": "/spots/21745"
182
+ },
183
+ {
184
+ "url": "/spots/21735"
185
+ },
186
+ {
187
+ "url": "/spots/21657"
188
+ },
189
+ {
190
+ "url": "/spots/21722"
191
+ },
192
+ {
193
+ "url": "/spots/21728"
194
+ },
195
+ {
196
+ "url": "/spots/21741"
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "image_url": "http://static.gowalla.com/missions/75-7bb2788f0c6f4985113255997db5ac21.png",
202
+ "name": "Nottingham Championship Chase",
203
+ "_completed": false,
204
+ "url": "/trips/75",
205
+ "spots": [
206
+ {
207
+ "url": "/spots/24349"
208
+ },
209
+ {
210
+ "url": "/spots/24347"
211
+ },
212
+ {
213
+ "url": "/spots/24353"
214
+ }
215
+ ]
216
+ },
217
+ {
218
+ "image_url": "http://static.gowalla.com/missions/66-9f485e8ac14578cf9c146d46492be2e0.png",
219
+ "name": "Pleasanton Ghost Walk",
220
+ "_completed": false,
221
+ "url": "/trips/66",
222
+ "spots": [
223
+ {
224
+ "url": "/spots/23384"
225
+ },
226
+ {
227
+ "url": "/spots/23385"
228
+ },
229
+ {
230
+ "url": "/spots/23386"
231
+ },
232
+ {
233
+ "url": "/spots/23505"
234
+ },
235
+ {
236
+ "url": "/spots/23506"
237
+ },
238
+ {
239
+ "url": "/spots/23508"
240
+ },
241
+ {
242
+ "url": "/spots/23510"
243
+ },
244
+ {
245
+ "url": "/spots/23379"
246
+ },
247
+ {
248
+ "url": "/spots/23503"
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "image_url": "http://static.gowalla.com/missions/54-c407e1e63b7e9cd68715a4fabb161364.png",
254
+ "name": "Dallas Championship Chase",
255
+ "_completed": false,
256
+ "url": "/trips/54",
257
+ "spots": [
258
+ {
259
+ "url": "/spots/8989"
260
+ },
261
+ {
262
+ "url": "/spots/9362"
263
+ },
264
+ {
265
+ "url": "/spots/9361"
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "image_url": "http://static.gowalla.com/missions/53-4d3287dc75aa8a505f9a5ead36ce8659.png",
271
+ "name": "Chicago Championship Chase",
272
+ "_completed": false,
273
+ "url": "/trips/53",
274
+ "spots": [
275
+ {
276
+ "url": "/spots/13582"
277
+ },
278
+ {
279
+ "url": "/spots/12233"
280
+ },
281
+ {
282
+ "url": "/spots/9948"
283
+ },
284
+ {
285
+ "url": "/spots/12430"
286
+ },
287
+ {
288
+ "url": "/spots/11601"
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "image_url": "http://static.gowalla.com/missions/40-fdaace0db9178c8de299cea8089055dc.png",
294
+ "name": "Frank Lloyd Wright Tour",
295
+ "_completed": false,
296
+ "url": "/trips/40",
297
+ "spots": [
298
+ {
299
+ "url": "/spots/13529"
300
+ },
301
+ {
302
+ "url": "/spots/13513"
303
+ },
304
+ {
305
+ "url": "/spots/13516"
306
+ },
307
+ {
308
+ "url": "/spots/13512"
309
+ },
310
+ {
311
+ "url": "/spots/13510"
312
+ },
313
+ {
314
+ "url": "/spots/13506"
315
+ },
316
+ {
317
+ "url": "/spots/13499"
318
+ },
319
+ {
320
+ "url": "/spots/13501"
321
+ },
322
+ {
323
+ "url": "/spots/13530"
324
+ },
325
+ {
326
+ "url": "/spots/13528"
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "image_url": "http://static.gowalla.com/missions/39-0ad8c040369898146d4fbe12d6e29ead.png",
332
+ "name": "Fremont Freak Walk",
333
+ "_completed": false,
334
+ "url": "/trips/39",
335
+ "spots": [
336
+ {
337
+ "url": "/spots/10177"
338
+ },
339
+ {
340
+ "url": "/spots/10182"
341
+ },
342
+ {
343
+ "url": "/spots/10100"
344
+ },
345
+ {
346
+ "url": "/spots/10179"
347
+ },
348
+ {
349
+ "url": "/spots/10099"
350
+ },
351
+ {
352
+ "url": "/spots/10098"
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "image_url": "http://static.gowalla.com/missions/36-154148419b0a8a30b03a7392688edc61.png",
358
+ "name": "Nashville Honkytonk Stomp",
359
+ "_completed": false,
360
+ "url": "/trips/36",
361
+ "spots": [
362
+ {
363
+ "url": "/spots/9988"
364
+ },
365
+ {
366
+ "url": "/spots/11076"
367
+ },
368
+ {
369
+ "url": "/spots/11075"
370
+ },
371
+ {
372
+ "url": "/spots/11074"
373
+ },
374
+ {
375
+ "url": "/spots/11078"
376
+ },
377
+ {
378
+ "url": "/spots/9992"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "image_url": "http://static.gowalla.com/missions/28-0ff9f9a57cf9dcb8516ab209ea979be2.png",
384
+ "name": "Austin BBQ Bonanza",
385
+ "_completed": false,
386
+ "url": "/trips/28",
387
+ "spots": [
388
+ {
389
+ "url": "/spots/9254"
390
+ },
391
+ {
392
+ "url": "/spots/13730"
393
+ },
394
+ {
395
+ "url": "/spots/13611"
396
+ },
397
+ {
398
+ "url": "/spots/9227"
399
+ },
400
+ {
401
+ "url": "/spots/9412"
402
+ },
403
+ {
404
+ "url": "/spots/14484"
405
+ },
406
+ {
407
+ "url": "/spots/14242"
408
+ },
409
+ {
410
+ "url": "/spots/11352"
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "image_url": "http://static.gowalla.com/missions/25-bda6754b2f978e4195a15f2304224258.png",
416
+ "name": "Central Park Highlights",
417
+ "_completed": false,
418
+ "url": "/trips/25",
419
+ "spots": [
420
+ {
421
+ "url": "/spots/12349"
422
+ },
423
+ {
424
+ "url": "/spots/12174"
425
+ },
426
+ {
427
+ "url": "/spots/12164"
428
+ },
429
+ {
430
+ "url": "/spots/12171"
431
+ },
432
+ {
433
+ "url": "/spots/12345"
434
+ }
435
+ ]
436
+ },
437
+ {
438
+ "image_url": "http://static.gowalla.com/missions/23-e6869ad7d1800997d598a633d1198889.png",
439
+ "name": "Berkeley Coffeeshop Marathon",
440
+ "_completed": false,
441
+ "url": "/trips/23",
442
+ "spots": [
443
+ {
444
+ "url": "/spots/9122"
445
+ },
446
+ {
447
+ "url": "/spots/9071"
448
+ },
449
+ {
450
+ "url": "/spots/9135"
451
+ },
452
+ {
453
+ "url": "/spots/9134"
454
+ },
455
+ {
456
+ "url": "/spots/9133"
457
+ },
458
+ {
459
+ "url": "/spots/9138"
460
+ },
461
+ {
462
+ "url": "/spots/9130"
463
+ },
464
+ {
465
+ "url": "/spots/9139"
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "image_url": "http://static.gowalla.com/missions/19-491a47a369d9251789f6557e8fe44fdb.png",
471
+ "name": "Old St. Charles Historic Rewind",
472
+ "_completed": false,
473
+ "url": "/trips/19",
474
+ "spots": [
475
+ {
476
+ "url": "/spots/10205"
477
+ },
478
+ {
479
+ "url": "/spots/10206"
480
+ },
481
+ {
482
+ "url": "/spots/10213"
483
+ },
484
+ {
485
+ "url": "/spots/10207"
486
+ },
487
+ {
488
+ "url": "/spots/10214"
489
+ },
490
+ {
491
+ "url": "/spots/10215"
492
+ },
493
+ {
494
+ "url": "/spots/10212"
495
+ },
496
+ {
497
+ "url": "/spots/10208"
498
+ },
499
+ {
500
+ "url": "/spots/10209"
501
+ },
502
+ {
503
+ "url": "/spots/10211"
504
+ },
505
+ {
506
+ "url": "/spots/10218"
507
+ },
508
+ {
509
+ "url": "/spots/10210"
510
+ },
511
+ {
512
+ "url": "/spots/10230"
513
+ }
514
+ ]
515
+ },
516
+ {
517
+ "image_url": "http://static.gowalla.com/trips/12-bf54e6bc8b15c9b3fa172da30c4b230f.png",
518
+ "name": "Fort Worth Zoo Safari",
519
+ "_completed": false,
520
+ "url": "/trips/17",
521
+ "spots": [
522
+ {
523
+ "url": "/spots/9076"
524
+ },
525
+ {
526
+ "url": "/spots/9077"
527
+ },
528
+ {
529
+ "url": "/spots/9078"
530
+ },
531
+ {
532
+ "url": "/spots/9079"
533
+ },
534
+ {
535
+ "url": "/spots/9080"
536
+ },
537
+ {
538
+ "url": "/spots/9081"
539
+ },
540
+ {
541
+ "url": "/spots/9082"
542
+ },
543
+ {
544
+ "url": "/spots/9083"
545
+ },
546
+ {
547
+ "url": "/spots/9084"
548
+ },
549
+ {
550
+ "url": "/spots/9085"
551
+ },
552
+ {
553
+ "url": "/spots/9259"
554
+ },
555
+ {
556
+ "url": "/spots/9087"
557
+ },
558
+ {
559
+ "url": "/spots/9088"
560
+ },
561
+ {
562
+ "url": "/spots/9090"
563
+ },
564
+ {
565
+ "url": "/spots/9091"
566
+ },
567
+ {
568
+ "url": "/spots/9092"
569
+ },
570
+ {
571
+ "url": "/spots/9093"
572
+ },
573
+ {
574
+ "url": "/spots/9097"
575
+ },
576
+ {
577
+ "url": "/spots/9098"
578
+ },
579
+ {
580
+ "url": "/spots/9100"
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "image_url": "http://static.gowalla.com/trips/14-32292997925997285c92af218a9eb77d.png",
586
+ "name": "Austin Bar Hop",
587
+ "_completed": false,
588
+ "url": "/trips/15",
589
+ "spots": [
590
+ {
591
+ "url": "/spots/9229"
592
+ },
593
+ {
594
+ "url": "/spots/9227"
595
+ },
596
+ {
597
+ "url": "/spots/9225"
598
+ },
599
+ {
600
+ "url": "/spots/9326"
601
+ },
602
+ {
603
+ "url": "/spots/9223"
604
+ },
605
+ {
606
+ "url": "/spots/9316"
607
+ },
608
+ {
609
+ "url": "/spots/9302"
610
+ },
611
+ {
612
+ "url": "/spots/9318"
613
+ },
614
+ {
615
+ "url": "/spots/9251"
616
+ },
617
+ {
618
+ "url": "/spots/9250"
619
+ },
620
+ {
621
+ "url": "/spots/9249"
622
+ },
623
+ {
624
+ "url": "/spots/9221"
625
+ },
626
+ {
627
+ "url": "/spots/9313"
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "image_url": "http://static.gowalla.com/trips/15-c9952083e353a2b6c3ed0fbb021776aa.png",
633
+ "name": "Capitol Grounds of Texas",
634
+ "_completed": false,
635
+ "url": "/trips/14",
636
+ "spots": [
637
+ {
638
+ "url": "/spots/9237"
639
+ },
640
+ {
641
+ "url": "/spots/9233"
642
+ },
643
+ {
644
+ "url": "/spots/9236"
645
+ },
646
+ {
647
+ "url": "/spots/9234"
648
+ },
649
+ {
650
+ "url": "/spots/9235"
651
+ },
652
+ {
653
+ "url": "/spots/9232"
654
+ }
655
+ ]
656
+ },
657
+ {
658
+ "image_url": "http://static.gowalla.com/trips/13-2fb45ba176eafb466d5ccf7c943fb75c.png",
659
+ "name": "Austin Stairs of Doom",
660
+ "_completed": false,
661
+ "url": "/trips/13",
662
+ "spots": [
663
+ {
664
+ "url": "/spots/9231"
665
+ },
666
+ {
667
+ "url": "/spots/9238"
668
+ },
669
+ {
670
+ "url": "/spots/9245"
671
+ },
672
+ {
673
+ "url": "/spots/9244"
674
+ },
675
+ {
676
+ "url": "/spots/9239"
677
+ },
678
+ {
679
+ "url": "/spots/9299"
680
+ }
681
+ ]
682
+ },
683
+ {
684
+ "image_url": "http://static.gowalla.com/missions/12-b382f381fc13d0d41db1082a4876c159.png",
685
+ "name": "Harvard Yard",
686
+ "_completed": false,
687
+ "url": "/trips/12",
688
+ "spots": [
689
+ {
690
+ "url": "/spots/10036"
691
+ },
692
+ {
693
+ "url": "/spots/10067"
694
+ },
695
+ {
696
+ "url": "/spots/10891"
697
+ },
698
+ {
699
+ "url": "/spots/10001"
700
+ },
701
+ {
702
+ "url": "/spots/10052"
703
+ },
704
+ {
705
+ "url": "/spots/10053"
706
+ },
707
+ {
708
+ "url": "/spots/10894"
709
+ },
710
+ {
711
+ "url": "/spots/10066"
712
+ },
713
+ {
714
+ "url": "/spots/10054"
715
+ },
716
+ {
717
+ "url": "/spots/10102"
718
+ },
719
+ {
720
+ "url": "/spots/10842"
721
+ }
722
+ ]
723
+ },
724
+ {
725
+ "image_url": "http://static.gowalla.com/trips/22-38e80a8c08c9672f00f8a93589421527.png",
726
+ "name": "Golden Gate Gallop",
727
+ "_completed": false,
728
+ "url": "/trips/11",
729
+ "spots": [
730
+ {
731
+ "url": "/spots/9073"
732
+ },
733
+ {
734
+ "url": "/spots/10353"
735
+ },
736
+ {
737
+ "url": "/spots/9127"
738
+ },
739
+ {
740
+ "url": "/spots/9416"
741
+ },
742
+ {
743
+ "url": "/spots/10359"
744
+ },
745
+ {
746
+ "url": "/spots/10360"
747
+ },
748
+ {
749
+ "url": "/spots/10361"
750
+ },
751
+ {
752
+ "url": "/spots/10362"
753
+ },
754
+ {
755
+ "url": "/spots/10143"
756
+ },
757
+ {
758
+ "url": "/spots/10136"
759
+ },
760
+ {
761
+ "url": "/spots/10139"
762
+ },
763
+ {
764
+ "url": "/spots/10141"
765
+ },
766
+ {
767
+ "url": "/spots/10355"
768
+ },
769
+ {
770
+ "url": "/spots/10373"
771
+ },
772
+ {
773
+ "url": "/spots/9901"
774
+ },
775
+ {
776
+ "url": "/spots/10377"
777
+ },
778
+ {
779
+ "url": "/spots/10555"
780
+ },
781
+ {
782
+ "url": "/spots/10383"
783
+ }
784
+ ]
785
+ },
786
+ {
787
+ "image_url": "http://static.gowalla.com/trips/21-3bbc76dd524f152fa9d4f4ad5cb79b63.png",
788
+ "name": "North Beachin'",
789
+ "_completed": false,
790
+ "url": "/trips/10",
791
+ "spots": [
792
+ {
793
+ "url": "/spots/10195"
794
+ },
795
+ {
796
+ "url": "/spots/10194"
797
+ },
798
+ {
799
+ "url": "/spots/10185"
800
+ },
801
+ {
802
+ "url": "/spots/10186"
803
+ },
804
+ {
805
+ "url": "/spots/10187"
806
+ },
807
+ {
808
+ "url": "/spots/9161"
809
+ },
810
+ {
811
+ "url": "/spots/9060"
812
+ },
813
+ {
814
+ "url": "/spots/9157"
815
+ },
816
+ {
817
+ "url": "/spots/10191"
818
+ },
819
+ {
820
+ "url": "/spots/10192"
821
+ },
822
+ {
823
+ "url": "/spots/10193"
824
+ }
825
+ ]
826
+ },
827
+ {
828
+ "image_url": "http://static.gowalla.com/trips/24-c079757d46465d3351f101b99870ad61.png",
829
+ "name": "The Moonlight Towers",
830
+ "_completed": false,
831
+ "url": "/trips/9",
832
+ "spots": [
833
+ {
834
+ "url": "/spots/10056"
835
+ },
836
+ {
837
+ "url": "/spots/10416"
838
+ },
839
+ {
840
+ "url": "/spots/10417"
841
+ },
842
+ {
843
+ "url": "/spots/10418"
844
+ },
845
+ {
846
+ "url": "/spots/10421"
847
+ },
848
+ {
849
+ "url": "/spots/10423"
850
+ },
851
+ {
852
+ "url": "/spots/10425"
853
+ },
854
+ {
855
+ "url": "/spots/10426"
856
+ },
857
+ {
858
+ "url": "/spots/10428"
859
+ },
860
+ {
861
+ "url": "/spots/10429"
862
+ },
863
+ {
864
+ "url": "/spots/10477"
865
+ },
866
+ {
867
+ "url": "/spots/10595"
868
+ },
869
+ {
870
+ "url": "/spots/10617"
871
+ },
872
+ {
873
+ "url": "/spots/10682"
874
+ },
875
+ {
876
+ "url": "/spots/10687"
877
+ }
878
+ ]
879
+ }
880
+ ]
881
+ }