big-door-fork 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. data/.bundle/config +2 -0
  2. data/.document +5 -0
  3. data/.gitignore +22 -0
  4. data/Gemfile +12 -0
  5. data/LICENSE +20 -0
  6. data/README.rdoc +17 -0
  7. data/Rakefile +60 -0
  8. data/VERSION +1 -0
  9. data/big-door-fork.gemspec +101 -0
  10. data/features/big-door.feature +34 -0
  11. data/features/step_definitions/big-door_steps.rb +83 -0
  12. data/features/support/env.rb +5 -0
  13. data/lib/big-door.rb +153 -0
  14. data/lib/big-door/base.rb +45 -0
  15. data/lib/big-door/currency.rb +25 -0
  16. data/lib/big-door/named_award.rb +25 -0
  17. data/lib/big-door/named_award_collection.rb +27 -0
  18. data/lib/big-door/named_level.rb +25 -0
  19. data/lib/big-door/named_level_collection.rb +27 -0
  20. data/lib/big-door/named_transaction.rb +25 -0
  21. data/lib/big-door/named_transaction_group.rb +27 -0
  22. data/lib/big-door/request.rb +7 -0
  23. data/lib/big-door/response_codes.rb +266 -0
  24. data/lib/big-door/user.rb +69 -0
  25. data/spec/.rspec +1 -0
  26. data/spec/big-door_spec.rb +127 -0
  27. data/spec/spec_helper.rb +19 -0
  28. data/spec/support/vcr.rb +7 -0
  29. data/vcr_cassettes/NamedTransaction/NamedTransaction.yml +213 -0
  30. data/vcr_cassettes/NamedTransaction/specific.yml +6043 -0
  31. data/vcr_cassettes/award/award_summary.yml +34 -0
  32. data/vcr_cassettes/currency/currency.yml +52 -0
  33. data/vcr_cassettes/currency/currency_type.yml +31 -0
  34. data/vcr_cassettes/currency/specific.yml +2980 -0
  35. data/vcr_cassettes/good/good_summary.yml +34 -0
  36. data/vcr_cassettes/level/level_summary.yml +34 -0
  37. data/vcr_cassettes/named_transaction/named_transactions.yml +107 -0
  38. data/vcr_cassettes/named_transaction_group/all.yml +145 -0
  39. data/vcr_cassettes/named_transaction_group/specific.yml +3171 -0
  40. data/vcr_cassettes/user/add_points.yml +36 -0
  41. data/vcr_cassettes/user/all.yml +10035 -0
  42. data/vcr_cassettes/user/create.yml +4259 -0
  43. data/vcr_cassettes/user/currency_balance.yml +738 -0
  44. data/vcr_cassettes/user/delete.yml +28 -0
  45. data/vcr_cassettes/user/new.yml +5660 -0
  46. data/vcr_cassettes/user/new_currency_balance.yml +470 -0
  47. data/vcr_cassettes/user/specific.yml +44 -0
  48. metadata +182 -0
@@ -0,0 +1,34 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: !ruby/regexp /http:\/\/api\.bigdoor\.com\/api\/publisher\/0deee7386916481199b5cbc16e4800b0\/award_summary\?/
6
+ body:
7
+ headers:
8
+ connection:
9
+ - close
10
+ host:
11
+ - api.bigdoor.com
12
+ response: !ruby/struct:VCR::Response
13
+ status: !ruby/struct:VCR::ResponseStatus
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ connection:
18
+ - Close
19
+ content-type:
20
+ - application/json; charset=utf-8
21
+ server:
22
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
23
+ date:
24
+ - Mon, 09 Aug 2010 16:41:35 GMT
25
+ content-length:
26
+ - "19"
27
+ vary:
28
+ - Authorization,Cookie
29
+ body: |-
30
+ [
31
+ [],
32
+ {}
33
+ ]
34
+ http_version: "1.1"
@@ -0,0 +1,52 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: !ruby/regexp /http:\/\/api\.bigdoor\.com\/api\/publisher\/0deee7386916481199b5cbc16e4800b0\/currency\?/
6
+ body:
7
+ headers:
8
+ connection:
9
+ - close
10
+ host:
11
+ - api.bigdoor.com
12
+ response: !ruby/struct:VCR::Response
13
+ status: !ruby/struct:VCR::ResponseStatus
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ connection:
18
+ - Close
19
+ content-type:
20
+ - application/json; charset=utf-8
21
+ server:
22
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
23
+ date:
24
+ - Mon, 16 Aug 2010 20:06:25 GMT
25
+ content-length:
26
+ - "630"
27
+ vary:
28
+ - Authorization,Cookie
29
+ body: |-
30
+ [
31
+ [
32
+ {
33
+ "end_user_description": null,
34
+ "read_only": 0,
35
+ "modified_timestamp": 1281974693,
36
+ "pub_title": "Temp Points",
37
+ "currency_type_title": "Skill Points",
38
+ "currency_type_id": 9,
39
+ "exchange_rate": "1.00",
40
+ "resource_name": "currency",
41
+ "urls": [],
42
+ "created_timestamp": 1281974693,
43
+ "pub_description": null,
44
+ "end_user_title": "Temp Points",
45
+ "relative_weight": 1,
46
+ "id": 579,
47
+ "currency_type_description": ""
48
+ }
49
+ ],
50
+ {}
51
+ ]
52
+ http_version: "1.1"
@@ -0,0 +1,31 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: !ruby/regexp /http:\/\/api\.bigdoor\.com\/api\/publisher\/0deee7386916481199b5cbc16e4800b0\/currency_type\?/
6
+ body:
7
+ headers:
8
+ connection:
9
+ - close
10
+ host:
11
+ - api.bigdoor.com
12
+ response: !ruby/struct:VCR::Response
13
+ status: !ruby/struct:VCR::ResponseStatus
14
+ code: 200
15
+ message: OK
16
+ headers:
17
+ connection:
18
+ - Close
19
+ content-type:
20
+ - application/json; charset=utf-8
21
+ server:
22
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
23
+ date:
24
+ - Mon, 09 Aug 2010 16:41:36 GMT
25
+ content-length:
26
+ - "1797"
27
+ vary:
28
+ - Authorization,Cookie
29
+ body: "[\n [\n {\n \"read_only\": 0, \n \"modified_timestamp\": 1263933875, \n \"resource_name\": \"currency_type\", \n \"description\": null, \n \"title\": \"Purchase\", \n \"can_be_cross_publisher\": 0, \n \"can_be_purchased\": 1, \n \"can_be_rewarded\": 0, \n \"created_timestamp\": 1263933875, \n \"has_dollar_exchange_rate_integrity\": 1, \n \"id\": 1\n }, \n {\n \"read_only\": 0, \n \"modified_timestamp\": 1263933875, \n \"resource_name\": \"currency_type\", \n \"description\": null, \n \"title\": \"Reward\", \n \"can_be_cross_publisher\": 0, \n \"can_be_purchased\": 0, \n \"can_be_rewarded\": 1, \n \"created_timestamp\": 1263933875, \n \"has_dollar_exchange_rate_integrity\": 0, \n \"id\": 2\n }, \n {\n \"read_only\": 0, \n \"modified_timestamp\": 1264002256, \n \"resource_name\": \"currency_type\", \n \"description\": \"\", \n \"title\": \"Hybrid\", \n \"can_be_cross_publisher\": 0, \n \"can_be_purchased\": 1, \n \"can_be_rewarded\": 1, \n \"created_timestamp\": 1263933875, \n \"has_dollar_exchange_rate_integrity\": 0, \n \"id\": 3\n }, \n {\n \"read_only\": 0, \n \"modified_timestamp\": 1263933875, \n \"resource_name\": \"currency_type\", \n \"description\": null, \n \"title\": \"\xC3\x9Cber\", \n \"can_be_cross_publisher\": 1, \n \"can_be_purchased\": 0, \n \"can_be_rewarded\": 0, \n \"created_timestamp\": 1263933875, \n \"has_dollar_exchange_rate_integrity\": 1, \n \"id\": 4\n }\n ], \n {}\n\
30
+ ]"
31
+ http_version: "1.1"
@@ -0,0 +1,2980 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282063247.65&format=json&sig=0b0fcc1db463befdd2ad3c3915983f5ab395854d49caa105d1193393961a8aea
6
+ body:
7
+ headers:
8
+ connection:
9
+ - close
10
+ host:
11
+ - api.bigdoor.com
12
+ response: !ruby/struct:VCR::Response
13
+ status: !ruby/struct:VCR::ResponseStatus
14
+ code: 503
15
+ message: "Service Unavailable: Back-end server is at capacity"
16
+ headers:
17
+ connection:
18
+ - Close
19
+ content-length:
20
+ - "0"
21
+ body: ""
22
+ http_version: "1.1"
23
+ - !ruby/struct:VCR::HTTPInteraction
24
+ request: !ruby/struct:VCR::Request
25
+ method: :get
26
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282588922.38&format=json&sig=428cc13d96d93415d637df6cd06d822a75f0d022f682032efa1642fde8950ca7
27
+ body:
28
+ headers:
29
+ connection:
30
+ - close
31
+ host:
32
+ - api.bigdoor.com
33
+ response: !ruby/struct:VCR::Response
34
+ status: !ruby/struct:VCR::ResponseStatus
35
+ code: 200
36
+ message: OK
37
+ headers:
38
+ content-type:
39
+ - application/json; charset=utf-8
40
+ connection:
41
+ - Close
42
+ date:
43
+ - Mon, 23 Aug 2010 18:42:02 GMT
44
+ server:
45
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
46
+ content-length:
47
+ - "630"
48
+ vary:
49
+ - Authorization,Cookie
50
+ body: |-
51
+ [
52
+ [
53
+ {
54
+ "end_user_description": null,
55
+ "read_only": 0,
56
+ "modified_timestamp": 1281974693,
57
+ "pub_title": "Temp Points",
58
+ "currency_type_title": "Skill Points",
59
+ "currency_type_id": 9,
60
+ "exchange_rate": "1.00",
61
+ "resource_name": "currency",
62
+ "urls": [],
63
+ "created_timestamp": 1281974693,
64
+ "pub_description": null,
65
+ "end_user_title": "Temp Points",
66
+ "relative_weight": 1,
67
+ "id": 579,
68
+ "currency_type_description": ""
69
+ }
70
+ ],
71
+ {}
72
+ ]
73
+ http_version: "1.1"
74
+ - !ruby/struct:VCR::HTTPInteraction
75
+ request: !ruby/struct:VCR::Request
76
+ method: :get
77
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598230.88&format=json&sig=bc4705193e10687c0417d5c8f025a130638107760a67c30b033da4d03aef7d6f
78
+ body:
79
+ headers:
80
+ connection:
81
+ - close
82
+ host:
83
+ - api.bigdoor.com
84
+ response: !ruby/struct:VCR::Response
85
+ status: !ruby/struct:VCR::ResponseStatus
86
+ code: 200
87
+ message: OK
88
+ headers:
89
+ connection:
90
+ - Close
91
+ content-type:
92
+ - application/json; charset=utf-8
93
+ server:
94
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
95
+ date:
96
+ - Mon, 23 Aug 2010 21:17:11 GMT
97
+ content-length:
98
+ - "630"
99
+ vary:
100
+ - Authorization,Cookie
101
+ body: |-
102
+ [
103
+ [
104
+ {
105
+ "end_user_description": null,
106
+ "read_only": 0,
107
+ "modified_timestamp": 1281974693,
108
+ "pub_title": "Temp Points",
109
+ "currency_type_title": "Skill Points",
110
+ "currency_type_id": 9,
111
+ "exchange_rate": "1.00",
112
+ "resource_name": "currency",
113
+ "urls": [],
114
+ "created_timestamp": 1281974693,
115
+ "pub_description": null,
116
+ "end_user_title": "Temp Points",
117
+ "relative_weight": 1,
118
+ "id": 579,
119
+ "currency_type_description": ""
120
+ }
121
+ ],
122
+ {}
123
+ ]
124
+ http_version: "1.1"
125
+ - !ruby/struct:VCR::HTTPInteraction
126
+ request: !ruby/struct:VCR::Request
127
+ method: :get
128
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598251.93&format=json&sig=bb9ca8c09d756e9ccd5ba824c479307dd8ca2a5e55640fb3f7dad26f4a4d18c8
129
+ body:
130
+ headers:
131
+ connection:
132
+ - close
133
+ host:
134
+ - api.bigdoor.com
135
+ response: !ruby/struct:VCR::Response
136
+ status: !ruby/struct:VCR::ResponseStatus
137
+ code: 200
138
+ message: OK
139
+ headers:
140
+ content-type:
141
+ - application/json; charset=utf-8
142
+ connection:
143
+ - Close
144
+ date:
145
+ - Mon, 23 Aug 2010 21:17:32 GMT
146
+ server:
147
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
148
+ content-length:
149
+ - "630"
150
+ vary:
151
+ - Authorization,Cookie
152
+ body: |-
153
+ [
154
+ [
155
+ {
156
+ "end_user_description": null,
157
+ "read_only": 0,
158
+ "modified_timestamp": 1281974693,
159
+ "pub_title": "Temp Points",
160
+ "currency_type_title": "Skill Points",
161
+ "currency_type_id": 9,
162
+ "exchange_rate": "1.00",
163
+ "resource_name": "currency",
164
+ "urls": [],
165
+ "created_timestamp": 1281974693,
166
+ "pub_description": null,
167
+ "end_user_title": "Temp Points",
168
+ "relative_weight": 1,
169
+ "id": 579,
170
+ "currency_type_description": ""
171
+ }
172
+ ],
173
+ {}
174
+ ]
175
+ http_version: "1.1"
176
+ - !ruby/struct:VCR::HTTPInteraction
177
+ request: !ruby/struct:VCR::Request
178
+ method: :get
179
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598297.95&format=json&sig=bb01fae18910e6f9c3a4730317cbcf7f79c88d39116034257ff92e1feca493b6
180
+ body:
181
+ headers:
182
+ connection:
183
+ - close
184
+ host:
185
+ - api.bigdoor.com
186
+ response: !ruby/struct:VCR::Response
187
+ status: !ruby/struct:VCR::ResponseStatus
188
+ code: 200
189
+ message: OK
190
+ headers:
191
+ connection:
192
+ - Close
193
+ content-type:
194
+ - application/json; charset=utf-8
195
+ server:
196
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
197
+ date:
198
+ - Mon, 23 Aug 2010 21:18:18 GMT
199
+ content-length:
200
+ - "630"
201
+ vary:
202
+ - Authorization,Cookie
203
+ body: |-
204
+ [
205
+ [
206
+ {
207
+ "end_user_description": null,
208
+ "read_only": 0,
209
+ "modified_timestamp": 1281974693,
210
+ "pub_title": "Temp Points",
211
+ "currency_type_title": "Skill Points",
212
+ "currency_type_id": 9,
213
+ "exchange_rate": "1.00",
214
+ "resource_name": "currency",
215
+ "urls": [],
216
+ "created_timestamp": 1281974693,
217
+ "pub_description": null,
218
+ "end_user_title": "Temp Points",
219
+ "relative_weight": 1,
220
+ "id": 579,
221
+ "currency_type_description": ""
222
+ }
223
+ ],
224
+ {}
225
+ ]
226
+ http_version: "1.1"
227
+ - !ruby/struct:VCR::HTTPInteraction
228
+ request: !ruby/struct:VCR::Request
229
+ method: :get
230
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598334.39&format=json&sig=d9b17922aa316e4874e154a03d5127e92423418ce0ee2742ab4379c39d445a41
231
+ body:
232
+ headers:
233
+ connection:
234
+ - close
235
+ host:
236
+ - api.bigdoor.com
237
+ response: !ruby/struct:VCR::Response
238
+ status: !ruby/struct:VCR::ResponseStatus
239
+ code: 200
240
+ message: OK
241
+ headers:
242
+ content-type:
243
+ - application/json; charset=utf-8
244
+ connection:
245
+ - Close
246
+ date:
247
+ - Mon, 23 Aug 2010 21:18:55 GMT
248
+ server:
249
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
250
+ content-length:
251
+ - "630"
252
+ vary:
253
+ - Authorization,Cookie
254
+ body: |-
255
+ [
256
+ [
257
+ {
258
+ "end_user_description": null,
259
+ "read_only": 0,
260
+ "modified_timestamp": 1281974693,
261
+ "pub_title": "Temp Points",
262
+ "currency_type_title": "Skill Points",
263
+ "currency_type_id": 9,
264
+ "exchange_rate": "1.00",
265
+ "resource_name": "currency",
266
+ "urls": [],
267
+ "created_timestamp": 1281974693,
268
+ "pub_description": null,
269
+ "end_user_title": "Temp Points",
270
+ "relative_weight": 1,
271
+ "id": 579,
272
+ "currency_type_description": ""
273
+ }
274
+ ],
275
+ {}
276
+ ]
277
+ http_version: "1.1"
278
+ - !ruby/struct:VCR::HTTPInteraction
279
+ request: !ruby/struct:VCR::Request
280
+ method: :get
281
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598362.28&format=json&sig=3c86d4aaa00ccf4008bb54393c957b2b06e71403d9d6529d61382879f3f55000
282
+ body:
283
+ headers:
284
+ connection:
285
+ - close
286
+ host:
287
+ - api.bigdoor.com
288
+ response: !ruby/struct:VCR::Response
289
+ status: !ruby/struct:VCR::ResponseStatus
290
+ code: 200
291
+ message: OK
292
+ headers:
293
+ connection:
294
+ - Close
295
+ content-type:
296
+ - application/json; charset=utf-8
297
+ server:
298
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
299
+ date:
300
+ - Mon, 23 Aug 2010 21:19:23 GMT
301
+ content-length:
302
+ - "630"
303
+ vary:
304
+ - Authorization,Cookie
305
+ body: |-
306
+ [
307
+ [
308
+ {
309
+ "end_user_description": null,
310
+ "read_only": 0,
311
+ "modified_timestamp": 1281974693,
312
+ "pub_title": "Temp Points",
313
+ "currency_type_title": "Skill Points",
314
+ "currency_type_id": 9,
315
+ "exchange_rate": "1.00",
316
+ "resource_name": "currency",
317
+ "urls": [],
318
+ "created_timestamp": 1281974693,
319
+ "pub_description": null,
320
+ "end_user_title": "Temp Points",
321
+ "relative_weight": 1,
322
+ "id": 579,
323
+ "currency_type_description": ""
324
+ }
325
+ ],
326
+ {}
327
+ ]
328
+ http_version: "1.1"
329
+ - !ruby/struct:VCR::HTTPInteraction
330
+ request: !ruby/struct:VCR::Request
331
+ method: :get
332
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598391.33&format=json&sig=d7c816d5f6f23956ba87911bbaf937e09cd42c9db3a2adaee3aa1c35cf35aa6b
333
+ body:
334
+ headers:
335
+ connection:
336
+ - close
337
+ host:
338
+ - api.bigdoor.com
339
+ response: !ruby/struct:VCR::Response
340
+ status: !ruby/struct:VCR::ResponseStatus
341
+ code: 200
342
+ message: OK
343
+ headers:
344
+ content-type:
345
+ - application/json; charset=utf-8
346
+ connection:
347
+ - Close
348
+ date:
349
+ - Mon, 23 Aug 2010 21:19:52 GMT
350
+ server:
351
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
352
+ content-length:
353
+ - "630"
354
+ vary:
355
+ - Authorization,Cookie
356
+ body: |-
357
+ [
358
+ [
359
+ {
360
+ "end_user_description": null,
361
+ "read_only": 0,
362
+ "modified_timestamp": 1281974693,
363
+ "pub_title": "Temp Points",
364
+ "currency_type_title": "Skill Points",
365
+ "currency_type_id": 9,
366
+ "exchange_rate": "1.00",
367
+ "resource_name": "currency",
368
+ "urls": [],
369
+ "created_timestamp": 1281974693,
370
+ "pub_description": null,
371
+ "end_user_title": "Temp Points",
372
+ "relative_weight": 1,
373
+ "id": 579,
374
+ "currency_type_description": ""
375
+ }
376
+ ],
377
+ {}
378
+ ]
379
+ http_version: "1.1"
380
+ - !ruby/struct:VCR::HTTPInteraction
381
+ request: !ruby/struct:VCR::Request
382
+ method: :get
383
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598840.04&format=json&sig=b7c14b82bc196ea12b8346251a4c520a7ac24a8054ca992e713a4df349629f88
384
+ body:
385
+ headers:
386
+ connection:
387
+ - close
388
+ host:
389
+ - api.bigdoor.com
390
+ response: !ruby/struct:VCR::Response
391
+ status: !ruby/struct:VCR::ResponseStatus
392
+ code: 200
393
+ message: OK
394
+ headers:
395
+ connection:
396
+ - Close
397
+ content-type:
398
+ - application/json; charset=utf-8
399
+ server:
400
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
401
+ date:
402
+ - Mon, 23 Aug 2010 21:27:20 GMT
403
+ content-length:
404
+ - "630"
405
+ vary:
406
+ - Authorization,Cookie
407
+ body: |-
408
+ [
409
+ [
410
+ {
411
+ "end_user_description": null,
412
+ "read_only": 0,
413
+ "modified_timestamp": 1281974693,
414
+ "pub_title": "Temp Points",
415
+ "currency_type_title": "Skill Points",
416
+ "currency_type_id": 9,
417
+ "exchange_rate": "1.00",
418
+ "resource_name": "currency",
419
+ "urls": [],
420
+ "created_timestamp": 1281974693,
421
+ "pub_description": null,
422
+ "end_user_title": "Temp Points",
423
+ "relative_weight": 1,
424
+ "id": 579,
425
+ "currency_type_description": ""
426
+ }
427
+ ],
428
+ {}
429
+ ]
430
+ http_version: "1.1"
431
+ - !ruby/struct:VCR::HTTPInteraction
432
+ request: !ruby/struct:VCR::Request
433
+ method: :get
434
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598908.27&format=json&sig=644c5775c99d74fc615bf01574e8a6eeb0bf68a069b3abddb0278a0439ccd57f
435
+ body:
436
+ headers:
437
+ connection:
438
+ - close
439
+ host:
440
+ - api.bigdoor.com
441
+ response: !ruby/struct:VCR::Response
442
+ status: !ruby/struct:VCR::ResponseStatus
443
+ code: 200
444
+ message: OK
445
+ headers:
446
+ content-type:
447
+ - application/json; charset=utf-8
448
+ connection:
449
+ - Close
450
+ date:
451
+ - Mon, 23 Aug 2010 21:28:29 GMT
452
+ server:
453
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
454
+ content-length:
455
+ - "630"
456
+ vary:
457
+ - Authorization,Cookie
458
+ body: |-
459
+ [
460
+ [
461
+ {
462
+ "end_user_description": null,
463
+ "read_only": 0,
464
+ "modified_timestamp": 1281974693,
465
+ "pub_title": "Temp Points",
466
+ "currency_type_title": "Skill Points",
467
+ "currency_type_id": 9,
468
+ "exchange_rate": "1.00",
469
+ "resource_name": "currency",
470
+ "urls": [],
471
+ "created_timestamp": 1281974693,
472
+ "pub_description": null,
473
+ "end_user_title": "Temp Points",
474
+ "relative_weight": 1,
475
+ "id": 579,
476
+ "currency_type_description": ""
477
+ }
478
+ ],
479
+ {}
480
+ ]
481
+ http_version: "1.1"
482
+ - !ruby/struct:VCR::HTTPInteraction
483
+ request: !ruby/struct:VCR::Request
484
+ method: :get
485
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282598994.98&format=json&sig=31b3132093a355d662772bfb550f56f841a16c89ba7b27d0942cba5a2be86577
486
+ body:
487
+ headers:
488
+ connection:
489
+ - close
490
+ host:
491
+ - api.bigdoor.com
492
+ response: !ruby/struct:VCR::Response
493
+ status: !ruby/struct:VCR::ResponseStatus
494
+ code: 200
495
+ message: OK
496
+ headers:
497
+ connection:
498
+ - Close
499
+ content-type:
500
+ - application/json; charset=utf-8
501
+ server:
502
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
503
+ date:
504
+ - Mon, 23 Aug 2010 21:29:55 GMT
505
+ content-length:
506
+ - "630"
507
+ vary:
508
+ - Authorization,Cookie
509
+ body: |-
510
+ [
511
+ [
512
+ {
513
+ "end_user_description": null,
514
+ "read_only": 0,
515
+ "modified_timestamp": 1281974693,
516
+ "pub_title": "Temp Points",
517
+ "currency_type_title": "Skill Points",
518
+ "currency_type_id": 9,
519
+ "exchange_rate": "1.00",
520
+ "resource_name": "currency",
521
+ "urls": [],
522
+ "created_timestamp": 1281974693,
523
+ "pub_description": null,
524
+ "end_user_title": "Temp Points",
525
+ "relative_weight": 1,
526
+ "id": 579,
527
+ "currency_type_description": ""
528
+ }
529
+ ],
530
+ {}
531
+ ]
532
+ http_version: "1.1"
533
+ - !ruby/struct:VCR::HTTPInteraction
534
+ request: !ruby/struct:VCR::Request
535
+ method: :get
536
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282599025.50&format=json&sig=1d77ebdee508515c674e86c73e0e27935f0e29dc567ba9c8315213457b2332ab
537
+ body:
538
+ headers:
539
+ connection:
540
+ - close
541
+ host:
542
+ - api.bigdoor.com
543
+ response: !ruby/struct:VCR::Response
544
+ status: !ruby/struct:VCR::ResponseStatus
545
+ code: 200
546
+ message: OK
547
+ headers:
548
+ content-type:
549
+ - application/json; charset=utf-8
550
+ connection:
551
+ - Close
552
+ date:
553
+ - Mon, 23 Aug 2010 21:30:26 GMT
554
+ server:
555
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
556
+ content-length:
557
+ - "630"
558
+ vary:
559
+ - Authorization,Cookie
560
+ body: |-
561
+ [
562
+ [
563
+ {
564
+ "end_user_description": null,
565
+ "read_only": 0,
566
+ "modified_timestamp": 1281974693,
567
+ "pub_title": "Temp Points",
568
+ "currency_type_title": "Skill Points",
569
+ "currency_type_id": 9,
570
+ "exchange_rate": "1.00",
571
+ "resource_name": "currency",
572
+ "urls": [],
573
+ "created_timestamp": 1281974693,
574
+ "pub_description": null,
575
+ "end_user_title": "Temp Points",
576
+ "relative_weight": 1,
577
+ "id": 579,
578
+ "currency_type_description": ""
579
+ }
580
+ ],
581
+ {}
582
+ ]
583
+ http_version: "1.1"
584
+ - !ruby/struct:VCR::HTTPInteraction
585
+ request: !ruby/struct:VCR::Request
586
+ method: :get
587
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282599874.84&format=json&sig=df952cb72dea95a1d9900ecaf12aa46192c28211e9d19be78891a37fa8bc619f
588
+ body:
589
+ headers:
590
+ connection:
591
+ - close
592
+ host:
593
+ - api.bigdoor.com
594
+ response: !ruby/struct:VCR::Response
595
+ status: !ruby/struct:VCR::ResponseStatus
596
+ code: 200
597
+ message: OK
598
+ headers:
599
+ connection:
600
+ - Close
601
+ content-type:
602
+ - application/json; charset=utf-8
603
+ server:
604
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
605
+ date:
606
+ - Mon, 23 Aug 2010 21:44:35 GMT
607
+ content-length:
608
+ - "630"
609
+ vary:
610
+ - Authorization,Cookie
611
+ body: |-
612
+ [
613
+ [
614
+ {
615
+ "end_user_description": null,
616
+ "read_only": 0,
617
+ "modified_timestamp": 1281974693,
618
+ "pub_title": "Temp Points",
619
+ "currency_type_title": "Skill Points",
620
+ "currency_type_id": 9,
621
+ "exchange_rate": "1.00",
622
+ "resource_name": "currency",
623
+ "urls": [],
624
+ "created_timestamp": 1281974693,
625
+ "pub_description": null,
626
+ "end_user_title": "Temp Points",
627
+ "relative_weight": 1,
628
+ "id": 579,
629
+ "currency_type_description": ""
630
+ }
631
+ ],
632
+ {}
633
+ ]
634
+ http_version: "1.1"
635
+ - !ruby/struct:VCR::HTTPInteraction
636
+ request: !ruby/struct:VCR::Request
637
+ method: :get
638
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600055.01&format=json&sig=17da11372b689e478bb8cfdbde83de364cd3fcc70fe0e93a348b09af922f00c4
639
+ body:
640
+ headers:
641
+ connection:
642
+ - close
643
+ host:
644
+ - api.bigdoor.com
645
+ response: !ruby/struct:VCR::Response
646
+ status: !ruby/struct:VCR::ResponseStatus
647
+ code: 200
648
+ message: OK
649
+ headers:
650
+ content-type:
651
+ - application/json; charset=utf-8
652
+ connection:
653
+ - Close
654
+ date:
655
+ - Mon, 23 Aug 2010 21:47:35 GMT
656
+ server:
657
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
658
+ content-length:
659
+ - "630"
660
+ vary:
661
+ - Authorization,Cookie
662
+ body: |-
663
+ [
664
+ [
665
+ {
666
+ "end_user_description": null,
667
+ "read_only": 0,
668
+ "modified_timestamp": 1281974693,
669
+ "pub_title": "Temp Points",
670
+ "currency_type_title": "Skill Points",
671
+ "currency_type_id": 9,
672
+ "exchange_rate": "1.00",
673
+ "resource_name": "currency",
674
+ "urls": [],
675
+ "created_timestamp": 1281974693,
676
+ "pub_description": null,
677
+ "end_user_title": "Temp Points",
678
+ "relative_weight": 1,
679
+ "id": 579,
680
+ "currency_type_description": ""
681
+ }
682
+ ],
683
+ {}
684
+ ]
685
+ http_version: "1.1"
686
+ - !ruby/struct:VCR::HTTPInteraction
687
+ request: !ruby/struct:VCR::Request
688
+ method: :get
689
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600154.83&format=json&sig=8990689b318a46f0055a4f84c202b268ea932c22d0a34b0cc45014fede05aaa3
690
+ body:
691
+ headers:
692
+ connection:
693
+ - close
694
+ host:
695
+ - api.bigdoor.com
696
+ response: !ruby/struct:VCR::Response
697
+ status: !ruby/struct:VCR::ResponseStatus
698
+ code: 200
699
+ message: OK
700
+ headers:
701
+ connection:
702
+ - Close
703
+ content-type:
704
+ - application/json; charset=utf-8
705
+ server:
706
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
707
+ date:
708
+ - Mon, 23 Aug 2010 21:49:15 GMT
709
+ content-length:
710
+ - "630"
711
+ vary:
712
+ - Authorization,Cookie
713
+ body: |-
714
+ [
715
+ [
716
+ {
717
+ "end_user_description": null,
718
+ "read_only": 0,
719
+ "modified_timestamp": 1281974693,
720
+ "pub_title": "Temp Points",
721
+ "currency_type_title": "Skill Points",
722
+ "currency_type_id": 9,
723
+ "exchange_rate": "1.00",
724
+ "resource_name": "currency",
725
+ "urls": [],
726
+ "created_timestamp": 1281974693,
727
+ "pub_description": null,
728
+ "end_user_title": "Temp Points",
729
+ "relative_weight": 1,
730
+ "id": 579,
731
+ "currency_type_description": ""
732
+ }
733
+ ],
734
+ {}
735
+ ]
736
+ http_version: "1.1"
737
+ - !ruby/struct:VCR::HTTPInteraction
738
+ request: !ruby/struct:VCR::Request
739
+ method: :get
740
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600185.64&format=json&sig=876cd55eec542956d3f267bf123add9f0173de4851a84b311dba51fa20a3d87b
741
+ body:
742
+ headers:
743
+ connection:
744
+ - close
745
+ host:
746
+ - api.bigdoor.com
747
+ response: !ruby/struct:VCR::Response
748
+ status: !ruby/struct:VCR::ResponseStatus
749
+ code: 200
750
+ message: OK
751
+ headers:
752
+ content-type:
753
+ - application/json; charset=utf-8
754
+ connection:
755
+ - Close
756
+ date:
757
+ - Mon, 23 Aug 2010 21:49:45 GMT
758
+ server:
759
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
760
+ content-length:
761
+ - "630"
762
+ vary:
763
+ - Authorization,Cookie
764
+ body: |-
765
+ [
766
+ [
767
+ {
768
+ "end_user_description": null,
769
+ "read_only": 0,
770
+ "modified_timestamp": 1281974693,
771
+ "pub_title": "Temp Points",
772
+ "currency_type_title": "Skill Points",
773
+ "currency_type_id": 9,
774
+ "exchange_rate": "1.00",
775
+ "resource_name": "currency",
776
+ "urls": [],
777
+ "created_timestamp": 1281974693,
778
+ "pub_description": null,
779
+ "end_user_title": "Temp Points",
780
+ "relative_weight": 1,
781
+ "id": 579,
782
+ "currency_type_description": ""
783
+ }
784
+ ],
785
+ {}
786
+ ]
787
+ http_version: "1.1"
788
+ - !ruby/struct:VCR::HTTPInteraction
789
+ request: !ruby/struct:VCR::Request
790
+ method: :get
791
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600211.68&format=json&sig=636f431fbbee13a4d7cb307b196ecf50107975f5c8b29445b144480d17631253
792
+ body:
793
+ headers:
794
+ connection:
795
+ - close
796
+ host:
797
+ - api.bigdoor.com
798
+ response: !ruby/struct:VCR::Response
799
+ status: !ruby/struct:VCR::ResponseStatus
800
+ code: 200
801
+ message: OK
802
+ headers:
803
+ connection:
804
+ - Close
805
+ content-type:
806
+ - application/json; charset=utf-8
807
+ server:
808
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
809
+ date:
810
+ - Mon, 23 Aug 2010 21:50:11 GMT
811
+ content-length:
812
+ - "630"
813
+ vary:
814
+ - Authorization,Cookie
815
+ body: |-
816
+ [
817
+ [
818
+ {
819
+ "end_user_description": null,
820
+ "read_only": 0,
821
+ "modified_timestamp": 1281974693,
822
+ "pub_title": "Temp Points",
823
+ "currency_type_title": "Skill Points",
824
+ "currency_type_id": 9,
825
+ "exchange_rate": "1.00",
826
+ "resource_name": "currency",
827
+ "urls": [],
828
+ "created_timestamp": 1281974693,
829
+ "pub_description": null,
830
+ "end_user_title": "Temp Points",
831
+ "relative_weight": 1,
832
+ "id": 579,
833
+ "currency_type_description": ""
834
+ }
835
+ ],
836
+ {}
837
+ ]
838
+ http_version: "1.1"
839
+ - !ruby/struct:VCR::HTTPInteraction
840
+ request: !ruby/struct:VCR::Request
841
+ method: :get
842
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600220.25&format=json&sig=81e5535e924775f4b0d0c75494e981a6c0b87718237499edeb2ad1cea1be3a90
843
+ body:
844
+ headers:
845
+ connection:
846
+ - close
847
+ host:
848
+ - api.bigdoor.com
849
+ response: !ruby/struct:VCR::Response
850
+ status: !ruby/struct:VCR::ResponseStatus
851
+ code: 200
852
+ message: OK
853
+ headers:
854
+ connection:
855
+ - Close
856
+ content-type:
857
+ - application/json; charset=utf-8
858
+ server:
859
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
860
+ date:
861
+ - Mon, 23 Aug 2010 21:50:20 GMT
862
+ content-length:
863
+ - "630"
864
+ vary:
865
+ - Authorization,Cookie
866
+ body: |-
867
+ [
868
+ [
869
+ {
870
+ "end_user_description": null,
871
+ "read_only": 0,
872
+ "modified_timestamp": 1281974693,
873
+ "pub_title": "Temp Points",
874
+ "currency_type_title": "Skill Points",
875
+ "currency_type_id": 9,
876
+ "exchange_rate": "1.00",
877
+ "resource_name": "currency",
878
+ "urls": [],
879
+ "created_timestamp": 1281974693,
880
+ "pub_description": null,
881
+ "end_user_title": "Temp Points",
882
+ "relative_weight": 1,
883
+ "id": 579,
884
+ "currency_type_description": ""
885
+ }
886
+ ],
887
+ {}
888
+ ]
889
+ http_version: "1.1"
890
+ - !ruby/struct:VCR::HTTPInteraction
891
+ request: !ruby/struct:VCR::Request
892
+ method: :get
893
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600291.51&format=json&sig=55f38156068b9ee6b9840a383ee85084040e19263bfd6ed603b00c65bfab388e
894
+ body:
895
+ headers:
896
+ connection:
897
+ - close
898
+ host:
899
+ - api.bigdoor.com
900
+ response: !ruby/struct:VCR::Response
901
+ status: !ruby/struct:VCR::ResponseStatus
902
+ code: 200
903
+ message: OK
904
+ headers:
905
+ connection:
906
+ - Close
907
+ content-type:
908
+ - application/json; charset=utf-8
909
+ server:
910
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
911
+ date:
912
+ - Mon, 23 Aug 2010 21:51:31 GMT
913
+ content-length:
914
+ - "630"
915
+ vary:
916
+ - Authorization,Cookie
917
+ body: |-
918
+ [
919
+ [
920
+ {
921
+ "end_user_description": null,
922
+ "read_only": 0,
923
+ "modified_timestamp": 1281974693,
924
+ "pub_title": "Temp Points",
925
+ "currency_type_title": "Skill Points",
926
+ "currency_type_id": 9,
927
+ "exchange_rate": "1.00",
928
+ "resource_name": "currency",
929
+ "urls": [],
930
+ "created_timestamp": 1281974693,
931
+ "pub_description": null,
932
+ "end_user_title": "Temp Points",
933
+ "relative_weight": 1,
934
+ "id": 579,
935
+ "currency_type_description": ""
936
+ }
937
+ ],
938
+ {}
939
+ ]
940
+ http_version: "1.1"
941
+ - !ruby/struct:VCR::HTTPInteraction
942
+ request: !ruby/struct:VCR::Request
943
+ method: :get
944
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600400.56&format=json&sig=2c0a22b996037f4f05e3dba2e300b1c901dcb76209c9a435b6ecf7e26a26acdd&pub_title__starts_with=Temp%20Points
945
+ body:
946
+ headers:
947
+ connection:
948
+ - close
949
+ host:
950
+ - api.bigdoor.com
951
+ response: !ruby/struct:VCR::Response
952
+ status: !ruby/struct:VCR::ResponseStatus
953
+ code: 200
954
+ message: OK
955
+ headers:
956
+ content-type:
957
+ - application/json; charset=utf-8
958
+ connection:
959
+ - Close
960
+ date:
961
+ - Mon, 23 Aug 2010 21:53:20 GMT
962
+ server:
963
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
964
+ content-length:
965
+ - "630"
966
+ vary:
967
+ - Authorization,Cookie
968
+ body: |-
969
+ [
970
+ [
971
+ {
972
+ "end_user_description": null,
973
+ "read_only": 0,
974
+ "modified_timestamp": 1281974693,
975
+ "pub_title": "Temp Points",
976
+ "currency_type_title": "Skill Points",
977
+ "currency_type_id": 9,
978
+ "exchange_rate": "1.00",
979
+ "resource_name": "currency",
980
+ "urls": [],
981
+ "created_timestamp": 1281974693,
982
+ "pub_description": null,
983
+ "end_user_title": "Temp Points",
984
+ "relative_weight": 1,
985
+ "id": 579,
986
+ "currency_type_description": ""
987
+ }
988
+ ],
989
+ {}
990
+ ]
991
+ http_version: "1.1"
992
+ - !ruby/struct:VCR::HTTPInteraction
993
+ request: !ruby/struct:VCR::Request
994
+ method: :get
995
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600477.73&format=json&sig=41af3e78b2808d79c17a59107f9ab8ad3e7ece3cf2f97c17859cdf6427249fdb&pub_title__starts_with=Temp%20Points
996
+ body:
997
+ headers:
998
+ connection:
999
+ - close
1000
+ host:
1001
+ - api.bigdoor.com
1002
+ response: !ruby/struct:VCR::Response
1003
+ status: !ruby/struct:VCR::ResponseStatus
1004
+ code: 200
1005
+ message: OK
1006
+ headers:
1007
+ connection:
1008
+ - Close
1009
+ content-type:
1010
+ - application/json; charset=utf-8
1011
+ server:
1012
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1013
+ date:
1014
+ - Mon, 23 Aug 2010 21:54:37 GMT
1015
+ content-length:
1016
+ - "630"
1017
+ vary:
1018
+ - Authorization,Cookie
1019
+ body: |-
1020
+ [
1021
+ [
1022
+ {
1023
+ "end_user_description": null,
1024
+ "read_only": 0,
1025
+ "modified_timestamp": 1281974693,
1026
+ "pub_title": "Temp Points",
1027
+ "currency_type_title": "Skill Points",
1028
+ "currency_type_id": 9,
1029
+ "exchange_rate": "1.00",
1030
+ "resource_name": "currency",
1031
+ "urls": [],
1032
+ "created_timestamp": 1281974693,
1033
+ "pub_description": null,
1034
+ "end_user_title": "Temp Points",
1035
+ "relative_weight": 1,
1036
+ "id": 579,
1037
+ "currency_type_description": ""
1038
+ }
1039
+ ],
1040
+ {}
1041
+ ]
1042
+ http_version: "1.1"
1043
+ - !ruby/struct:VCR::HTTPInteraction
1044
+ request: !ruby/struct:VCR::Request
1045
+ method: :get
1046
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600533.70&format=json&sig=8e716c9b090971aa8b7198f5c77b33178062143adac98a80e70f004b474e1b40&pub_title__starts_with=Temp%20Points
1047
+ body:
1048
+ headers:
1049
+ connection:
1050
+ - close
1051
+ host:
1052
+ - api.bigdoor.com
1053
+ response: !ruby/struct:VCR::Response
1054
+ status: !ruby/struct:VCR::ResponseStatus
1055
+ code: 200
1056
+ message: OK
1057
+ headers:
1058
+ content-type:
1059
+ - application/json; charset=utf-8
1060
+ connection:
1061
+ - Close
1062
+ date:
1063
+ - Mon, 23 Aug 2010 21:55:33 GMT
1064
+ server:
1065
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1066
+ content-length:
1067
+ - "630"
1068
+ vary:
1069
+ - Authorization,Cookie
1070
+ body: |-
1071
+ [
1072
+ [
1073
+ {
1074
+ "end_user_description": null,
1075
+ "read_only": 0,
1076
+ "modified_timestamp": 1281974693,
1077
+ "pub_title": "Temp Points",
1078
+ "currency_type_title": "Skill Points",
1079
+ "currency_type_id": 9,
1080
+ "exchange_rate": "1.00",
1081
+ "resource_name": "currency",
1082
+ "urls": [],
1083
+ "created_timestamp": 1281974693,
1084
+ "pub_description": null,
1085
+ "end_user_title": "Temp Points",
1086
+ "relative_weight": 1,
1087
+ "id": 579,
1088
+ "currency_type_description": ""
1089
+ }
1090
+ ],
1091
+ {}
1092
+ ]
1093
+ http_version: "1.1"
1094
+ - !ruby/struct:VCR::HTTPInteraction
1095
+ request: !ruby/struct:VCR::Request
1096
+ method: :get
1097
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600606.62&format=json&pub_title__starts_with=Temp%20Points&sig=e62b7060310e4a87cce352b929ed716d99499ecd4d30484ac385dd9df0141de7
1098
+ body:
1099
+ headers:
1100
+ connection:
1101
+ - close
1102
+ host:
1103
+ - api.bigdoor.com
1104
+ response: !ruby/struct:VCR::Response
1105
+ status: !ruby/struct:VCR::ResponseStatus
1106
+ code: 200
1107
+ message: OK
1108
+ headers:
1109
+ connection:
1110
+ - Close
1111
+ content-type:
1112
+ - application/json; charset=utf-8
1113
+ server:
1114
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1115
+ date:
1116
+ - Mon, 23 Aug 2010 21:56:46 GMT
1117
+ content-length:
1118
+ - "630"
1119
+ vary:
1120
+ - Authorization,Cookie
1121
+ body: |-
1122
+ [
1123
+ [
1124
+ {
1125
+ "end_user_description": null,
1126
+ "read_only": 0,
1127
+ "modified_timestamp": 1281974693,
1128
+ "pub_title": "Temp Points",
1129
+ "currency_type_title": "Skill Points",
1130
+ "currency_type_id": 9,
1131
+ "exchange_rate": "1.00",
1132
+ "resource_name": "currency",
1133
+ "urls": [],
1134
+ "created_timestamp": 1281974693,
1135
+ "pub_description": null,
1136
+ "end_user_title": "Temp Points",
1137
+ "relative_weight": 1,
1138
+ "id": 579,
1139
+ "currency_type_description": ""
1140
+ }
1141
+ ],
1142
+ {}
1143
+ ]
1144
+ http_version: "1.1"
1145
+ - !ruby/struct:VCR::HTTPInteraction
1146
+ request: !ruby/struct:VCR::Request
1147
+ method: :get
1148
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600679.37&format=json&sig=bf77700edecaaaede41bbad96586124de451af7af99042f28d0b6fd9e4588392&pub_title__starts_with=Temp%20Points
1149
+ body:
1150
+ headers:
1151
+ connection:
1152
+ - close
1153
+ host:
1154
+ - api.bigdoor.com
1155
+ response: !ruby/struct:VCR::Response
1156
+ status: !ruby/struct:VCR::ResponseStatus
1157
+ code: 200
1158
+ message: OK
1159
+ headers:
1160
+ content-type:
1161
+ - application/json; charset=utf-8
1162
+ connection:
1163
+ - Close
1164
+ date:
1165
+ - Mon, 23 Aug 2010 21:57:59 GMT
1166
+ server:
1167
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1168
+ content-length:
1169
+ - "630"
1170
+ vary:
1171
+ - Authorization,Cookie
1172
+ body: |-
1173
+ [
1174
+ [
1175
+ {
1176
+ "end_user_description": null,
1177
+ "read_only": 0,
1178
+ "modified_timestamp": 1281974693,
1179
+ "pub_title": "Temp Points",
1180
+ "currency_type_title": "Skill Points",
1181
+ "currency_type_id": 9,
1182
+ "exchange_rate": "1.00",
1183
+ "resource_name": "currency",
1184
+ "urls": [],
1185
+ "created_timestamp": 1281974693,
1186
+ "pub_description": null,
1187
+ "end_user_title": "Temp Points",
1188
+ "relative_weight": 1,
1189
+ "id": 579,
1190
+ "currency_type_description": ""
1191
+ }
1192
+ ],
1193
+ {}
1194
+ ]
1195
+ http_version: "1.1"
1196
+ - !ruby/struct:VCR::HTTPInteraction
1197
+ request: !ruby/struct:VCR::Request
1198
+ method: :get
1199
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600716.65&format=json&sig=16c12475e51051b823471517f2c0a1215a077d7478543507f3dd2be095347187&pub_title__starts_with=Temp%20Points
1200
+ body:
1201
+ headers:
1202
+ connection:
1203
+ - close
1204
+ host:
1205
+ - api.bigdoor.com
1206
+ response: !ruby/struct:VCR::Response
1207
+ status: !ruby/struct:VCR::ResponseStatus
1208
+ code: 200
1209
+ message: OK
1210
+ headers:
1211
+ connection:
1212
+ - Close
1213
+ content-type:
1214
+ - application/json; charset=utf-8
1215
+ server:
1216
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1217
+ date:
1218
+ - Mon, 23 Aug 2010 21:58:36 GMT
1219
+ content-length:
1220
+ - "630"
1221
+ vary:
1222
+ - Authorization,Cookie
1223
+ body: |-
1224
+ [
1225
+ [
1226
+ {
1227
+ "end_user_description": null,
1228
+ "read_only": 0,
1229
+ "modified_timestamp": 1281974693,
1230
+ "pub_title": "Temp Points",
1231
+ "currency_type_title": "Skill Points",
1232
+ "currency_type_id": 9,
1233
+ "exchange_rate": "1.00",
1234
+ "resource_name": "currency",
1235
+ "urls": [],
1236
+ "created_timestamp": 1281974693,
1237
+ "pub_description": null,
1238
+ "end_user_title": "Temp Points",
1239
+ "relative_weight": 1,
1240
+ "id": 579,
1241
+ "currency_type_description": ""
1242
+ }
1243
+ ],
1244
+ {}
1245
+ ]
1246
+ http_version: "1.1"
1247
+ - !ruby/struct:VCR::HTTPInteraction
1248
+ request: !ruby/struct:VCR::Request
1249
+ method: :get
1250
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600731.81&format=json&sig=d169bd78bd9094d9f39ef46d4dcf05ee4eb62dde232430d446fa70a1f4b0fed5&pub_title__starts_with=Temp%20Points
1251
+ body:
1252
+ headers:
1253
+ connection:
1254
+ - close
1255
+ host:
1256
+ - api.bigdoor.com
1257
+ response: !ruby/struct:VCR::Response
1258
+ status: !ruby/struct:VCR::ResponseStatus
1259
+ code: 200
1260
+ message: OK
1261
+ headers:
1262
+ content-type:
1263
+ - application/json; charset=utf-8
1264
+ connection:
1265
+ - Close
1266
+ date:
1267
+ - Mon, 23 Aug 2010 21:58:52 GMT
1268
+ server:
1269
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1270
+ content-length:
1271
+ - "630"
1272
+ vary:
1273
+ - Authorization,Cookie
1274
+ body: |-
1275
+ [
1276
+ [
1277
+ {
1278
+ "end_user_description": null,
1279
+ "read_only": 0,
1280
+ "modified_timestamp": 1281974693,
1281
+ "pub_title": "Temp Points",
1282
+ "currency_type_title": "Skill Points",
1283
+ "currency_type_id": 9,
1284
+ "exchange_rate": "1.00",
1285
+ "resource_name": "currency",
1286
+ "urls": [],
1287
+ "created_timestamp": 1281974693,
1288
+ "pub_description": null,
1289
+ "end_user_title": "Temp Points",
1290
+ "relative_weight": 1,
1291
+ "id": 579,
1292
+ "currency_type_description": ""
1293
+ }
1294
+ ],
1295
+ {}
1296
+ ]
1297
+ http_version: "1.1"
1298
+ - !ruby/struct:VCR::HTTPInteraction
1299
+ request: !ruby/struct:VCR::Request
1300
+ method: :get
1301
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282600823.10&format=json&sig=3aa5934136a6f851f1d2145e02b165c28251e788e07aff498b2afe21e1b44587&pub_title__starts_with=Temp%20Points
1302
+ body:
1303
+ headers:
1304
+ connection:
1305
+ - close
1306
+ host:
1307
+ - api.bigdoor.com
1308
+ response: !ruby/struct:VCR::Response
1309
+ status: !ruby/struct:VCR::ResponseStatus
1310
+ code: 200
1311
+ message: OK
1312
+ headers:
1313
+ connection:
1314
+ - Close
1315
+ content-type:
1316
+ - application/json; charset=utf-8
1317
+ server:
1318
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1319
+ date:
1320
+ - Mon, 23 Aug 2010 22:00:23 GMT
1321
+ content-length:
1322
+ - "630"
1323
+ vary:
1324
+ - Authorization,Cookie
1325
+ body: |-
1326
+ [
1327
+ [
1328
+ {
1329
+ "end_user_description": null,
1330
+ "read_only": 0,
1331
+ "modified_timestamp": 1281974693,
1332
+ "pub_title": "Temp Points",
1333
+ "currency_type_title": "Skill Points",
1334
+ "currency_type_id": 9,
1335
+ "exchange_rate": "1.00",
1336
+ "resource_name": "currency",
1337
+ "urls": [],
1338
+ "created_timestamp": 1281974693,
1339
+ "pub_description": null,
1340
+ "end_user_title": "Temp Points",
1341
+ "relative_weight": 1,
1342
+ "id": 579,
1343
+ "currency_type_description": ""
1344
+ }
1345
+ ],
1346
+ {}
1347
+ ]
1348
+ http_version: "1.1"
1349
+ - !ruby/struct:VCR::HTTPInteraction
1350
+ request: !ruby/struct:VCR::Request
1351
+ method: :get
1352
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282601347.42&format=json&sig=7df95858316b4b8e5585dcb01897b99da79fc9dca82e4217a36653f5462fdccb&pub_title__starts_with=Temp%20Points
1353
+ body:
1354
+ headers:
1355
+ connection:
1356
+ - close
1357
+ host:
1358
+ - api.bigdoor.com
1359
+ response: !ruby/struct:VCR::Response
1360
+ status: !ruby/struct:VCR::ResponseStatus
1361
+ code: 200
1362
+ message: OK
1363
+ headers:
1364
+ content-type:
1365
+ - application/json; charset=utf-8
1366
+ connection:
1367
+ - Close
1368
+ date:
1369
+ - Mon, 23 Aug 2010 22:09:07 GMT
1370
+ server:
1371
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1372
+ content-length:
1373
+ - "630"
1374
+ vary:
1375
+ - Authorization,Cookie
1376
+ body: |-
1377
+ [
1378
+ [
1379
+ {
1380
+ "end_user_description": null,
1381
+ "read_only": 0,
1382
+ "modified_timestamp": 1281974693,
1383
+ "pub_title": "Temp Points",
1384
+ "currency_type_title": "Skill Points",
1385
+ "currency_type_id": 9,
1386
+ "exchange_rate": "1.00",
1387
+ "resource_name": "currency",
1388
+ "urls": [],
1389
+ "created_timestamp": 1281974693,
1390
+ "pub_description": null,
1391
+ "end_user_title": "Temp Points",
1392
+ "relative_weight": 1,
1393
+ "id": 579,
1394
+ "currency_type_description": ""
1395
+ }
1396
+ ],
1397
+ {}
1398
+ ]
1399
+ http_version: "1.1"
1400
+ - !ruby/struct:VCR::HTTPInteraction
1401
+ request: !ruby/struct:VCR::Request
1402
+ method: :get
1403
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282601383.91&format=json&sig=68919454e488fb18f3c68dfd8ba5f15c49cf31ea916c7bfcc3f94f97b27f0127&pub_title__starts_with=Temp%20Points
1404
+ body:
1405
+ headers:
1406
+ connection:
1407
+ - close
1408
+ host:
1409
+ - api.bigdoor.com
1410
+ response: !ruby/struct:VCR::Response
1411
+ status: !ruby/struct:VCR::ResponseStatus
1412
+ code: 200
1413
+ message: OK
1414
+ headers:
1415
+ connection:
1416
+ - Close
1417
+ content-type:
1418
+ - application/json; charset=utf-8
1419
+ server:
1420
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1421
+ date:
1422
+ - Mon, 23 Aug 2010 22:09:44 GMT
1423
+ content-length:
1424
+ - "630"
1425
+ vary:
1426
+ - Authorization,Cookie
1427
+ body: |-
1428
+ [
1429
+ [
1430
+ {
1431
+ "end_user_description": null,
1432
+ "read_only": 0,
1433
+ "modified_timestamp": 1281974693,
1434
+ "pub_title": "Temp Points",
1435
+ "currency_type_title": "Skill Points",
1436
+ "currency_type_id": 9,
1437
+ "exchange_rate": "1.00",
1438
+ "resource_name": "currency",
1439
+ "urls": [],
1440
+ "created_timestamp": 1281974693,
1441
+ "pub_description": null,
1442
+ "end_user_title": "Temp Points",
1443
+ "relative_weight": 1,
1444
+ "id": 579,
1445
+ "currency_type_description": ""
1446
+ }
1447
+ ],
1448
+ {}
1449
+ ]
1450
+ http_version: "1.1"
1451
+ - !ruby/struct:VCR::HTTPInteraction
1452
+ request: !ruby/struct:VCR::Request
1453
+ method: :get
1454
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282601811.14&format=json&sig=816d87db60f8c2551249a4d5a0616b2bb21e0f0ef44c69a04a74a8535de73a34&pub_title__starts_with=Temp%20Points
1455
+ body:
1456
+ headers:
1457
+ connection:
1458
+ - close
1459
+ host:
1460
+ - api.bigdoor.com
1461
+ response: !ruby/struct:VCR::Response
1462
+ status: !ruby/struct:VCR::ResponseStatus
1463
+ code: 200
1464
+ message: OK
1465
+ headers:
1466
+ content-type:
1467
+ - application/json; charset=utf-8
1468
+ connection:
1469
+ - Close
1470
+ date:
1471
+ - Mon, 23 Aug 2010 22:16:51 GMT
1472
+ server:
1473
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1474
+ content-length:
1475
+ - "630"
1476
+ vary:
1477
+ - Authorization,Cookie
1478
+ body: |-
1479
+ [
1480
+ [
1481
+ {
1482
+ "end_user_description": null,
1483
+ "read_only": 0,
1484
+ "modified_timestamp": 1281974693,
1485
+ "pub_title": "Temp Points",
1486
+ "currency_type_title": "Skill Points",
1487
+ "currency_type_id": 9,
1488
+ "exchange_rate": "1.00",
1489
+ "resource_name": "currency",
1490
+ "urls": [],
1491
+ "created_timestamp": 1281974693,
1492
+ "pub_description": null,
1493
+ "end_user_title": "Temp Points",
1494
+ "relative_weight": 1,
1495
+ "id": 579,
1496
+ "currency_type_description": ""
1497
+ }
1498
+ ],
1499
+ {}
1500
+ ]
1501
+ http_version: "1.1"
1502
+ - !ruby/struct:VCR::HTTPInteraction
1503
+ request: !ruby/struct:VCR::Request
1504
+ method: :get
1505
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602104.77&format=json&sig=589d7349931db18dc68c976cad5f8a70bf4081b8a44490bcdf34336bbd8fa134&pub_title__starts_with=Temp%20Points
1506
+ body:
1507
+ headers:
1508
+ connection:
1509
+ - close
1510
+ host:
1511
+ - api.bigdoor.com
1512
+ response: !ruby/struct:VCR::Response
1513
+ status: !ruby/struct:VCR::ResponseStatus
1514
+ code: 200
1515
+ message: OK
1516
+ headers:
1517
+ connection:
1518
+ - Close
1519
+ content-type:
1520
+ - application/json; charset=utf-8
1521
+ server:
1522
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1523
+ date:
1524
+ - Mon, 23 Aug 2010 22:21:45 GMT
1525
+ content-length:
1526
+ - "630"
1527
+ vary:
1528
+ - Authorization,Cookie
1529
+ body: |-
1530
+ [
1531
+ [
1532
+ {
1533
+ "end_user_description": null,
1534
+ "read_only": 0,
1535
+ "modified_timestamp": 1281974693,
1536
+ "pub_title": "Temp Points",
1537
+ "currency_type_title": "Skill Points",
1538
+ "currency_type_id": 9,
1539
+ "exchange_rate": "1.00",
1540
+ "resource_name": "currency",
1541
+ "urls": [],
1542
+ "created_timestamp": 1281974693,
1543
+ "pub_description": null,
1544
+ "end_user_title": "Temp Points",
1545
+ "relative_weight": 1,
1546
+ "id": 579,
1547
+ "currency_type_description": ""
1548
+ }
1549
+ ],
1550
+ {}
1551
+ ]
1552
+ http_version: "1.1"
1553
+ - !ruby/struct:VCR::HTTPInteraction
1554
+ request: !ruby/struct:VCR::Request
1555
+ method: :get
1556
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602192.19&format=json&sig=81825eda32ac5233c6604e26c3a931a868a271621713367731e2eed57c38213b&pub_title__starts_with=Temp%20Points
1557
+ body:
1558
+ headers:
1559
+ connection:
1560
+ - close
1561
+ host:
1562
+ - api.bigdoor.com
1563
+ response: !ruby/struct:VCR::Response
1564
+ status: !ruby/struct:VCR::ResponseStatus
1565
+ code: 200
1566
+ message: OK
1567
+ headers:
1568
+ content-type:
1569
+ - application/json; charset=utf-8
1570
+ connection:
1571
+ - Close
1572
+ date:
1573
+ - Mon, 23 Aug 2010 22:23:12 GMT
1574
+ server:
1575
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1576
+ content-length:
1577
+ - "630"
1578
+ vary:
1579
+ - Authorization,Cookie
1580
+ body: |-
1581
+ [
1582
+ [
1583
+ {
1584
+ "end_user_description": null,
1585
+ "read_only": 0,
1586
+ "modified_timestamp": 1281974693,
1587
+ "pub_title": "Temp Points",
1588
+ "currency_type_title": "Skill Points",
1589
+ "currency_type_id": 9,
1590
+ "exchange_rate": "1.00",
1591
+ "resource_name": "currency",
1592
+ "urls": [],
1593
+ "created_timestamp": 1281974693,
1594
+ "pub_description": null,
1595
+ "end_user_title": "Temp Points",
1596
+ "relative_weight": 1,
1597
+ "id": 579,
1598
+ "currency_type_description": ""
1599
+ }
1600
+ ],
1601
+ {}
1602
+ ]
1603
+ http_version: "1.1"
1604
+ - !ruby/struct:VCR::HTTPInteraction
1605
+ request: !ruby/struct:VCR::Request
1606
+ method: :get
1607
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602282.25&format=json&sig=eaa50e865f8121cc08134794b4a510c6c5735d90f44832d75dd76266e5c22f67&pub_title__starts_with=Temp%20Points
1608
+ body:
1609
+ headers:
1610
+ connection:
1611
+ - close
1612
+ host:
1613
+ - api.bigdoor.com
1614
+ response: !ruby/struct:VCR::Response
1615
+ status: !ruby/struct:VCR::ResponseStatus
1616
+ code: 200
1617
+ message: OK
1618
+ headers:
1619
+ connection:
1620
+ - Close
1621
+ content-type:
1622
+ - application/json; charset=utf-8
1623
+ server:
1624
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1625
+ date:
1626
+ - Mon, 23 Aug 2010 22:24:42 GMT
1627
+ content-length:
1628
+ - "630"
1629
+ vary:
1630
+ - Authorization,Cookie
1631
+ body: |-
1632
+ [
1633
+ [
1634
+ {
1635
+ "end_user_description": null,
1636
+ "read_only": 0,
1637
+ "modified_timestamp": 1281974693,
1638
+ "pub_title": "Temp Points",
1639
+ "currency_type_title": "Skill Points",
1640
+ "currency_type_id": 9,
1641
+ "exchange_rate": "1.00",
1642
+ "resource_name": "currency",
1643
+ "urls": [],
1644
+ "created_timestamp": 1281974693,
1645
+ "pub_description": null,
1646
+ "end_user_title": "Temp Points",
1647
+ "relative_weight": 1,
1648
+ "id": 579,
1649
+ "currency_type_description": ""
1650
+ }
1651
+ ],
1652
+ {}
1653
+ ]
1654
+ http_version: "1.1"
1655
+ - !ruby/struct:VCR::HTTPInteraction
1656
+ request: !ruby/struct:VCR::Request
1657
+ method: :get
1658
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602347.34&format=json&sig=1915f973a4646aa1704f9009f9a6e5067a6629ccb0d1f929075e53fcbff96333&pub_title__starts_with=Temp%20Points
1659
+ body:
1660
+ headers:
1661
+ connection:
1662
+ - close
1663
+ host:
1664
+ - api.bigdoor.com
1665
+ response: !ruby/struct:VCR::Response
1666
+ status: !ruby/struct:VCR::ResponseStatus
1667
+ code: 200
1668
+ message: OK
1669
+ headers:
1670
+ content-type:
1671
+ - application/json; charset=utf-8
1672
+ connection:
1673
+ - Close
1674
+ date:
1675
+ - Mon, 23 Aug 2010 22:25:48 GMT
1676
+ server:
1677
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1678
+ content-length:
1679
+ - "630"
1680
+ vary:
1681
+ - Authorization,Cookie
1682
+ body: |-
1683
+ [
1684
+ [
1685
+ {
1686
+ "end_user_description": null,
1687
+ "read_only": 0,
1688
+ "modified_timestamp": 1281974693,
1689
+ "pub_title": "Temp Points",
1690
+ "currency_type_title": "Skill Points",
1691
+ "currency_type_id": 9,
1692
+ "exchange_rate": "1.00",
1693
+ "resource_name": "currency",
1694
+ "urls": [],
1695
+ "created_timestamp": 1281974693,
1696
+ "pub_description": null,
1697
+ "end_user_title": "Temp Points",
1698
+ "relative_weight": 1,
1699
+ "id": 579,
1700
+ "currency_type_description": ""
1701
+ }
1702
+ ],
1703
+ {}
1704
+ ]
1705
+ http_version: "1.1"
1706
+ - !ruby/struct:VCR::HTTPInteraction
1707
+ request: !ruby/struct:VCR::Request
1708
+ method: :get
1709
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602391.82&format=json&sig=e6752a8e2f0e1634416525ae3b1c3fbceacecaeb2a4d3060a391d213d25454d2&pub_title__starts_with=Temp%20Points
1710
+ body:
1711
+ headers:
1712
+ connection:
1713
+ - close
1714
+ host:
1715
+ - api.bigdoor.com
1716
+ response: !ruby/struct:VCR::Response
1717
+ status: !ruby/struct:VCR::ResponseStatus
1718
+ code: 200
1719
+ message: OK
1720
+ headers:
1721
+ connection:
1722
+ - Close
1723
+ content-type:
1724
+ - application/json; charset=utf-8
1725
+ server:
1726
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1727
+ date:
1728
+ - Mon, 23 Aug 2010 22:26:32 GMT
1729
+ content-length:
1730
+ - "630"
1731
+ vary:
1732
+ - Authorization,Cookie
1733
+ body: |-
1734
+ [
1735
+ [
1736
+ {
1737
+ "end_user_description": null,
1738
+ "read_only": 0,
1739
+ "modified_timestamp": 1281974693,
1740
+ "pub_title": "Temp Points",
1741
+ "currency_type_title": "Skill Points",
1742
+ "currency_type_id": 9,
1743
+ "exchange_rate": "1.00",
1744
+ "resource_name": "currency",
1745
+ "urls": [],
1746
+ "created_timestamp": 1281974693,
1747
+ "pub_description": null,
1748
+ "end_user_title": "Temp Points",
1749
+ "relative_weight": 1,
1750
+ "id": 579,
1751
+ "currency_type_description": ""
1752
+ }
1753
+ ],
1754
+ {}
1755
+ ]
1756
+ http_version: "1.1"
1757
+ - !ruby/struct:VCR::HTTPInteraction
1758
+ request: !ruby/struct:VCR::Request
1759
+ method: :get
1760
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602463.50&format=json&pub_title__starts_with=Temp%20Points&sig=68574e57e9f560134b117175863faff27760f2359392d18626bebe2379ca2d55
1761
+ body:
1762
+ headers:
1763
+ connection:
1764
+ - close
1765
+ host:
1766
+ - api.bigdoor.com
1767
+ response: !ruby/struct:VCR::Response
1768
+ status: !ruby/struct:VCR::ResponseStatus
1769
+ code: 200
1770
+ message: OK
1771
+ headers:
1772
+ content-type:
1773
+ - application/json; charset=utf-8
1774
+ connection:
1775
+ - Close
1776
+ date:
1777
+ - Mon, 23 Aug 2010 22:27:43 GMT
1778
+ server:
1779
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1780
+ content-length:
1781
+ - "630"
1782
+ vary:
1783
+ - Authorization,Cookie
1784
+ body: |-
1785
+ [
1786
+ [
1787
+ {
1788
+ "end_user_description": null,
1789
+ "read_only": 0,
1790
+ "modified_timestamp": 1281974693,
1791
+ "pub_title": "Temp Points",
1792
+ "currency_type_title": "Skill Points",
1793
+ "currency_type_id": 9,
1794
+ "exchange_rate": "1.00",
1795
+ "resource_name": "currency",
1796
+ "urls": [],
1797
+ "created_timestamp": 1281974693,
1798
+ "pub_description": null,
1799
+ "end_user_title": "Temp Points",
1800
+ "relative_weight": 1,
1801
+ "id": 579,
1802
+ "currency_type_description": ""
1803
+ }
1804
+ ],
1805
+ {}
1806
+ ]
1807
+ http_version: "1.1"
1808
+ - !ruby/struct:VCR::HTTPInteraction
1809
+ request: !ruby/struct:VCR::Request
1810
+ method: :get
1811
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602499.14&format=json&pub_title__starts_with=Temp%20Points&sig=9fd4d4e48918ae9ad2bf849050213a651f088539866dda4905041936194b3a01
1812
+ body:
1813
+ headers:
1814
+ connection:
1815
+ - close
1816
+ host:
1817
+ - api.bigdoor.com
1818
+ response: !ruby/struct:VCR::Response
1819
+ status: !ruby/struct:VCR::ResponseStatus
1820
+ code: 200
1821
+ message: OK
1822
+ headers:
1823
+ connection:
1824
+ - Close
1825
+ content-type:
1826
+ - application/json; charset=utf-8
1827
+ server:
1828
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1829
+ date:
1830
+ - Mon, 23 Aug 2010 22:28:19 GMT
1831
+ content-length:
1832
+ - "630"
1833
+ vary:
1834
+ - Authorization,Cookie
1835
+ body: |-
1836
+ [
1837
+ [
1838
+ {
1839
+ "end_user_description": null,
1840
+ "read_only": 0,
1841
+ "modified_timestamp": 1281974693,
1842
+ "pub_title": "Temp Points",
1843
+ "currency_type_title": "Skill Points",
1844
+ "currency_type_id": 9,
1845
+ "exchange_rate": "1.00",
1846
+ "resource_name": "currency",
1847
+ "urls": [],
1848
+ "created_timestamp": 1281974693,
1849
+ "pub_description": null,
1850
+ "end_user_title": "Temp Points",
1851
+ "relative_weight": 1,
1852
+ "id": 579,
1853
+ "currency_type_description": ""
1854
+ }
1855
+ ],
1856
+ {}
1857
+ ]
1858
+ http_version: "1.1"
1859
+ - !ruby/struct:VCR::HTTPInteraction
1860
+ request: !ruby/struct:VCR::Request
1861
+ method: :get
1862
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602543.03&format=json&pub_title__starts_with=Temp%20Points&sig=450fc47d88e82554c355ec3cc663d48365358e28308ba4bc20c8aa02be93909e
1863
+ body:
1864
+ headers:
1865
+ connection:
1866
+ - close
1867
+ host:
1868
+ - api.bigdoor.com
1869
+ response: !ruby/struct:VCR::Response
1870
+ status: !ruby/struct:VCR::ResponseStatus
1871
+ code: 200
1872
+ message: OK
1873
+ headers:
1874
+ content-type:
1875
+ - application/json; charset=utf-8
1876
+ connection:
1877
+ - Close
1878
+ date:
1879
+ - Mon, 23 Aug 2010 22:29:03 GMT
1880
+ server:
1881
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1882
+ content-length:
1883
+ - "630"
1884
+ vary:
1885
+ - Authorization,Cookie
1886
+ body: |-
1887
+ [
1888
+ [
1889
+ {
1890
+ "end_user_description": null,
1891
+ "read_only": 0,
1892
+ "modified_timestamp": 1281974693,
1893
+ "pub_title": "Temp Points",
1894
+ "currency_type_title": "Skill Points",
1895
+ "currency_type_id": 9,
1896
+ "exchange_rate": "1.00",
1897
+ "resource_name": "currency",
1898
+ "urls": [],
1899
+ "created_timestamp": 1281974693,
1900
+ "pub_description": null,
1901
+ "end_user_title": "Temp Points",
1902
+ "relative_weight": 1,
1903
+ "id": 579,
1904
+ "currency_type_description": ""
1905
+ }
1906
+ ],
1907
+ {}
1908
+ ]
1909
+ http_version: "1.1"
1910
+ - !ruby/struct:VCR::HTTPInteraction
1911
+ request: !ruby/struct:VCR::Request
1912
+ method: :get
1913
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602569.01&format=json&pub_title__starts_with=Temp%20Points&sig=1523ffbc19c8555ba9446e946b032c1bd6902e6cabfec29c8074cafc03e09a5f
1914
+ body:
1915
+ headers:
1916
+ connection:
1917
+ - close
1918
+ host:
1919
+ - api.bigdoor.com
1920
+ response: !ruby/struct:VCR::Response
1921
+ status: !ruby/struct:VCR::ResponseStatus
1922
+ code: 200
1923
+ message: OK
1924
+ headers:
1925
+ connection:
1926
+ - Close
1927
+ content-type:
1928
+ - application/json; charset=utf-8
1929
+ server:
1930
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1931
+ date:
1932
+ - Mon, 23 Aug 2010 22:29:29 GMT
1933
+ content-length:
1934
+ - "630"
1935
+ vary:
1936
+ - Authorization,Cookie
1937
+ body: |-
1938
+ [
1939
+ [
1940
+ {
1941
+ "end_user_description": null,
1942
+ "read_only": 0,
1943
+ "modified_timestamp": 1281974693,
1944
+ "pub_title": "Temp Points",
1945
+ "currency_type_title": "Skill Points",
1946
+ "currency_type_id": 9,
1947
+ "exchange_rate": "1.00",
1948
+ "resource_name": "currency",
1949
+ "urls": [],
1950
+ "created_timestamp": 1281974693,
1951
+ "pub_description": null,
1952
+ "end_user_title": "Temp Points",
1953
+ "relative_weight": 1,
1954
+ "id": 579,
1955
+ "currency_type_description": ""
1956
+ }
1957
+ ],
1958
+ {}
1959
+ ]
1960
+ http_version: "1.1"
1961
+ - !ruby/struct:VCR::HTTPInteraction
1962
+ request: !ruby/struct:VCR::Request
1963
+ method: :get
1964
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282602684.09&format=json&pub_title__starts_with=Temp%20Points&sig=7ec3edcb7b64bb349000aaa1539a7a6bcd2910f0de0063fc18fc1ee815d0a5a2
1965
+ body:
1966
+ headers:
1967
+ connection:
1968
+ - close
1969
+ host:
1970
+ - api.bigdoor.com
1971
+ response: !ruby/struct:VCR::Response
1972
+ status: !ruby/struct:VCR::ResponseStatus
1973
+ code: 200
1974
+ message: OK
1975
+ headers:
1976
+ content-type:
1977
+ - application/json; charset=utf-8
1978
+ connection:
1979
+ - Close
1980
+ date:
1981
+ - Mon, 23 Aug 2010 22:31:24 GMT
1982
+ server:
1983
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1984
+ content-length:
1985
+ - "630"
1986
+ vary:
1987
+ - Authorization,Cookie
1988
+ body: |-
1989
+ [
1990
+ [
1991
+ {
1992
+ "end_user_description": null,
1993
+ "read_only": 0,
1994
+ "modified_timestamp": 1281974693,
1995
+ "pub_title": "Temp Points",
1996
+ "currency_type_title": "Skill Points",
1997
+ "currency_type_id": 9,
1998
+ "exchange_rate": "1.00",
1999
+ "resource_name": "currency",
2000
+ "urls": [],
2001
+ "created_timestamp": 1281974693,
2002
+ "pub_description": null,
2003
+ "end_user_title": "Temp Points",
2004
+ "relative_weight": 1,
2005
+ "id": 579,
2006
+ "currency_type_description": ""
2007
+ }
2008
+ ],
2009
+ {}
2010
+ ]
2011
+ http_version: "1.1"
2012
+ - !ruby/struct:VCR::HTTPInteraction
2013
+ request: !ruby/struct:VCR::Request
2014
+ method: :get
2015
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605022.03&format=json&pub_title__starts_with=Temp%20Points&sig=1bffc6122f555904708b4f985094bac150abfc2e8d2f7c40d6c8f0e8209125cf
2016
+ body:
2017
+ headers:
2018
+ connection:
2019
+ - close
2020
+ host:
2021
+ - api.bigdoor.com
2022
+ response: !ruby/struct:VCR::Response
2023
+ status: !ruby/struct:VCR::ResponseStatus
2024
+ code: 200
2025
+ message: OK
2026
+ headers:
2027
+ connection:
2028
+ - Close
2029
+ content-type:
2030
+ - application/json; charset=utf-8
2031
+ server:
2032
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2033
+ date:
2034
+ - Mon, 23 Aug 2010 23:10:22 GMT
2035
+ content-length:
2036
+ - "630"
2037
+ vary:
2038
+ - Authorization,Cookie
2039
+ body: |-
2040
+ [
2041
+ [
2042
+ {
2043
+ "end_user_description": null,
2044
+ "read_only": 0,
2045
+ "modified_timestamp": 1281974693,
2046
+ "pub_title": "Temp Points",
2047
+ "currency_type_title": "Skill Points",
2048
+ "currency_type_id": 9,
2049
+ "exchange_rate": "1.00",
2050
+ "resource_name": "currency",
2051
+ "urls": [],
2052
+ "created_timestamp": 1281974693,
2053
+ "pub_description": null,
2054
+ "end_user_title": "Temp Points",
2055
+ "relative_weight": 1,
2056
+ "id": 579,
2057
+ "currency_type_description": ""
2058
+ }
2059
+ ],
2060
+ {}
2061
+ ]
2062
+ http_version: "1.1"
2063
+ - !ruby/struct:VCR::HTTPInteraction
2064
+ request: !ruby/struct:VCR::Request
2065
+ method: :get
2066
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605056.82&format=json&pub_title__starts_with=Temp%20Points&sig=21d4d3d979ee33d57aac2cb50f7cf25ca52007bc7840bc146d7966934a0a0421
2067
+ body:
2068
+ headers:
2069
+ connection:
2070
+ - close
2071
+ host:
2072
+ - api.bigdoor.com
2073
+ response: !ruby/struct:VCR::Response
2074
+ status: !ruby/struct:VCR::ResponseStatus
2075
+ code: 200
2076
+ message: OK
2077
+ headers:
2078
+ content-type:
2079
+ - application/json; charset=utf-8
2080
+ connection:
2081
+ - Close
2082
+ date:
2083
+ - Mon, 23 Aug 2010 23:10:57 GMT
2084
+ server:
2085
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2086
+ content-length:
2087
+ - "630"
2088
+ vary:
2089
+ - Authorization,Cookie
2090
+ body: |-
2091
+ [
2092
+ [
2093
+ {
2094
+ "end_user_description": null,
2095
+ "read_only": 0,
2096
+ "modified_timestamp": 1281974693,
2097
+ "pub_title": "Temp Points",
2098
+ "currency_type_title": "Skill Points",
2099
+ "currency_type_id": 9,
2100
+ "exchange_rate": "1.00",
2101
+ "resource_name": "currency",
2102
+ "urls": [],
2103
+ "created_timestamp": 1281974693,
2104
+ "pub_description": null,
2105
+ "end_user_title": "Temp Points",
2106
+ "relative_weight": 1,
2107
+ "id": 579,
2108
+ "currency_type_description": ""
2109
+ }
2110
+ ],
2111
+ {}
2112
+ ]
2113
+ http_version: "1.1"
2114
+ - !ruby/struct:VCR::HTTPInteraction
2115
+ request: !ruby/struct:VCR::Request
2116
+ method: :get
2117
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605136.26&format=json&pub_title__starts_with=Temp%20Points&sig=b1eceb08101527fd2671ba04512b24f08e2da38d787317567d2ea83aa182334d
2118
+ body:
2119
+ headers:
2120
+ connection:
2121
+ - close
2122
+ host:
2123
+ - api.bigdoor.com
2124
+ response: !ruby/struct:VCR::Response
2125
+ status: !ruby/struct:VCR::ResponseStatus
2126
+ code: 200
2127
+ message: OK
2128
+ headers:
2129
+ connection:
2130
+ - Close
2131
+ content-type:
2132
+ - application/json; charset=utf-8
2133
+ server:
2134
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2135
+ date:
2136
+ - Mon, 23 Aug 2010 23:12:16 GMT
2137
+ content-length:
2138
+ - "630"
2139
+ vary:
2140
+ - Authorization,Cookie
2141
+ body: |-
2142
+ [
2143
+ [
2144
+ {
2145
+ "end_user_description": null,
2146
+ "read_only": 0,
2147
+ "modified_timestamp": 1281974693,
2148
+ "pub_title": "Temp Points",
2149
+ "currency_type_title": "Skill Points",
2150
+ "currency_type_id": 9,
2151
+ "exchange_rate": "1.00",
2152
+ "resource_name": "currency",
2153
+ "urls": [],
2154
+ "created_timestamp": 1281974693,
2155
+ "pub_description": null,
2156
+ "end_user_title": "Temp Points",
2157
+ "relative_weight": 1,
2158
+ "id": 579,
2159
+ "currency_type_description": ""
2160
+ }
2161
+ ],
2162
+ {}
2163
+ ]
2164
+ http_version: "1.1"
2165
+ - !ruby/struct:VCR::HTTPInteraction
2166
+ request: !ruby/struct:VCR::Request
2167
+ method: :get
2168
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605184.11&format=json&pub_title__starts_with=Temp%20Points&sig=624ed8b7450a372eed8a2696d798f9eab461002226a375d3619e070e71ac5731
2169
+ body:
2170
+ headers:
2171
+ connection:
2172
+ - close
2173
+ host:
2174
+ - api.bigdoor.com
2175
+ response: !ruby/struct:VCR::Response
2176
+ status: !ruby/struct:VCR::ResponseStatus
2177
+ code: 200
2178
+ message: OK
2179
+ headers:
2180
+ content-type:
2181
+ - application/json; charset=utf-8
2182
+ connection:
2183
+ - Close
2184
+ date:
2185
+ - Mon, 23 Aug 2010 23:13:04 GMT
2186
+ server:
2187
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2188
+ content-length:
2189
+ - "630"
2190
+ vary:
2191
+ - Authorization,Cookie
2192
+ body: |-
2193
+ [
2194
+ [
2195
+ {
2196
+ "end_user_description": null,
2197
+ "read_only": 0,
2198
+ "modified_timestamp": 1281974693,
2199
+ "pub_title": "Temp Points",
2200
+ "currency_type_title": "Skill Points",
2201
+ "currency_type_id": 9,
2202
+ "exchange_rate": "1.00",
2203
+ "resource_name": "currency",
2204
+ "urls": [],
2205
+ "created_timestamp": 1281974693,
2206
+ "pub_description": null,
2207
+ "end_user_title": "Temp Points",
2208
+ "relative_weight": 1,
2209
+ "id": 579,
2210
+ "currency_type_description": ""
2211
+ }
2212
+ ],
2213
+ {}
2214
+ ]
2215
+ http_version: "1.1"
2216
+ - !ruby/struct:VCR::HTTPInteraction
2217
+ request: !ruby/struct:VCR::Request
2218
+ method: :get
2219
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605211.22&format=json&pub_title__starts_with=Temp%20Points&sig=5fd611ca222f2eb6a010b6c0a9b0b73afb129d9dc0fd4d72d74d8500937b8909
2220
+ body:
2221
+ headers:
2222
+ connection:
2223
+ - close
2224
+ host:
2225
+ - api.bigdoor.com
2226
+ response: !ruby/struct:VCR::Response
2227
+ status: !ruby/struct:VCR::ResponseStatus
2228
+ code: 200
2229
+ message: OK
2230
+ headers:
2231
+ connection:
2232
+ - Close
2233
+ content-type:
2234
+ - application/json; charset=utf-8
2235
+ server:
2236
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2237
+ date:
2238
+ - Mon, 23 Aug 2010 23:13:32 GMT
2239
+ content-length:
2240
+ - "630"
2241
+ vary:
2242
+ - Authorization,Cookie
2243
+ body: |-
2244
+ [
2245
+ [
2246
+ {
2247
+ "end_user_description": null,
2248
+ "read_only": 0,
2249
+ "modified_timestamp": 1281974693,
2250
+ "pub_title": "Temp Points",
2251
+ "currency_type_title": "Skill Points",
2252
+ "currency_type_id": 9,
2253
+ "exchange_rate": "1.00",
2254
+ "resource_name": "currency",
2255
+ "urls": [],
2256
+ "created_timestamp": 1281974693,
2257
+ "pub_description": null,
2258
+ "end_user_title": "Temp Points",
2259
+ "relative_weight": 1,
2260
+ "id": 579,
2261
+ "currency_type_description": ""
2262
+ }
2263
+ ],
2264
+ {}
2265
+ ]
2266
+ http_version: "1.1"
2267
+ - !ruby/struct:VCR::HTTPInteraction
2268
+ request: !ruby/struct:VCR::Request
2269
+ method: :get
2270
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605233.33&format=json&pub_title__starts_with=Temp%20Points&sig=eaf73e3879691f2f6dda87526776ddb950da4e7bb05e93c9a075436934e43273
2271
+ body:
2272
+ headers:
2273
+ connection:
2274
+ - close
2275
+ host:
2276
+ - api.bigdoor.com
2277
+ response: !ruby/struct:VCR::Response
2278
+ status: !ruby/struct:VCR::ResponseStatus
2279
+ code: 200
2280
+ message: OK
2281
+ headers:
2282
+ content-type:
2283
+ - application/json; charset=utf-8
2284
+ connection:
2285
+ - Close
2286
+ date:
2287
+ - Mon, 23 Aug 2010 23:13:54 GMT
2288
+ server:
2289
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2290
+ content-length:
2291
+ - "630"
2292
+ vary:
2293
+ - Authorization,Cookie
2294
+ body: |-
2295
+ [
2296
+ [
2297
+ {
2298
+ "end_user_description": null,
2299
+ "read_only": 0,
2300
+ "modified_timestamp": 1281974693,
2301
+ "pub_title": "Temp Points",
2302
+ "currency_type_title": "Skill Points",
2303
+ "currency_type_id": 9,
2304
+ "exchange_rate": "1.00",
2305
+ "resource_name": "currency",
2306
+ "urls": [],
2307
+ "created_timestamp": 1281974693,
2308
+ "pub_description": null,
2309
+ "end_user_title": "Temp Points",
2310
+ "relative_weight": 1,
2311
+ "id": 579,
2312
+ "currency_type_description": ""
2313
+ }
2314
+ ],
2315
+ {}
2316
+ ]
2317
+ http_version: "1.1"
2318
+ - !ruby/struct:VCR::HTTPInteraction
2319
+ request: !ruby/struct:VCR::Request
2320
+ method: :get
2321
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605821.50&format=json&pub_title__starts_with=temp_points&sig=9a29579a0ad70ad7f3471b231f38fbf3acd30fe1912451a0a10619e775650e4b
2322
+ body:
2323
+ headers:
2324
+ connection:
2325
+ - close
2326
+ host:
2327
+ - api.bigdoor.com
2328
+ response: !ruby/struct:VCR::Response
2329
+ status: !ruby/struct:VCR::ResponseStatus
2330
+ code: 200
2331
+ message: OK
2332
+ headers:
2333
+ connection:
2334
+ - Close
2335
+ content-type:
2336
+ - application/json; charset=utf-8
2337
+ server:
2338
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2339
+ date:
2340
+ - Mon, 23 Aug 2010 23:23:41 GMT
2341
+ content-length:
2342
+ - "630"
2343
+ vary:
2344
+ - Authorization,Cookie
2345
+ body: |-
2346
+ [
2347
+ [
2348
+ {
2349
+ "end_user_description": null,
2350
+ "read_only": 0,
2351
+ "modified_timestamp": 1281974693,
2352
+ "pub_title": "temp_points",
2353
+ "currency_type_title": "Skill Points",
2354
+ "currency_type_id": 9,
2355
+ "exchange_rate": "1.00",
2356
+ "resource_name": "currency",
2357
+ "urls": [],
2358
+ "created_timestamp": 1281974693,
2359
+ "pub_description": null,
2360
+ "end_user_title": "Temp Points",
2361
+ "relative_weight": 1,
2362
+ "id": 579,
2363
+ "currency_type_description": ""
2364
+ }
2365
+ ],
2366
+ {}
2367
+ ]
2368
+ http_version: "1.1"
2369
+ - !ruby/struct:VCR::HTTPInteraction
2370
+ request: !ruby/struct:VCR::Request
2371
+ method: :get
2372
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605837.98&format=json&pub_title__starts_with=temp_points&sig=2e1c58b41287c7f78a4c0347ec2d73dd63ef6bd4d765d67f35b145df5245bf72
2373
+ body:
2374
+ headers:
2375
+ connection:
2376
+ - close
2377
+ host:
2378
+ - api.bigdoor.com
2379
+ response: !ruby/struct:VCR::Response
2380
+ status: !ruby/struct:VCR::ResponseStatus
2381
+ code: 200
2382
+ message: OK
2383
+ headers:
2384
+ content-type:
2385
+ - application/json; charset=utf-8
2386
+ connection:
2387
+ - Close
2388
+ date:
2389
+ - Mon, 23 Aug 2010 23:23:58 GMT
2390
+ server:
2391
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2392
+ content-length:
2393
+ - "630"
2394
+ vary:
2395
+ - Authorization,Cookie
2396
+ body: |-
2397
+ [
2398
+ [
2399
+ {
2400
+ "end_user_description": null,
2401
+ "read_only": 0,
2402
+ "modified_timestamp": 1281974693,
2403
+ "pub_title": "temp_points",
2404
+ "currency_type_title": "Skill Points",
2405
+ "currency_type_id": 9,
2406
+ "exchange_rate": "1.00",
2407
+ "resource_name": "currency",
2408
+ "urls": [],
2409
+ "created_timestamp": 1281974693,
2410
+ "pub_description": null,
2411
+ "end_user_title": "Temp Points",
2412
+ "relative_weight": 1,
2413
+ "id": 579,
2414
+ "currency_type_description": ""
2415
+ }
2416
+ ],
2417
+ {}
2418
+ ]
2419
+ http_version: "1.1"
2420
+ - !ruby/struct:VCR::HTTPInteraction
2421
+ request: !ruby/struct:VCR::Request
2422
+ method: :get
2423
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282605966.43&format=json&pub_title__starts_with=temp_points&sig=e8b1ed080da8be8a3f25bf285d12877b6f88f1a53b1b63195dc507ab148b2337
2424
+ body:
2425
+ headers:
2426
+ connection:
2427
+ - close
2428
+ host:
2429
+ - api.bigdoor.com
2430
+ response: !ruby/struct:VCR::Response
2431
+ status: !ruby/struct:VCR::ResponseStatus
2432
+ code: 200
2433
+ message: OK
2434
+ headers:
2435
+ connection:
2436
+ - Close
2437
+ content-type:
2438
+ - application/json; charset=utf-8
2439
+ server:
2440
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2441
+ date:
2442
+ - Mon, 23 Aug 2010 23:26:06 GMT
2443
+ content-length:
2444
+ - "630"
2445
+ vary:
2446
+ - Authorization,Cookie
2447
+ body: |-
2448
+ [
2449
+ [
2450
+ {
2451
+ "end_user_description": null,
2452
+ "read_only": 0,
2453
+ "modified_timestamp": 1281974693,
2454
+ "pub_title": "temp_points",
2455
+ "currency_type_title": "Skill Points",
2456
+ "currency_type_id": 9,
2457
+ "exchange_rate": "1.00",
2458
+ "resource_name": "currency",
2459
+ "urls": [],
2460
+ "created_timestamp": 1281974693,
2461
+ "pub_description": null,
2462
+ "end_user_title": "Temp Points",
2463
+ "relative_weight": 1,
2464
+ "id": 579,
2465
+ "currency_type_description": ""
2466
+ }
2467
+ ],
2468
+ {}
2469
+ ]
2470
+ http_version: "1.1"
2471
+ - !ruby/struct:VCR::HTTPInteraction
2472
+ request: !ruby/struct:VCR::Request
2473
+ method: :get
2474
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282606010.94&format=json&pub_title__starts_with=temp_points&sig=434987f8575a164a1f933626806e3d7b6970f9e2c25085d42fe8c7a15b120872
2475
+ body:
2476
+ headers:
2477
+ connection:
2478
+ - close
2479
+ host:
2480
+ - api.bigdoor.com
2481
+ response: !ruby/struct:VCR::Response
2482
+ status: !ruby/struct:VCR::ResponseStatus
2483
+ code: 200
2484
+ message: OK
2485
+ headers:
2486
+ content-type:
2487
+ - application/json; charset=utf-8
2488
+ connection:
2489
+ - Close
2490
+ date:
2491
+ - Mon, 23 Aug 2010 23:26:51 GMT
2492
+ server:
2493
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2494
+ content-length:
2495
+ - "630"
2496
+ vary:
2497
+ - Authorization,Cookie
2498
+ body: |-
2499
+ [
2500
+ [
2501
+ {
2502
+ "end_user_description": null,
2503
+ "read_only": 0,
2504
+ "modified_timestamp": 1281974693,
2505
+ "pub_title": "temp_points",
2506
+ "currency_type_title": "Skill Points",
2507
+ "currency_type_id": 9,
2508
+ "exchange_rate": "1.00",
2509
+ "resource_name": "currency",
2510
+ "urls": [],
2511
+ "created_timestamp": 1281974693,
2512
+ "pub_description": null,
2513
+ "end_user_title": "Temp Points",
2514
+ "relative_weight": 1,
2515
+ "id": 579,
2516
+ "currency_type_description": ""
2517
+ }
2518
+ ],
2519
+ {}
2520
+ ]
2521
+ http_version: "1.1"
2522
+ - !ruby/struct:VCR::HTTPInteraction
2523
+ request: !ruby/struct:VCR::Request
2524
+ method: :get
2525
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282660122.08&format=json&pub_title__starts_with=temp_points&sig=b6574e0c980359e1dacf037dc54948c22eeeedf1dccb8094fecb5861f92bf034
2526
+ body:
2527
+ headers:
2528
+ connection:
2529
+ - close
2530
+ host:
2531
+ - api.bigdoor.com
2532
+ response: !ruby/struct:VCR::Response
2533
+ status: !ruby/struct:VCR::ResponseStatus
2534
+ code: 200
2535
+ message: OK
2536
+ headers:
2537
+ connection:
2538
+ - Close
2539
+ content-type:
2540
+ - application/json; charset=utf-8
2541
+ server:
2542
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2543
+ date:
2544
+ - Tue, 24 Aug 2010 14:28:42 GMT
2545
+ content-length:
2546
+ - "630"
2547
+ vary:
2548
+ - Authorization,Cookie
2549
+ body: |-
2550
+ [
2551
+ [
2552
+ {
2553
+ "end_user_description": null,
2554
+ "read_only": 0,
2555
+ "modified_timestamp": 1281974693,
2556
+ "pub_title": "temp_points",
2557
+ "currency_type_title": "Skill Points",
2558
+ "currency_type_id": 9,
2559
+ "exchange_rate": "1.00",
2560
+ "resource_name": "currency",
2561
+ "urls": [],
2562
+ "created_timestamp": 1281974693,
2563
+ "pub_description": null,
2564
+ "end_user_title": "Temp Points",
2565
+ "relative_weight": 1,
2566
+ "id": 579,
2567
+ "currency_type_description": ""
2568
+ }
2569
+ ],
2570
+ {}
2571
+ ]
2572
+ http_version: "1.1"
2573
+ - !ruby/struct:VCR::HTTPInteraction
2574
+ request: !ruby/struct:VCR::Request
2575
+ method: :get
2576
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282679605.75&format=json&sig=938d6b34147738a766f221ee0a5a51ec0db9889eb5df86bf5c7cd078c3ef7e8f&pub_title__starts_with=temp_points
2577
+ body:
2578
+ headers:
2579
+ connection:
2580
+ - close
2581
+ host:
2582
+ - api.bigdoor.com
2583
+ response: !ruby/struct:VCR::Response
2584
+ status: !ruby/struct:VCR::ResponseStatus
2585
+ code: 200
2586
+ message: OK
2587
+ headers:
2588
+ content-type:
2589
+ - application/json; charset=utf-8
2590
+ connection:
2591
+ - Close
2592
+ date:
2593
+ - Tue, 24 Aug 2010 19:53:26 GMT
2594
+ server:
2595
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2596
+ content-length:
2597
+ - "630"
2598
+ vary:
2599
+ - Authorization,Cookie
2600
+ body: |-
2601
+ [
2602
+ [
2603
+ {
2604
+ "end_user_description": null,
2605
+ "read_only": 0,
2606
+ "modified_timestamp": 1281974693,
2607
+ "pub_title": "temp_points",
2608
+ "currency_type_title": "Skill Points",
2609
+ "currency_type_id": 9,
2610
+ "exchange_rate": "1.00",
2611
+ "resource_name": "currency",
2612
+ "urls": [],
2613
+ "created_timestamp": 1281974693,
2614
+ "pub_description": null,
2615
+ "end_user_title": "Temp Points",
2616
+ "relative_weight": 1,
2617
+ "id": 579,
2618
+ "currency_type_description": ""
2619
+ }
2620
+ ],
2621
+ {}
2622
+ ]
2623
+ http_version: "1.1"
2624
+ - !ruby/struct:VCR::HTTPInteraction
2625
+ request: !ruby/struct:VCR::Request
2626
+ method: :get
2627
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282679898.25&format=json&sig=048161e05ecfe5c3e7e36844c857e46b6e3fe20a3d48d02a49b7bb8f2a32adb9&pub_title__starts_with=temp_points
2628
+ body:
2629
+ headers:
2630
+ connection:
2631
+ - close
2632
+ host:
2633
+ - api.bigdoor.com
2634
+ response: !ruby/struct:VCR::Response
2635
+ status: !ruby/struct:VCR::ResponseStatus
2636
+ code: 200
2637
+ message: OK
2638
+ headers:
2639
+ connection:
2640
+ - Close
2641
+ content-type:
2642
+ - application/json; charset=utf-8
2643
+ server:
2644
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2645
+ date:
2646
+ - Tue, 24 Aug 2010 19:58:18 GMT
2647
+ content-length:
2648
+ - "630"
2649
+ vary:
2650
+ - Authorization,Cookie
2651
+ body: |-
2652
+ [
2653
+ [
2654
+ {
2655
+ "end_user_description": null,
2656
+ "read_only": 0,
2657
+ "modified_timestamp": 1281974693,
2658
+ "pub_title": "temp_points",
2659
+ "currency_type_title": "Skill Points",
2660
+ "currency_type_id": 9,
2661
+ "exchange_rate": "1.00",
2662
+ "resource_name": "currency",
2663
+ "urls": [],
2664
+ "created_timestamp": 1281974693,
2665
+ "pub_description": null,
2666
+ "end_user_title": "Temp Points",
2667
+ "relative_weight": 1,
2668
+ "id": 579,
2669
+ "currency_type_description": ""
2670
+ }
2671
+ ],
2672
+ {}
2673
+ ]
2674
+ http_version: "1.1"
2675
+ - !ruby/struct:VCR::HTTPInteraction
2676
+ request: !ruby/struct:VCR::Request
2677
+ method: :get
2678
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282679928.39&format=json&sig=427fd86a7c4545217dbcd99cb5a61dacf15aaf3a5757e6ed9c39ae6697766549&pub_title__starts_with=temp_points
2679
+ body:
2680
+ headers:
2681
+ connection:
2682
+ - close
2683
+ host:
2684
+ - api.bigdoor.com
2685
+ response: !ruby/struct:VCR::Response
2686
+ status: !ruby/struct:VCR::ResponseStatus
2687
+ code: 200
2688
+ message: OK
2689
+ headers:
2690
+ content-type:
2691
+ - application/json; charset=utf-8
2692
+ connection:
2693
+ - Close
2694
+ date:
2695
+ - Tue, 24 Aug 2010 19:58:48 GMT
2696
+ server:
2697
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2698
+ content-length:
2699
+ - "630"
2700
+ vary:
2701
+ - Authorization,Cookie
2702
+ body: |-
2703
+ [
2704
+ [
2705
+ {
2706
+ "end_user_description": null,
2707
+ "read_only": 0,
2708
+ "modified_timestamp": 1281974693,
2709
+ "pub_title": "temp_points",
2710
+ "currency_type_title": "Skill Points",
2711
+ "currency_type_id": 9,
2712
+ "exchange_rate": "1.00",
2713
+ "resource_name": "currency",
2714
+ "urls": [],
2715
+ "created_timestamp": 1281974693,
2716
+ "pub_description": null,
2717
+ "end_user_title": "Temp Points",
2718
+ "relative_weight": 1,
2719
+ "id": 579,
2720
+ "currency_type_description": ""
2721
+ }
2722
+ ],
2723
+ {}
2724
+ ]
2725
+ http_version: "1.1"
2726
+ - !ruby/struct:VCR::HTTPInteraction
2727
+ request: !ruby/struct:VCR::Request
2728
+ method: :get
2729
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282680006.22&format=json&sig=76f44011249bcced9ab937b18079bb9c72f70755b8bd6250c62a22f07ac36f08&pub_title__starts_with=temp_points
2730
+ body:
2731
+ headers:
2732
+ connection:
2733
+ - close
2734
+ host:
2735
+ - api.bigdoor.com
2736
+ response: !ruby/struct:VCR::Response
2737
+ status: !ruby/struct:VCR::ResponseStatus
2738
+ code: 200
2739
+ message: OK
2740
+ headers:
2741
+ connection:
2742
+ - Close
2743
+ content-type:
2744
+ - application/json; charset=utf-8
2745
+ server:
2746
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2747
+ date:
2748
+ - Tue, 24 Aug 2010 20:00:06 GMT
2749
+ content-length:
2750
+ - "630"
2751
+ vary:
2752
+ - Authorization,Cookie
2753
+ body: |-
2754
+ [
2755
+ [
2756
+ {
2757
+ "end_user_description": null,
2758
+ "read_only": 0,
2759
+ "modified_timestamp": 1281974693,
2760
+ "pub_title": "temp_points",
2761
+ "currency_type_title": "Skill Points",
2762
+ "currency_type_id": 9,
2763
+ "exchange_rate": "1.00",
2764
+ "resource_name": "currency",
2765
+ "urls": [],
2766
+ "created_timestamp": 1281974693,
2767
+ "pub_description": null,
2768
+ "end_user_title": "Temp Points",
2769
+ "relative_weight": 1,
2770
+ "id": 579,
2771
+ "currency_type_description": ""
2772
+ }
2773
+ ],
2774
+ {}
2775
+ ]
2776
+ http_version: "1.1"
2777
+ - !ruby/struct:VCR::HTTPInteraction
2778
+ request: !ruby/struct:VCR::Request
2779
+ method: :get
2780
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282686136.23&format=json&sig=e4d610b154ce099fc88451f3765b4f5a70efa112472cd2f138183be2d58f019c&pub_title__starts_with=temp_points
2781
+ body:
2782
+ headers:
2783
+ connection:
2784
+ - close
2785
+ host:
2786
+ - api.bigdoor.com
2787
+ response: !ruby/struct:VCR::Response
2788
+ status: !ruby/struct:VCR::ResponseStatus
2789
+ code: 200
2790
+ message: OK
2791
+ headers:
2792
+ content-type:
2793
+ - application/json; charset=utf-8
2794
+ connection:
2795
+ - Close
2796
+ date:
2797
+ - Tue, 24 Aug 2010 21:42:16 GMT
2798
+ server:
2799
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2800
+ content-length:
2801
+ - "630"
2802
+ vary:
2803
+ - Authorization,Cookie
2804
+ body: |-
2805
+ [
2806
+ [
2807
+ {
2808
+ "end_user_description": null,
2809
+ "read_only": 0,
2810
+ "modified_timestamp": 1281974693,
2811
+ "pub_title": "temp_points",
2812
+ "currency_type_title": "Skill Points",
2813
+ "currency_type_id": 9,
2814
+ "exchange_rate": "1.00",
2815
+ "resource_name": "currency",
2816
+ "urls": [],
2817
+ "created_timestamp": 1281974693,
2818
+ "pub_description": null,
2819
+ "end_user_title": "Temp Points",
2820
+ "relative_weight": 1,
2821
+ "id": 579,
2822
+ "currency_type_description": ""
2823
+ }
2824
+ ],
2825
+ {}
2826
+ ]
2827
+ http_version: "1.1"
2828
+ - !ruby/struct:VCR::HTTPInteraction
2829
+ request: !ruby/struct:VCR::Request
2830
+ method: :get
2831
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282688454.87&format=json&sig=b5ab6aa78956511a20721d89596c867830f3d55df3cccfbf85ca1792b7fc5718&pub_title__starts_with=temp_points
2832
+ body:
2833
+ headers:
2834
+ connection:
2835
+ - close
2836
+ host:
2837
+ - api.bigdoor.com
2838
+ response: !ruby/struct:VCR::Response
2839
+ status: !ruby/struct:VCR::ResponseStatus
2840
+ code: 200
2841
+ message: OK
2842
+ headers:
2843
+ connection:
2844
+ - Close
2845
+ content-type:
2846
+ - application/json; charset=utf-8
2847
+ server:
2848
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2849
+ date:
2850
+ - Tue, 24 Aug 2010 22:20:55 GMT
2851
+ content-length:
2852
+ - "630"
2853
+ vary:
2854
+ - Authorization,Cookie
2855
+ body: |-
2856
+ [
2857
+ [
2858
+ {
2859
+ "end_user_description": null,
2860
+ "read_only": 0,
2861
+ "modified_timestamp": 1281974693,
2862
+ "pub_title": "temp_points",
2863
+ "currency_type_title": "Skill Points",
2864
+ "currency_type_id": 9,
2865
+ "exchange_rate": "1.00",
2866
+ "resource_name": "currency",
2867
+ "urls": [],
2868
+ "created_timestamp": 1281974693,
2869
+ "pub_description": null,
2870
+ "end_user_title": "Temp Points",
2871
+ "relative_weight": 1,
2872
+ "id": 579,
2873
+ "currency_type_description": ""
2874
+ }
2875
+ ],
2876
+ {}
2877
+ ]
2878
+ http_version: "1.1"
2879
+ - !ruby/struct:VCR::HTTPInteraction
2880
+ request: !ruby/struct:VCR::Request
2881
+ method: :get
2882
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?pub_title__starts_with=temp_points&time=1282749725.95&format=json&sig=6f99ee4a85694f9c8604c2cd2ee4625db3b16269955c71b41d1c35b3ed748798
2883
+ body:
2884
+ headers:
2885
+ connection:
2886
+ - close
2887
+ host:
2888
+ - api.bigdoor.com
2889
+ response: !ruby/struct:VCR::Response
2890
+ status: !ruby/struct:VCR::ResponseStatus
2891
+ code: 200
2892
+ message: OK
2893
+ headers:
2894
+ content-type:
2895
+ - application/json; charset=utf-8
2896
+ connection:
2897
+ - Close
2898
+ date:
2899
+ - Wed, 25 Aug 2010 15:22:06 GMT
2900
+ server:
2901
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2902
+ content-length:
2903
+ - "630"
2904
+ vary:
2905
+ - Authorization,Cookie
2906
+ body: |-
2907
+ [
2908
+ [
2909
+ {
2910
+ "end_user_description": null,
2911
+ "read_only": 0,
2912
+ "modified_timestamp": 1281974693,
2913
+ "pub_title": "temp_points",
2914
+ "currency_type_title": "Skill Points",
2915
+ "currency_type_id": 9,
2916
+ "exchange_rate": "1.00",
2917
+ "resource_name": "currency",
2918
+ "urls": [],
2919
+ "created_timestamp": 1281974693,
2920
+ "pub_description": null,
2921
+ "end_user_title": "Temp Points",
2922
+ "relative_weight": 1,
2923
+ "id": 579,
2924
+ "currency_type_description": ""
2925
+ }
2926
+ ],
2927
+ {}
2928
+ ]
2929
+ http_version: "1.1"
2930
+ - !ruby/struct:VCR::HTTPInteraction
2931
+ request: !ruby/struct:VCR::Request
2932
+ method: :get
2933
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/currency?time=1282749754.53&format=json&sig=afb14e86349718a52f6258af622dfd6b2569b0a6959b0dfb1e51d95c83207c01&pub_title__starts_with=temp_points
2934
+ body:
2935
+ headers:
2936
+ connection:
2937
+ - close
2938
+ host:
2939
+ - api.bigdoor.com
2940
+ response: !ruby/struct:VCR::Response
2941
+ status: !ruby/struct:VCR::ResponseStatus
2942
+ code: 200
2943
+ message: OK
2944
+ headers:
2945
+ connection:
2946
+ - Close
2947
+ content-type:
2948
+ - application/json; charset=utf-8
2949
+ server:
2950
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2951
+ date:
2952
+ - Wed, 25 Aug 2010 15:22:34 GMT
2953
+ content-length:
2954
+ - "630"
2955
+ vary:
2956
+ - Authorization,Cookie
2957
+ body: |-
2958
+ [
2959
+ [
2960
+ {
2961
+ "end_user_description": null,
2962
+ "read_only": 0,
2963
+ "modified_timestamp": 1281974693,
2964
+ "pub_title": "temp_points",
2965
+ "currency_type_title": "Skill Points",
2966
+ "currency_type_id": 9,
2967
+ "exchange_rate": "1.00",
2968
+ "resource_name": "currency",
2969
+ "urls": [],
2970
+ "created_timestamp": 1281974693,
2971
+ "pub_description": null,
2972
+ "end_user_title": "Temp Points",
2973
+ "relative_weight": 1,
2974
+ "id": 579,
2975
+ "currency_type_description": ""
2976
+ }
2977
+ ],
2978
+ {}
2979
+ ]
2980
+ http_version: "1.1"