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,4259 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :post
5
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=37dc47a907b457e880a4090d3fc30108f23280636de046762d35aafb8a088993&time=1282851344.29&format=json
6
+ body: token=277101b7917eb866e0748cae4eb9a7de&time=1282851344.29&end_user_login=fakeemail%40trada.com&guid=374b2010924ba1eeb4a9869f79ed1382
7
+ headers:
8
+ connection:
9
+ - close
10
+ content-type:
11
+ - application/x-www-form-urlencoded
12
+ content-length:
13
+ - "132"
14
+ host:
15
+ - api.bigdoor.com
16
+ response: !ruby/struct:VCR::Response
17
+ status: !ruby/struct:VCR::ResponseStatus
18
+ code: 201
19
+ message: CREATED
20
+ headers:
21
+ content-type:
22
+ - application/json; charset=utf-8
23
+ connection:
24
+ - Close
25
+ date:
26
+ - Thu, 26 Aug 2010 19:35:45 GMT
27
+ server:
28
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
29
+ content-length:
30
+ - "447"
31
+ vary:
32
+ - Authorization,Cookie
33
+ body: |-
34
+ [
35
+ {
36
+ "read_only": 0,
37
+ "modified_timestamp": 1282851345,
38
+ "resource_name": "end_user",
39
+ "award_summaries": [],
40
+ "level_summaries": [],
41
+ "sent_good_summaries": [],
42
+ "currency_balances": [],
43
+ "created_timestamp": 1282851345,
44
+ "end_user_login": "fakeemail@trada.com",
45
+ "guid": "1ef9e7b0b14911df91a9c5fca3bf701b",
46
+ "received_good_summaries": []
47
+ },
48
+ {}
49
+ ]
50
+ http_version: "1.1"
51
+ - !ruby/struct:VCR::HTTPInteraction
52
+ request: !ruby/struct:VCR::Request
53
+ method: :post
54
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=ba0ee6f2e279f3f875c8a88e63ee8cd3d2fc9112d12dc3f3647676b9ec1b5433&time=1282851362.87&format=json
55
+ body: token=b565afc10e0672f153ad54615cb5bec4&time=1282851362.87&end_user_login=fakeemailer%40trada.com&guid=9ff18bad3f3c7e469b8dc510e9513bb6
56
+ headers:
57
+ content-type:
58
+ - application/x-www-form-urlencoded
59
+ connection:
60
+ - close
61
+ content-length:
62
+ - "134"
63
+ host:
64
+ - api.bigdoor.com
65
+ response: !ruby/struct:VCR::Response
66
+ status: !ruby/struct:VCR::ResponseStatus
67
+ code: 201
68
+ message: CREATED
69
+ headers:
70
+ connection:
71
+ - Close
72
+ content-type:
73
+ - application/json; charset=utf-8
74
+ server:
75
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
76
+ date:
77
+ - Thu, 26 Aug 2010 19:36:03 GMT
78
+ content-length:
79
+ - "449"
80
+ vary:
81
+ - Authorization,Cookie
82
+ body: |-
83
+ [
84
+ {
85
+ "read_only": 0,
86
+ "modified_timestamp": 1282851363,
87
+ "resource_name": "end_user",
88
+ "award_summaries": [],
89
+ "level_summaries": [],
90
+ "sent_good_summaries": [],
91
+ "currency_balances": [],
92
+ "created_timestamp": 1282851363,
93
+ "end_user_login": "fakeemailer@trada.com",
94
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
95
+ "received_good_summaries": []
96
+ },
97
+ {}
98
+ ]
99
+ http_version: "1.1"
100
+ - !ruby/struct:VCR::HTTPInteraction
101
+ request: !ruby/struct:VCR::Request
102
+ method: :post
103
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=f05d855792fc7780da1e8053fde62dd32042c7493b5fe85bed023b36f90ca8c1&time=1282851398.76&format=json
104
+ body: token=cb80671ee5552e92f9ae658ee6ee13b5&time=1282851398.76&end_user_login=fakeemailer%40trada.com&guid=7ce999809bcf3080105ca517d265fc7a
105
+ headers:
106
+ connection:
107
+ - close
108
+ content-type:
109
+ - application/x-www-form-urlencoded
110
+ content-length:
111
+ - "134"
112
+ host:
113
+ - api.bigdoor.com
114
+ response: !ruby/struct:VCR::Response
115
+ status: !ruby/struct:VCR::ResponseStatus
116
+ code: 201
117
+ message: CREATED
118
+ headers:
119
+ content-type:
120
+ - application/json; charset=utf-8
121
+ connection:
122
+ - Close
123
+ date:
124
+ - Thu, 26 Aug 2010 19:36:39 GMT
125
+ server:
126
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
127
+ content-length:
128
+ - "449"
129
+ vary:
130
+ - Authorization,Cookie
131
+ body: |-
132
+ [
133
+ {
134
+ "read_only": 0,
135
+ "modified_timestamp": 1282851363,
136
+ "resource_name": "end_user",
137
+ "award_summaries": [],
138
+ "level_summaries": [],
139
+ "sent_good_summaries": [],
140
+ "currency_balances": [],
141
+ "created_timestamp": 1282851363,
142
+ "end_user_login": "fakeemailer@trada.com",
143
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
144
+ "received_good_summaries": []
145
+ },
146
+ {}
147
+ ]
148
+ http_version: "1.1"
149
+ - !ruby/struct:VCR::HTTPInteraction
150
+ request: !ruby/struct:VCR::Request
151
+ method: :post
152
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=2571e6d1054ca3edb78a09cfb41360c6a6a49ee5af48bd7785d5bc1a8d593586&time=1282851465.63&format=json
153
+ body: token=758ee315c8b6fe08e7b8684a83879650&time=1282851465.63&end_user_login=fakeemailer%40trada.com&guid=078b4178204dcdbbe1f7f0491d9390f2
154
+ headers:
155
+ content-type:
156
+ - application/x-www-form-urlencoded
157
+ connection:
158
+ - close
159
+ content-length:
160
+ - "134"
161
+ host:
162
+ - api.bigdoor.com
163
+ response: !ruby/struct:VCR::Response
164
+ status: !ruby/struct:VCR::ResponseStatus
165
+ code: 201
166
+ message: CREATED
167
+ headers:
168
+ connection:
169
+ - Close
170
+ content-type:
171
+ - application/json; charset=utf-8
172
+ server:
173
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
174
+ date:
175
+ - Thu, 26 Aug 2010 19:37:46 GMT
176
+ content-length:
177
+ - "449"
178
+ vary:
179
+ - Authorization,Cookie
180
+ body: |-
181
+ [
182
+ {
183
+ "read_only": 0,
184
+ "modified_timestamp": 1282851363,
185
+ "resource_name": "end_user",
186
+ "award_summaries": [],
187
+ "level_summaries": [],
188
+ "sent_good_summaries": [],
189
+ "currency_balances": [],
190
+ "created_timestamp": 1282851363,
191
+ "end_user_login": "fakeemailer@trada.com",
192
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
193
+ "received_good_summaries": []
194
+ },
195
+ {}
196
+ ]
197
+ http_version: "1.1"
198
+ - !ruby/struct:VCR::HTTPInteraction
199
+ request: !ruby/struct:VCR::Request
200
+ method: :post
201
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=414fecc1806f69ff9b2bc81f49a53793af9fb178e8695c7db420aee22b53a0e7&time=1282851496.41&format=json
202
+ body: token=c217f4dbb5f911525b4b821ec33ad3cf&time=1282851496.41&end_user_login=fakeemailer%40trada.com&guid=7312183f6a535d11acd65fb3d59679b9
203
+ headers:
204
+ connection:
205
+ - close
206
+ content-type:
207
+ - application/x-www-form-urlencoded
208
+ content-length:
209
+ - "134"
210
+ host:
211
+ - api.bigdoor.com
212
+ response: !ruby/struct:VCR::Response
213
+ status: !ruby/struct:VCR::ResponseStatus
214
+ code: 201
215
+ message: CREATED
216
+ headers:
217
+ content-type:
218
+ - application/json; charset=utf-8
219
+ connection:
220
+ - Close
221
+ date:
222
+ - Thu, 26 Aug 2010 19:38:17 GMT
223
+ server:
224
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
225
+ content-length:
226
+ - "449"
227
+ vary:
228
+ - Authorization,Cookie
229
+ body: |-
230
+ [
231
+ {
232
+ "read_only": 0,
233
+ "modified_timestamp": 1282851363,
234
+ "resource_name": "end_user",
235
+ "award_summaries": [],
236
+ "level_summaries": [],
237
+ "sent_good_summaries": [],
238
+ "currency_balances": [],
239
+ "created_timestamp": 1282851363,
240
+ "end_user_login": "fakeemailer@trada.com",
241
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
242
+ "received_good_summaries": []
243
+ },
244
+ {}
245
+ ]
246
+ http_version: "1.1"
247
+ - !ruby/struct:VCR::HTTPInteraction
248
+ request: !ruby/struct:VCR::Request
249
+ method: :post
250
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=067d7928e6fbad49ee22c4984ccc3302ffeebccfedf45864f3a9a2844d15a175&time=1282851668.30&format=json
251
+ body: token=6a23a6aca6a0c13bf8ca3a46adcebb91&time=1282851668.30&end_user_login=fakeemailer%40trada.com&guid=cb38f36f03ffc67f8f30a40beb2b098e
252
+ headers:
253
+ content-type:
254
+ - application/x-www-form-urlencoded
255
+ connection:
256
+ - close
257
+ content-length:
258
+ - "134"
259
+ host:
260
+ - api.bigdoor.com
261
+ response: !ruby/struct:VCR::Response
262
+ status: !ruby/struct:VCR::ResponseStatus
263
+ code: 201
264
+ message: CREATED
265
+ headers:
266
+ connection:
267
+ - Close
268
+ content-type:
269
+ - application/json; charset=utf-8
270
+ server:
271
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
272
+ date:
273
+ - Thu, 26 Aug 2010 19:41:09 GMT
274
+ content-length:
275
+ - "449"
276
+ vary:
277
+ - Authorization,Cookie
278
+ body: |-
279
+ [
280
+ {
281
+ "read_only": 0,
282
+ "modified_timestamp": 1282851363,
283
+ "resource_name": "end_user",
284
+ "award_summaries": [],
285
+ "level_summaries": [],
286
+ "sent_good_summaries": [],
287
+ "currency_balances": [],
288
+ "created_timestamp": 1282851363,
289
+ "end_user_login": "fakeemailer@trada.com",
290
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
291
+ "received_good_summaries": []
292
+ },
293
+ {}
294
+ ]
295
+ http_version: "1.1"
296
+ - !ruby/struct:VCR::HTTPInteraction
297
+ request: !ruby/struct:VCR::Request
298
+ method: :post
299
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=dfcc57bcdbde7ec5685172cbbf593442658b2cc732cb987a5dc9a34996b3f87d&time=1282851685.25&format=json
300
+ body: token=99165856abf21ead61ab0d5e92c99d30&time=1282851685.25&end_user_login=fakeemailer%40trada.com&guid=1826a820c116b5dcc1e99bc46ba6ae28
301
+ headers:
302
+ connection:
303
+ - close
304
+ content-type:
305
+ - application/x-www-form-urlencoded
306
+ content-length:
307
+ - "134"
308
+ host:
309
+ - api.bigdoor.com
310
+ response: !ruby/struct:VCR::Response
311
+ status: !ruby/struct:VCR::ResponseStatus
312
+ code: 201
313
+ message: CREATED
314
+ headers:
315
+ content-type:
316
+ - application/json; charset=utf-8
317
+ connection:
318
+ - Close
319
+ date:
320
+ - Thu, 26 Aug 2010 19:41:26 GMT
321
+ server:
322
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
323
+ content-length:
324
+ - "449"
325
+ vary:
326
+ - Authorization,Cookie
327
+ body: |-
328
+ [
329
+ {
330
+ "read_only": 0,
331
+ "modified_timestamp": 1282851363,
332
+ "resource_name": "end_user",
333
+ "award_summaries": [],
334
+ "level_summaries": [],
335
+ "sent_good_summaries": [],
336
+ "currency_balances": [],
337
+ "created_timestamp": 1282851363,
338
+ "end_user_login": "fakeemailer@trada.com",
339
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
340
+ "received_good_summaries": []
341
+ },
342
+ {}
343
+ ]
344
+ http_version: "1.1"
345
+ - !ruby/struct:VCR::HTTPInteraction
346
+ request: !ruby/struct:VCR::Request
347
+ method: :post
348
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=0f9f6d25063200bd15c4df18b26bfae4ba202b04dee42f0ed02ff5bd75858a98&time=1282851765.22&format=json
349
+ body: token=3819c6d27ae531b5b86384e57985b7f8&time=1282851765.22&end_user_login=fakeemailer%40trada.com&guid=248652e2e66f060344288248a4eef335
350
+ headers:
351
+ content-type:
352
+ - application/x-www-form-urlencoded
353
+ connection:
354
+ - close
355
+ content-length:
356
+ - "134"
357
+ host:
358
+ - api.bigdoor.com
359
+ response: !ruby/struct:VCR::Response
360
+ status: !ruby/struct:VCR::ResponseStatus
361
+ code: 201
362
+ message: CREATED
363
+ headers:
364
+ connection:
365
+ - Close
366
+ content-type:
367
+ - application/json; charset=utf-8
368
+ server:
369
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
370
+ date:
371
+ - Thu, 26 Aug 2010 19:42:46 GMT
372
+ content-length:
373
+ - "449"
374
+ vary:
375
+ - Authorization,Cookie
376
+ body: |-
377
+ [
378
+ {
379
+ "read_only": 0,
380
+ "modified_timestamp": 1282851363,
381
+ "resource_name": "end_user",
382
+ "award_summaries": [],
383
+ "level_summaries": [],
384
+ "sent_good_summaries": [],
385
+ "currency_balances": [],
386
+ "created_timestamp": 1282851363,
387
+ "end_user_login": "fakeemailer@trada.com",
388
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
389
+ "received_good_summaries": []
390
+ },
391
+ {}
392
+ ]
393
+ http_version: "1.1"
394
+ - !ruby/struct:VCR::HTTPInteraction
395
+ request: !ruby/struct:VCR::Request
396
+ method: :post
397
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283188577.00&format=json&sig=ced0cbbd4d98857e6ace3c617584b8c72fc8eac76f598e99312eb786b80c4734
398
+ body: token=49069f25ca0f2c02d038d81ab71b7892&time=1283188577.00&end_user_login=fakeemailer%40trada.com&guid=22f26abc7cb5d82b80f0b4f4a5ef3885
399
+ headers:
400
+ connection:
401
+ - close
402
+ content-type:
403
+ - application/x-www-form-urlencoded
404
+ content-length:
405
+ - "134"
406
+ host:
407
+ - api.bigdoor.com
408
+ response: !ruby/struct:VCR::Response
409
+ status: !ruby/struct:VCR::ResponseStatus
410
+ code: 201
411
+ message: CREATED
412
+ headers:
413
+ content-type:
414
+ - application/json; charset=utf-8
415
+ connection:
416
+ - Close
417
+ date:
418
+ - Mon, 30 Aug 2010 17:16:17 GMT
419
+ server:
420
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
421
+ content-length:
422
+ - "449"
423
+ vary:
424
+ - Authorization,Cookie
425
+ body: |-
426
+ [
427
+ {
428
+ "read_only": 0,
429
+ "modified_timestamp": 1282851363,
430
+ "resource_name": "end_user",
431
+ "award_summaries": [],
432
+ "level_summaries": [],
433
+ "sent_good_summaries": [],
434
+ "currency_balances": [],
435
+ "created_timestamp": 1282851363,
436
+ "end_user_login": "fakeemailer@trada.com",
437
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
438
+ "received_good_summaries": []
439
+ },
440
+ {}
441
+ ]
442
+ http_version: "1.1"
443
+ - !ruby/struct:VCR::HTTPInteraction
444
+ request: !ruby/struct:VCR::Request
445
+ method: :post
446
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283190426.80&format=json&sig=79699aa4fb02eff2d921ba0171be53415366834218d5e85ad847cd2c7025b396
447
+ body: token=e5fa1d638e1ac1421410b1823cdc70b7&time=1283190426.80&end_user_login=fakeemailer%40trada.com&guid=0be84043933a90f1542c59ab6e61252b
448
+ headers:
449
+ content-type:
450
+ - application/x-www-form-urlencoded
451
+ connection:
452
+ - close
453
+ content-length:
454
+ - "134"
455
+ host:
456
+ - api.bigdoor.com
457
+ response: !ruby/struct:VCR::Response
458
+ status: !ruby/struct:VCR::ResponseStatus
459
+ code: 201
460
+ message: CREATED
461
+ headers:
462
+ connection:
463
+ - Close
464
+ content-type:
465
+ - application/json; charset=utf-8
466
+ server:
467
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
468
+ date:
469
+ - Mon, 30 Aug 2010 17:47:07 GMT
470
+ content-length:
471
+ - "449"
472
+ vary:
473
+ - Authorization,Cookie
474
+ body: |-
475
+ [
476
+ {
477
+ "read_only": 0,
478
+ "modified_timestamp": 1282851363,
479
+ "resource_name": "end_user",
480
+ "award_summaries": [],
481
+ "level_summaries": [],
482
+ "sent_good_summaries": [],
483
+ "currency_balances": [],
484
+ "created_timestamp": 1282851363,
485
+ "end_user_login": "fakeemailer@trada.com",
486
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
487
+ "received_good_summaries": []
488
+ },
489
+ {}
490
+ ]
491
+ http_version: "1.1"
492
+ - !ruby/struct:VCR::HTTPInteraction
493
+ request: !ruby/struct:VCR::Request
494
+ method: :post
495
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=0cf8e1a7cbc0939eb99b0d24836c930eb9c629b0a6260dba7bf51011f73e7278&time=1283190470.00&format=json
496
+ body: token=94b91925422cc03094792bd44f3fcf06&time=1283190470.00&end_user_login=fakeemailer%40trada.com&guid=838f08edf4fbfd9ec6cef5b240e350ae
497
+ headers:
498
+ connection:
499
+ - close
500
+ content-type:
501
+ - application/x-www-form-urlencoded
502
+ content-length:
503
+ - "134"
504
+ host:
505
+ - api.bigdoor.com
506
+ response: !ruby/struct:VCR::Response
507
+ status: !ruby/struct:VCR::ResponseStatus
508
+ code: 201
509
+ message: CREATED
510
+ headers:
511
+ content-type:
512
+ - application/json; charset=utf-8
513
+ connection:
514
+ - Close
515
+ date:
516
+ - Mon, 30 Aug 2010 17:47:50 GMT
517
+ server:
518
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
519
+ content-length:
520
+ - "449"
521
+ vary:
522
+ - Authorization,Cookie
523
+ body: |-
524
+ [
525
+ {
526
+ "read_only": 0,
527
+ "modified_timestamp": 1282851363,
528
+ "resource_name": "end_user",
529
+ "award_summaries": [],
530
+ "level_summaries": [],
531
+ "sent_good_summaries": [],
532
+ "currency_balances": [],
533
+ "created_timestamp": 1282851363,
534
+ "end_user_login": "fakeemailer@trada.com",
535
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
536
+ "received_good_summaries": []
537
+ },
538
+ {}
539
+ ]
540
+ http_version: "1.1"
541
+ - !ruby/struct:VCR::HTTPInteraction
542
+ request: !ruby/struct:VCR::Request
543
+ method: :post
544
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283190503.73&format=json&sig=d2dde8ad2c202bb2b115a130d55a620881f810a8e8b3091647600b7bd9194c72
545
+ body: token=eeb24664d87c13781e628d2aebc9e690&time=1283190503.73&end_user_login=fakeemailer%40trada.com&guid=954b8ad8f5debbe9d2c6ecc353780d6c
546
+ headers:
547
+ content-type:
548
+ - application/x-www-form-urlencoded
549
+ connection:
550
+ - close
551
+ content-length:
552
+ - "134"
553
+ host:
554
+ - api.bigdoor.com
555
+ response: !ruby/struct:VCR::Response
556
+ status: !ruby/struct:VCR::ResponseStatus
557
+ code: 201
558
+ message: CREATED
559
+ headers:
560
+ connection:
561
+ - Close
562
+ content-type:
563
+ - application/json; charset=utf-8
564
+ server:
565
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
566
+ date:
567
+ - Mon, 30 Aug 2010 17:48:23 GMT
568
+ content-length:
569
+ - "449"
570
+ vary:
571
+ - Authorization,Cookie
572
+ body: |-
573
+ [
574
+ {
575
+ "read_only": 0,
576
+ "modified_timestamp": 1282851363,
577
+ "resource_name": "end_user",
578
+ "award_summaries": [],
579
+ "level_summaries": [],
580
+ "sent_good_summaries": [],
581
+ "currency_balances": [],
582
+ "created_timestamp": 1282851363,
583
+ "end_user_login": "fakeemailer@trada.com",
584
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
585
+ "received_good_summaries": []
586
+ },
587
+ {}
588
+ ]
589
+ http_version: "1.1"
590
+ - !ruby/struct:VCR::HTTPInteraction
591
+ request: !ruby/struct:VCR::Request
592
+ method: :post
593
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=37bd2b02f21dc0128231c180a2e048bddfd2333e747f20916ce1f1a300d45c88&time=1283190522.62&format=json
594
+ body: token=8d9923dd1e325b41ea19b52ded3f2b99&time=1283190522.62&end_user_login=fakeemailer%40trada.com&guid=cd9dd2cae425cc7e5d6ab04b553318f5
595
+ headers:
596
+ connection:
597
+ - close
598
+ content-type:
599
+ - application/x-www-form-urlencoded
600
+ content-length:
601
+ - "134"
602
+ host:
603
+ - api.bigdoor.com
604
+ response: !ruby/struct:VCR::Response
605
+ status: !ruby/struct:VCR::ResponseStatus
606
+ code: 201
607
+ message: CREATED
608
+ headers:
609
+ content-type:
610
+ - application/json; charset=utf-8
611
+ connection:
612
+ - Close
613
+ date:
614
+ - Mon, 30 Aug 2010 17:48:42 GMT
615
+ server:
616
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
617
+ content-length:
618
+ - "449"
619
+ vary:
620
+ - Authorization,Cookie
621
+ body: |-
622
+ [
623
+ {
624
+ "read_only": 0,
625
+ "modified_timestamp": 1282851363,
626
+ "resource_name": "end_user",
627
+ "award_summaries": [],
628
+ "level_summaries": [],
629
+ "sent_good_summaries": [],
630
+ "currency_balances": [],
631
+ "created_timestamp": 1282851363,
632
+ "end_user_login": "fakeemailer@trada.com",
633
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
634
+ "received_good_summaries": []
635
+ },
636
+ {}
637
+ ]
638
+ http_version: "1.1"
639
+ - !ruby/struct:VCR::HTTPInteraction
640
+ request: !ruby/struct:VCR::Request
641
+ method: :post
642
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=88a5d4bf569b030dafdc84c29e3aca31ab6fa94e791d4d02245c1baaa1fe4be2&time=1283190531.40&format=json
643
+ body: token=dab40230fc167661e99411bdc1abb2c4&time=1283190531.40&end_user_login=fakeemailer%40trada.com&guid=c879466728523ca0358fe4fa167cfe5a
644
+ headers:
645
+ content-type:
646
+ - application/x-www-form-urlencoded
647
+ connection:
648
+ - close
649
+ content-length:
650
+ - "134"
651
+ host:
652
+ - api.bigdoor.com
653
+ response: !ruby/struct:VCR::Response
654
+ status: !ruby/struct:VCR::ResponseStatus
655
+ code: 201
656
+ message: CREATED
657
+ headers:
658
+ connection:
659
+ - Close
660
+ content-type:
661
+ - application/json; charset=utf-8
662
+ server:
663
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
664
+ date:
665
+ - Mon, 30 Aug 2010 17:48:51 GMT
666
+ content-length:
667
+ - "449"
668
+ vary:
669
+ - Authorization,Cookie
670
+ body: |-
671
+ [
672
+ {
673
+ "read_only": 0,
674
+ "modified_timestamp": 1282851363,
675
+ "resource_name": "end_user",
676
+ "award_summaries": [],
677
+ "level_summaries": [],
678
+ "sent_good_summaries": [],
679
+ "currency_balances": [],
680
+ "created_timestamp": 1282851363,
681
+ "end_user_login": "fakeemailer@trada.com",
682
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
683
+ "received_good_summaries": []
684
+ },
685
+ {}
686
+ ]
687
+ http_version: "1.1"
688
+ - !ruby/struct:VCR::HTTPInteraction
689
+ request: !ruby/struct:VCR::Request
690
+ method: :post
691
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283547680.59&format=json&sig=1b2e8953e975e1319de3be093e50f7a49d34b69f45d5824d92d75f63af4de4f3
692
+ body: token=4fc46ac7a40c1f34534d5f57e2107bcb&time=1283547680.59&end_user_login=fakeemailer%40trada.com&guid=1d33712540ed2baafe9b360a7c128db3
693
+ headers:
694
+ connection:
695
+ - close
696
+ content-type:
697
+ - application/x-www-form-urlencoded
698
+ content-length:
699
+ - "134"
700
+ host:
701
+ - api.bigdoor.com
702
+ response: !ruby/struct:VCR::Response
703
+ status: !ruby/struct:VCR::ResponseStatus
704
+ code: 201
705
+ message: CREATED
706
+ headers:
707
+ content-type:
708
+ - application/json; charset=utf-8
709
+ connection:
710
+ - Close
711
+ date:
712
+ - Fri, 03 Sep 2010 21:01:20 GMT
713
+ server:
714
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
715
+ content-length:
716
+ - "449"
717
+ vary:
718
+ - Authorization,Cookie
719
+ body: |-
720
+ [
721
+ {
722
+ "read_only": 0,
723
+ "modified_timestamp": 1282851363,
724
+ "resource_name": "end_user",
725
+ "award_summaries": [],
726
+ "level_summaries": [],
727
+ "sent_good_summaries": [],
728
+ "currency_balances": [],
729
+ "created_timestamp": 1282851363,
730
+ "end_user_login": "fakeemailer@trada.com",
731
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
732
+ "received_good_summaries": []
733
+ },
734
+ {}
735
+ ]
736
+ http_version: "1.1"
737
+ - !ruby/struct:VCR::HTTPInteraction
738
+ request: !ruby/struct:VCR::Request
739
+ method: :post
740
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283547682.81&format=json&sig=b02ac227b00709ac717fe7525097f2261859307bc342ae7e4c758c20ee36f8c4
741
+ body: token=cf037adb608383df359c23158fca1206&time=1283547682.81&end_user_login=super_fake%40user.com
742
+ headers:
743
+ content-type:
744
+ - application/x-www-form-urlencoded
745
+ connection:
746
+ - close
747
+ content-length:
748
+ - "94"
749
+ host:
750
+ - api.bigdoor.com
751
+ response: !ruby/struct:VCR::Response
752
+ status: !ruby/struct:VCR::ResponseStatus
753
+ code: 201
754
+ message: CREATED
755
+ headers:
756
+ connection:
757
+ - Close
758
+ content-type:
759
+ - application/json; charset=utf-8
760
+ server:
761
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
762
+ date:
763
+ - Fri, 03 Sep 2010 21:01:23 GMT
764
+ content-length:
765
+ - "447"
766
+ vary:
767
+ - Authorization,Cookie
768
+ body: |-
769
+ [
770
+ {
771
+ "read_only": 0,
772
+ "modified_timestamp": 1283547683,
773
+ "resource_name": "end_user",
774
+ "award_summaries": [],
775
+ "level_summaries": [],
776
+ "sent_good_summaries": [],
777
+ "currency_balances": [],
778
+ "created_timestamp": 1283547683,
779
+ "end_user_login": "super_fake@user.com",
780
+ "guid": "688e976bb79e11dfa5175170d58eb338",
781
+ "received_good_summaries": []
782
+ },
783
+ {}
784
+ ]
785
+ http_version: "1.1"
786
+ - !ruby/struct:VCR::HTTPInteraction
787
+ request: !ruby/struct:VCR::Request
788
+ method: :post
789
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283547791.95&format=json&sig=3a84cc28d7c8dd91b573eebd26520618b1536637a29cabf7161718b3db92049c
790
+ body: token=543bc54163aa9b477de5b30f401fceee&time=1283547791.95&end_user_login=fakeemailer%40trada.com&guid=8dd2212366a0594c79ea41caa10ab6bf
791
+ headers:
792
+ connection:
793
+ - close
794
+ content-type:
795
+ - application/x-www-form-urlencoded
796
+ content-length:
797
+ - "134"
798
+ host:
799
+ - api.bigdoor.com
800
+ response: !ruby/struct:VCR::Response
801
+ status: !ruby/struct:VCR::ResponseStatus
802
+ code: 201
803
+ message: CREATED
804
+ headers:
805
+ content-type:
806
+ - application/json; charset=utf-8
807
+ connection:
808
+ - Close
809
+ date:
810
+ - Fri, 03 Sep 2010 21:03:12 GMT
811
+ server:
812
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
813
+ content-length:
814
+ - "449"
815
+ vary:
816
+ - Authorization,Cookie
817
+ body: |-
818
+ [
819
+ {
820
+ "read_only": 0,
821
+ "modified_timestamp": 1282851363,
822
+ "resource_name": "end_user",
823
+ "award_summaries": [],
824
+ "level_summaries": [],
825
+ "sent_good_summaries": [],
826
+ "currency_balances": [],
827
+ "created_timestamp": 1282851363,
828
+ "end_user_login": "fakeemailer@trada.com",
829
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
830
+ "received_good_summaries": []
831
+ },
832
+ {}
833
+ ]
834
+ http_version: "1.1"
835
+ - !ruby/struct:VCR::HTTPInteraction
836
+ request: !ruby/struct:VCR::Request
837
+ method: :post
838
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283547793.13&format=json&sig=95c90229c3e5ba7f7944add04289b28846bd61646f9bf3935c49b4998f6aa102
839
+ body: token=65b38815efb705d057bbe539c423cf72&time=1283547793.13&end_user_login=super_fake%40user.com
840
+ headers:
841
+ content-type:
842
+ - application/x-www-form-urlencoded
843
+ connection:
844
+ - close
845
+ content-length:
846
+ - "94"
847
+ host:
848
+ - api.bigdoor.com
849
+ response: !ruby/struct:VCR::Response
850
+ status: !ruby/struct:VCR::ResponseStatus
851
+ code: 201
852
+ message: CREATED
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
+ - Fri, 03 Sep 2010 21:03:13 GMT
862
+ content-length:
863
+ - "447"
864
+ vary:
865
+ - Authorization,Cookie
866
+ body: |-
867
+ [
868
+ {
869
+ "read_only": 0,
870
+ "modified_timestamp": 1283547683,
871
+ "resource_name": "end_user",
872
+ "award_summaries": [],
873
+ "level_summaries": [],
874
+ "sent_good_summaries": [],
875
+ "currency_balances": [],
876
+ "created_timestamp": 1283547683,
877
+ "end_user_login": "super_fake@user.com",
878
+ "guid": "688e976bb79e11dfa5175170d58eb338",
879
+ "received_good_summaries": []
880
+ },
881
+ {}
882
+ ]
883
+ http_version: "1.1"
884
+ - !ruby/struct:VCR::HTTPInteraction
885
+ request: !ruby/struct:VCR::Request
886
+ method: :post
887
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=8fd15bb36b48703e7ddea2ca02b4d67fd9081ccce5cd75e4c2840bbdec135bdc&time=1283873341.84&format=json
888
+ body: token=e764654d40f64958dc40d66b2bbc17e4&time=1283873341.84&end_user_login=fakeemailer%40trada.com&guid=4a8fc7161dfe95494147a54e62bc3b5a
889
+ headers:
890
+ connection:
891
+ - close
892
+ content-type:
893
+ - application/x-www-form-urlencoded
894
+ content-length:
895
+ - "134"
896
+ host:
897
+ - api.bigdoor.com
898
+ response: !ruby/struct:VCR::Response
899
+ status: !ruby/struct:VCR::ResponseStatus
900
+ code: 201
901
+ message: CREATED
902
+ headers:
903
+ content-type:
904
+ - application/json; charset=utf-8
905
+ connection:
906
+ - Close
907
+ date:
908
+ - Tue, 07 Sep 2010 15:29:02 GMT
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
+ content-length:
912
+ - "449"
913
+ vary:
914
+ - Authorization,Cookie
915
+ body: |-
916
+ [
917
+ {
918
+ "read_only": 0,
919
+ "modified_timestamp": 1282851363,
920
+ "resource_name": "end_user",
921
+ "award_summaries": [],
922
+ "level_summaries": [],
923
+ "sent_good_summaries": [],
924
+ "currency_balances": [],
925
+ "created_timestamp": 1282851363,
926
+ "end_user_login": "fakeemailer@trada.com",
927
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
928
+ "received_good_summaries": []
929
+ },
930
+ {}
931
+ ]
932
+ http_version: "1.1"
933
+ - !ruby/struct:VCR::HTTPInteraction
934
+ request: !ruby/struct:VCR::Request
935
+ method: :post
936
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=c8e080c63dc49b81066541ed8b6d22af7edf1fe85dc35700001b912560990100&time=1283873344.05&format=json
937
+ body: token=26c8264a166239e1b8141d651a0a369f&time=1283873344.05&end_user_login=super_fake%40user.com
938
+ headers:
939
+ content-type:
940
+ - application/x-www-form-urlencoded
941
+ connection:
942
+ - close
943
+ content-length:
944
+ - "94"
945
+ host:
946
+ - api.bigdoor.com
947
+ response: !ruby/struct:VCR::Response
948
+ status: !ruby/struct:VCR::ResponseStatus
949
+ code: 201
950
+ message: CREATED
951
+ headers:
952
+ connection:
953
+ - Close
954
+ content-type:
955
+ - application/json; charset=utf-8
956
+ server:
957
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
958
+ date:
959
+ - Tue, 07 Sep 2010 15:29:04 GMT
960
+ content-length:
961
+ - "447"
962
+ vary:
963
+ - Authorization,Cookie
964
+ body: |-
965
+ [
966
+ {
967
+ "read_only": 0,
968
+ "modified_timestamp": 1283547683,
969
+ "resource_name": "end_user",
970
+ "award_summaries": [],
971
+ "level_summaries": [],
972
+ "sent_good_summaries": [],
973
+ "currency_balances": [],
974
+ "created_timestamp": 1283547683,
975
+ "end_user_login": "super_fake@user.com",
976
+ "guid": "688e976bb79e11dfa5175170d58eb338",
977
+ "received_good_summaries": []
978
+ },
979
+ {}
980
+ ]
981
+ http_version: "1.1"
982
+ - !ruby/struct:VCR::HTTPInteraction
983
+ request: !ruby/struct:VCR::Request
984
+ method: :post
985
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283873442.45&sig=3e92151f1650c90413ed39526cfc3475be10ab5cf3606d342cc878fd9061256b&format=json
986
+ body: token=263342fb45172cf65bef87dd7b22c9ac&time=1283873442.45&end_user_login=fakeemailer%40trada.com&guid=3aa53d7a298fe23153200e845c3bfa3c
987
+ headers:
988
+ connection:
989
+ - close
990
+ content-type:
991
+ - application/x-www-form-urlencoded
992
+ content-length:
993
+ - "134"
994
+ host:
995
+ - api.bigdoor.com
996
+ response: !ruby/struct:VCR::Response
997
+ status: !ruby/struct:VCR::ResponseStatus
998
+ code: 201
999
+ message: CREATED
1000
+ headers:
1001
+ content-type:
1002
+ - application/json; charset=utf-8
1003
+ connection:
1004
+ - Close
1005
+ date:
1006
+ - Tue, 07 Sep 2010 15:30:42 GMT
1007
+ server:
1008
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1009
+ content-length:
1010
+ - "449"
1011
+ vary:
1012
+ - Authorization,Cookie
1013
+ body: |-
1014
+ [
1015
+ {
1016
+ "read_only": 0,
1017
+ "modified_timestamp": 1282851363,
1018
+ "resource_name": "end_user",
1019
+ "award_summaries": [],
1020
+ "level_summaries": [],
1021
+ "sent_good_summaries": [],
1022
+ "currency_balances": [],
1023
+ "created_timestamp": 1282851363,
1024
+ "end_user_login": "fakeemailer@trada.com",
1025
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1026
+ "received_good_summaries": []
1027
+ },
1028
+ {}
1029
+ ]
1030
+ http_version: "1.1"
1031
+ - !ruby/struct:VCR::HTTPInteraction
1032
+ request: !ruby/struct:VCR::Request
1033
+ method: :post
1034
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283873447.55&sig=180f103a0567e2e1c9f1c865d00001fc7a8b79bb256e83b9b3ccb0b6444fc4d9&format=json
1035
+ body: token=141b57ff48abc52a0e9828df68cb1197&time=1283873447.55&end_user_login=super_fake%40user.com
1036
+ headers:
1037
+ content-type:
1038
+ - application/x-www-form-urlencoded
1039
+ connection:
1040
+ - close
1041
+ content-length:
1042
+ - "94"
1043
+ host:
1044
+ - api.bigdoor.com
1045
+ response: !ruby/struct:VCR::Response
1046
+ status: !ruby/struct:VCR::ResponseStatus
1047
+ code: 201
1048
+ message: CREATED
1049
+ headers:
1050
+ connection:
1051
+ - Close
1052
+ content-type:
1053
+ - application/json; charset=utf-8
1054
+ server:
1055
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1056
+ date:
1057
+ - Tue, 07 Sep 2010 15:30:47 GMT
1058
+ content-length:
1059
+ - "447"
1060
+ vary:
1061
+ - Authorization,Cookie
1062
+ body: |-
1063
+ [
1064
+ {
1065
+ "read_only": 0,
1066
+ "modified_timestamp": 1283547683,
1067
+ "resource_name": "end_user",
1068
+ "award_summaries": [],
1069
+ "level_summaries": [],
1070
+ "sent_good_summaries": [],
1071
+ "currency_balances": [],
1072
+ "created_timestamp": 1283547683,
1073
+ "end_user_login": "super_fake@user.com",
1074
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1075
+ "received_good_summaries": []
1076
+ },
1077
+ {}
1078
+ ]
1079
+ http_version: "1.1"
1080
+ - !ruby/struct:VCR::HTTPInteraction
1081
+ request: !ruby/struct:VCR::Request
1082
+ method: :post
1083
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283873544.83&sig=94ec9c87a02e9286462682bc8f916c7f0162edb1ed2c3f878cbe21452862468c&format=json
1084
+ body: token=0f4cd52fc302b3fa65ac0793084b618c&time=1283873544.83&end_user_login=fakeemailer%40trada.com&guid=7b135c2a74bc074eac25a08b962ca3f4
1085
+ headers:
1086
+ connection:
1087
+ - close
1088
+ content-type:
1089
+ - application/x-www-form-urlencoded
1090
+ content-length:
1091
+ - "134"
1092
+ host:
1093
+ - api.bigdoor.com
1094
+ response: !ruby/struct:VCR::Response
1095
+ status: !ruby/struct:VCR::ResponseStatus
1096
+ code: 201
1097
+ message: CREATED
1098
+ headers:
1099
+ content-type:
1100
+ - application/json; charset=utf-8
1101
+ connection:
1102
+ - Close
1103
+ date:
1104
+ - Tue, 07 Sep 2010 15:32:25 GMT
1105
+ server:
1106
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1107
+ content-length:
1108
+ - "449"
1109
+ vary:
1110
+ - Authorization,Cookie
1111
+ body: |-
1112
+ [
1113
+ {
1114
+ "read_only": 0,
1115
+ "modified_timestamp": 1282851363,
1116
+ "resource_name": "end_user",
1117
+ "award_summaries": [],
1118
+ "level_summaries": [],
1119
+ "sent_good_summaries": [],
1120
+ "currency_balances": [],
1121
+ "created_timestamp": 1282851363,
1122
+ "end_user_login": "fakeemailer@trada.com",
1123
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1124
+ "received_good_summaries": []
1125
+ },
1126
+ {}
1127
+ ]
1128
+ http_version: "1.1"
1129
+ - !ruby/struct:VCR::HTTPInteraction
1130
+ request: !ruby/struct:VCR::Request
1131
+ method: :post
1132
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283873546.46&sig=12f7f01a3f8b8a9b88e6560df45d0a453a0fb9fbefb855f83ef3810856d9628c&format=json
1133
+ body: token=4eb78815cf5e0cc658d38be9c3005c28&time=1283873546.46&end_user_login=super_fake%40user.com
1134
+ headers:
1135
+ content-type:
1136
+ - application/x-www-form-urlencoded
1137
+ connection:
1138
+ - close
1139
+ content-length:
1140
+ - "94"
1141
+ host:
1142
+ - api.bigdoor.com
1143
+ response: !ruby/struct:VCR::Response
1144
+ status: !ruby/struct:VCR::ResponseStatus
1145
+ code: 201
1146
+ message: CREATED
1147
+ headers:
1148
+ connection:
1149
+ - Close
1150
+ content-type:
1151
+ - application/json; charset=utf-8
1152
+ server:
1153
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1154
+ date:
1155
+ - Tue, 07 Sep 2010 15:32:26 GMT
1156
+ content-length:
1157
+ - "447"
1158
+ vary:
1159
+ - Authorization,Cookie
1160
+ body: |-
1161
+ [
1162
+ {
1163
+ "read_only": 0,
1164
+ "modified_timestamp": 1283547683,
1165
+ "resource_name": "end_user",
1166
+ "award_summaries": [],
1167
+ "level_summaries": [],
1168
+ "sent_good_summaries": [],
1169
+ "currency_balances": [],
1170
+ "created_timestamp": 1283547683,
1171
+ "end_user_login": "super_fake@user.com",
1172
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1173
+ "received_good_summaries": []
1174
+ },
1175
+ {}
1176
+ ]
1177
+ http_version: "1.1"
1178
+ - !ruby/struct:VCR::HTTPInteraction
1179
+ request: !ruby/struct:VCR::Request
1180
+ method: :post
1181
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=cb30b6e177038d7d580718d452b8da750b8fe8ad17518638001d7d0d975ba5e2&time=1283873595.71&format=json
1182
+ body: token=ff366eca378530a65aa9a5d795c35d4d&time=1283873595.71&end_user_login=fakeemailer%40trada.com&guid=54500e93f620ac4e60454eb4d090aad8
1183
+ headers:
1184
+ connection:
1185
+ - close
1186
+ content-type:
1187
+ - application/x-www-form-urlencoded
1188
+ content-length:
1189
+ - "134"
1190
+ host:
1191
+ - api.bigdoor.com
1192
+ response: !ruby/struct:VCR::Response
1193
+ status: !ruby/struct:VCR::ResponseStatus
1194
+ code: 201
1195
+ message: CREATED
1196
+ headers:
1197
+ content-type:
1198
+ - application/json; charset=utf-8
1199
+ connection:
1200
+ - Close
1201
+ date:
1202
+ - Tue, 07 Sep 2010 15:33:15 GMT
1203
+ server:
1204
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1205
+ content-length:
1206
+ - "449"
1207
+ vary:
1208
+ - Authorization,Cookie
1209
+ body: |-
1210
+ [
1211
+ {
1212
+ "read_only": 0,
1213
+ "modified_timestamp": 1282851363,
1214
+ "resource_name": "end_user",
1215
+ "award_summaries": [],
1216
+ "level_summaries": [],
1217
+ "sent_good_summaries": [],
1218
+ "currency_balances": [],
1219
+ "created_timestamp": 1282851363,
1220
+ "end_user_login": "fakeemailer@trada.com",
1221
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1222
+ "received_good_summaries": []
1223
+ },
1224
+ {}
1225
+ ]
1226
+ http_version: "1.1"
1227
+ - !ruby/struct:VCR::HTTPInteraction
1228
+ request: !ruby/struct:VCR::Request
1229
+ method: :post
1230
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=2a565182c4ac0d462c89cdfe60d8367d38a5d9314ead9a7519d3530c57209802&time=1283873598.22&format=json
1231
+ body: token=76eec5490119741bfea97429e976d306&time=1283873598.22&end_user_login=super_fake%40user.com
1232
+ headers:
1233
+ content-type:
1234
+ - application/x-www-form-urlencoded
1235
+ connection:
1236
+ - close
1237
+ content-length:
1238
+ - "94"
1239
+ host:
1240
+ - api.bigdoor.com
1241
+ response: !ruby/struct:VCR::Response
1242
+ status: !ruby/struct:VCR::ResponseStatus
1243
+ code: 201
1244
+ message: CREATED
1245
+ headers:
1246
+ connection:
1247
+ - Close
1248
+ content-type:
1249
+ - application/json; charset=utf-8
1250
+ server:
1251
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1252
+ date:
1253
+ - Tue, 07 Sep 2010 15:33:18 GMT
1254
+ content-length:
1255
+ - "447"
1256
+ vary:
1257
+ - Authorization,Cookie
1258
+ body: |-
1259
+ [
1260
+ {
1261
+ "read_only": 0,
1262
+ "modified_timestamp": 1283547683,
1263
+ "resource_name": "end_user",
1264
+ "award_summaries": [],
1265
+ "level_summaries": [],
1266
+ "sent_good_summaries": [],
1267
+ "currency_balances": [],
1268
+ "created_timestamp": 1283547683,
1269
+ "end_user_login": "super_fake@user.com",
1270
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1271
+ "received_good_summaries": []
1272
+ },
1273
+ {}
1274
+ ]
1275
+ http_version: "1.1"
1276
+ - !ruby/struct:VCR::HTTPInteraction
1277
+ request: !ruby/struct:VCR::Request
1278
+ method: :post
1279
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=8e3430110975c4244e0db9424ec68aa0085f0208e095ac7e58e334c8153d2806&time=1283874300.34&format=json
1280
+ body: token=c3161aab269409bd325010d6c3fabd52&time=1283874300.34&end_user_login=fakeemailer%40trada.com&guid=e893edcfdbdb6753fd1ea1aed3d8bc69
1281
+ headers:
1282
+ connection:
1283
+ - close
1284
+ content-type:
1285
+ - application/x-www-form-urlencoded
1286
+ content-length:
1287
+ - "134"
1288
+ host:
1289
+ - api.bigdoor.com
1290
+ response: !ruby/struct:VCR::Response
1291
+ status: !ruby/struct:VCR::ResponseStatus
1292
+ code: 201
1293
+ message: CREATED
1294
+ headers:
1295
+ content-type:
1296
+ - application/json; charset=utf-8
1297
+ connection:
1298
+ - Close
1299
+ date:
1300
+ - Tue, 07 Sep 2010 15:45:00 GMT
1301
+ server:
1302
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1303
+ content-length:
1304
+ - "449"
1305
+ vary:
1306
+ - Authorization,Cookie
1307
+ body: |-
1308
+ [
1309
+ {
1310
+ "read_only": 0,
1311
+ "modified_timestamp": 1282851363,
1312
+ "resource_name": "end_user",
1313
+ "award_summaries": [],
1314
+ "level_summaries": [],
1315
+ "sent_good_summaries": [],
1316
+ "currency_balances": [],
1317
+ "created_timestamp": 1282851363,
1318
+ "end_user_login": "fakeemailer@trada.com",
1319
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1320
+ "received_good_summaries": []
1321
+ },
1322
+ {}
1323
+ ]
1324
+ http_version: "1.1"
1325
+ - !ruby/struct:VCR::HTTPInteraction
1326
+ request: !ruby/struct:VCR::Request
1327
+ method: :post
1328
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=4cccd0a8cc4a6639e3e37549d7be0043913a94a0c98be498d5c9e43bd9ccf626&time=1283874302.28&format=json
1329
+ body: token=219aafb158ba2ee8f4b1a7e406236a62&time=1283874302.28&end_user_login=super_fake%40user.com
1330
+ headers:
1331
+ content-type:
1332
+ - application/x-www-form-urlencoded
1333
+ connection:
1334
+ - close
1335
+ content-length:
1336
+ - "94"
1337
+ host:
1338
+ - api.bigdoor.com
1339
+ response: !ruby/struct:VCR::Response
1340
+ status: !ruby/struct:VCR::ResponseStatus
1341
+ code: 201
1342
+ message: CREATED
1343
+ headers:
1344
+ connection:
1345
+ - Close
1346
+ content-type:
1347
+ - application/json; charset=utf-8
1348
+ server:
1349
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1350
+ date:
1351
+ - Tue, 07 Sep 2010 15:45:02 GMT
1352
+ content-length:
1353
+ - "447"
1354
+ vary:
1355
+ - Authorization,Cookie
1356
+ body: |-
1357
+ [
1358
+ {
1359
+ "read_only": 0,
1360
+ "modified_timestamp": 1283547683,
1361
+ "resource_name": "end_user",
1362
+ "award_summaries": [],
1363
+ "level_summaries": [],
1364
+ "sent_good_summaries": [],
1365
+ "currency_balances": [],
1366
+ "created_timestamp": 1283547683,
1367
+ "end_user_login": "super_fake@user.com",
1368
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1369
+ "received_good_summaries": []
1370
+ },
1371
+ {}
1372
+ ]
1373
+ http_version: "1.1"
1374
+ - !ruby/struct:VCR::HTTPInteraction
1375
+ request: !ruby/struct:VCR::Request
1376
+ method: :post
1377
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=0e1da032c702e42d1d791e33e90247a066a5d0ad027daef840d32ccb6e55c3d1&time=1283874608.40&format=json
1378
+ body: token=d8ab6f2f094623a6d3be8e652b8adde5&time=1283874608.40&end_user_login=fakeemailer%40trada.com&guid=035e92841253cfc620f8546a2dafa5c9
1379
+ headers:
1380
+ connection:
1381
+ - close
1382
+ content-type:
1383
+ - application/x-www-form-urlencoded
1384
+ content-length:
1385
+ - "134"
1386
+ host:
1387
+ - api.bigdoor.com
1388
+ response: !ruby/struct:VCR::Response
1389
+ status: !ruby/struct:VCR::ResponseStatus
1390
+ code: 201
1391
+ message: CREATED
1392
+ headers:
1393
+ content-type:
1394
+ - application/json; charset=utf-8
1395
+ connection:
1396
+ - Close
1397
+ date:
1398
+ - Tue, 07 Sep 2010 15:50:08 GMT
1399
+ server:
1400
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1401
+ content-length:
1402
+ - "449"
1403
+ vary:
1404
+ - Authorization,Cookie
1405
+ body: |-
1406
+ [
1407
+ {
1408
+ "read_only": 0,
1409
+ "modified_timestamp": 1282851363,
1410
+ "resource_name": "end_user",
1411
+ "award_summaries": [],
1412
+ "level_summaries": [],
1413
+ "sent_good_summaries": [],
1414
+ "currency_balances": [],
1415
+ "created_timestamp": 1282851363,
1416
+ "end_user_login": "fakeemailer@trada.com",
1417
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1418
+ "received_good_summaries": []
1419
+ },
1420
+ {}
1421
+ ]
1422
+ http_version: "1.1"
1423
+ - !ruby/struct:VCR::HTTPInteraction
1424
+ request: !ruby/struct:VCR::Request
1425
+ method: :post
1426
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=5d436e20b62e9f594757ac646a5552e157e01639b55f50fb2ecd79316dd91c58&time=1283874610.16&format=json
1427
+ body: token=ac44e4d85a5057accda1fc1ab995aaec&time=1283874610.16&end_user_login=super_fake%40user.com
1428
+ headers:
1429
+ content-type:
1430
+ - application/x-www-form-urlencoded
1431
+ connection:
1432
+ - close
1433
+ content-length:
1434
+ - "94"
1435
+ host:
1436
+ - api.bigdoor.com
1437
+ response: !ruby/struct:VCR::Response
1438
+ status: !ruby/struct:VCR::ResponseStatus
1439
+ code: 201
1440
+ message: CREATED
1441
+ headers:
1442
+ connection:
1443
+ - Close
1444
+ content-type:
1445
+ - application/json; charset=utf-8
1446
+ server:
1447
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1448
+ date:
1449
+ - Tue, 07 Sep 2010 15:50:10 GMT
1450
+ content-length:
1451
+ - "447"
1452
+ vary:
1453
+ - Authorization,Cookie
1454
+ body: |-
1455
+ [
1456
+ {
1457
+ "read_only": 0,
1458
+ "modified_timestamp": 1283547683,
1459
+ "resource_name": "end_user",
1460
+ "award_summaries": [],
1461
+ "level_summaries": [],
1462
+ "sent_good_summaries": [],
1463
+ "currency_balances": [],
1464
+ "created_timestamp": 1283547683,
1465
+ "end_user_login": "super_fake@user.com",
1466
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1467
+ "received_good_summaries": []
1468
+ },
1469
+ {}
1470
+ ]
1471
+ http_version: "1.1"
1472
+ - !ruby/struct:VCR::HTTPInteraction
1473
+ request: !ruby/struct:VCR::Request
1474
+ method: :post
1475
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=fbb1817e7612ae03b8a1d4befd8625c3cef93c9d4fc5f0945b5e456ee36b4d39&time=1283899017.46&format=json
1476
+ body: token=60687790f96dbb1ff95c8e7825f05f9b&time=1283899017.46&end_user_login=fakeemailer%40trada.com&guid=b3d5e98f249d790f929bf31dc167ebe6
1477
+ headers:
1478
+ connection:
1479
+ - close
1480
+ content-type:
1481
+ - application/x-www-form-urlencoded
1482
+ content-length:
1483
+ - "134"
1484
+ host:
1485
+ - api.bigdoor.com
1486
+ response: !ruby/struct:VCR::Response
1487
+ status: !ruby/struct:VCR::ResponseStatus
1488
+ code: 201
1489
+ message: CREATED
1490
+ headers:
1491
+ content-type:
1492
+ - application/json; charset=utf-8
1493
+ connection:
1494
+ - Close
1495
+ date:
1496
+ - Tue, 07 Sep 2010 22:36:57 GMT
1497
+ server:
1498
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1499
+ content-length:
1500
+ - "449"
1501
+ vary:
1502
+ - Authorization,Cookie
1503
+ body: |-
1504
+ [
1505
+ {
1506
+ "read_only": 0,
1507
+ "modified_timestamp": 1282851363,
1508
+ "resource_name": "end_user",
1509
+ "award_summaries": [],
1510
+ "level_summaries": [],
1511
+ "sent_good_summaries": [],
1512
+ "currency_balances": [],
1513
+ "created_timestamp": 1282851363,
1514
+ "end_user_login": "fakeemailer@trada.com",
1515
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1516
+ "received_good_summaries": []
1517
+ },
1518
+ {}
1519
+ ]
1520
+ http_version: "1.1"
1521
+ - !ruby/struct:VCR::HTTPInteraction
1522
+ request: !ruby/struct:VCR::Request
1523
+ method: :post
1524
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=b9fd005cbee0f988d0a1d01e154d27b636695ccab0f7ef3a917e17b1cecc708c&time=1283899020.45&format=json
1525
+ body: token=55e7488c7908860b737a7dc53db18f88&time=1283899020.45&end_user_login=super_fake%40user.com
1526
+ headers:
1527
+ content-type:
1528
+ - application/x-www-form-urlencoded
1529
+ connection:
1530
+ - close
1531
+ content-length:
1532
+ - "94"
1533
+ host:
1534
+ - api.bigdoor.com
1535
+ response: !ruby/struct:VCR::Response
1536
+ status: !ruby/struct:VCR::ResponseStatus
1537
+ code: 201
1538
+ message: CREATED
1539
+ headers:
1540
+ connection:
1541
+ - Close
1542
+ content-type:
1543
+ - application/json; charset=utf-8
1544
+ server:
1545
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1546
+ date:
1547
+ - Tue, 07 Sep 2010 22:37:00 GMT
1548
+ content-length:
1549
+ - "447"
1550
+ vary:
1551
+ - Authorization,Cookie
1552
+ body: |-
1553
+ [
1554
+ {
1555
+ "read_only": 0,
1556
+ "modified_timestamp": 1283547683,
1557
+ "resource_name": "end_user",
1558
+ "award_summaries": [],
1559
+ "level_summaries": [],
1560
+ "sent_good_summaries": [],
1561
+ "currency_balances": [],
1562
+ "created_timestamp": 1283547683,
1563
+ "end_user_login": "super_fake@user.com",
1564
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1565
+ "received_good_summaries": []
1566
+ },
1567
+ {}
1568
+ ]
1569
+ http_version: "1.1"
1570
+ - !ruby/struct:VCR::HTTPInteraction
1571
+ request: !ruby/struct:VCR::Request
1572
+ method: :post
1573
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=99f9054f2ea59d5c0e5a1f5ef8e89c0b63b82072ec905d19755f9e03e59fea32&time=1283899198.21&format=json
1574
+ body: token=b003a99baa49e61564dfa428baaca698&time=1283899198.21&end_user_login=fakeemailer%40trada.com&guid=e0c9fe22b6b9b48617cb4f0043a3a1d1
1575
+ headers:
1576
+ connection:
1577
+ - close
1578
+ content-type:
1579
+ - application/x-www-form-urlencoded
1580
+ content-length:
1581
+ - "134"
1582
+ host:
1583
+ - api.bigdoor.com
1584
+ response: !ruby/struct:VCR::Response
1585
+ status: !ruby/struct:VCR::ResponseStatus
1586
+ code: 201
1587
+ message: CREATED
1588
+ headers:
1589
+ content-type:
1590
+ - application/json; charset=utf-8
1591
+ connection:
1592
+ - Close
1593
+ date:
1594
+ - Tue, 07 Sep 2010 22:39:58 GMT
1595
+ server:
1596
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1597
+ content-length:
1598
+ - "449"
1599
+ vary:
1600
+ - Authorization,Cookie
1601
+ body: |-
1602
+ [
1603
+ {
1604
+ "read_only": 0,
1605
+ "modified_timestamp": 1282851363,
1606
+ "resource_name": "end_user",
1607
+ "award_summaries": [],
1608
+ "level_summaries": [],
1609
+ "sent_good_summaries": [],
1610
+ "currency_balances": [],
1611
+ "created_timestamp": 1282851363,
1612
+ "end_user_login": "fakeemailer@trada.com",
1613
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1614
+ "received_good_summaries": []
1615
+ },
1616
+ {}
1617
+ ]
1618
+ http_version: "1.1"
1619
+ - !ruby/struct:VCR::HTTPInteraction
1620
+ request: !ruby/struct:VCR::Request
1621
+ method: :post
1622
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=10ae1495e7288117d73c0bdb199e79bbeb3066013fc3886bee3ae84215e89287&time=1283899199.92&format=json
1623
+ body: token=346d0504090a37e8c73f0a40d51630c0&time=1283899199.92&end_user_login=super_fake%40user.com
1624
+ headers:
1625
+ content-type:
1626
+ - application/x-www-form-urlencoded
1627
+ connection:
1628
+ - close
1629
+ content-length:
1630
+ - "94"
1631
+ host:
1632
+ - api.bigdoor.com
1633
+ response: !ruby/struct:VCR::Response
1634
+ status: !ruby/struct:VCR::ResponseStatus
1635
+ code: 201
1636
+ message: CREATED
1637
+ headers:
1638
+ connection:
1639
+ - Close
1640
+ content-type:
1641
+ - application/json; charset=utf-8
1642
+ server:
1643
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1644
+ date:
1645
+ - Tue, 07 Sep 2010 22:40:00 GMT
1646
+ content-length:
1647
+ - "447"
1648
+ vary:
1649
+ - Authorization,Cookie
1650
+ body: |-
1651
+ [
1652
+ {
1653
+ "read_only": 0,
1654
+ "modified_timestamp": 1283547683,
1655
+ "resource_name": "end_user",
1656
+ "award_summaries": [],
1657
+ "level_summaries": [],
1658
+ "sent_good_summaries": [],
1659
+ "currency_balances": [],
1660
+ "created_timestamp": 1283547683,
1661
+ "end_user_login": "super_fake@user.com",
1662
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1663
+ "received_good_summaries": []
1664
+ },
1665
+ {}
1666
+ ]
1667
+ http_version: "1.1"
1668
+ - !ruby/struct:VCR::HTTPInteraction
1669
+ request: !ruby/struct:VCR::Request
1670
+ method: :post
1671
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=bed54baeb54fed1104662b41b17888b2ca99d567e675605c7e14cb3b6e78edd7&time=1283899547.15&format=json
1672
+ body: token=4604c970d781f6f8a4d65b87a2106f98&time=1283899547.15&end_user_login=fakeemailer%40trada.com&guid=338e74b0752e1dead027a3cfa1048ba4
1673
+ headers:
1674
+ connection:
1675
+ - close
1676
+ content-type:
1677
+ - application/x-www-form-urlencoded
1678
+ content-length:
1679
+ - "134"
1680
+ host:
1681
+ - api.bigdoor.com
1682
+ response: !ruby/struct:VCR::Response
1683
+ status: !ruby/struct:VCR::ResponseStatus
1684
+ code: 201
1685
+ message: CREATED
1686
+ headers:
1687
+ content-type:
1688
+ - application/json; charset=utf-8
1689
+ connection:
1690
+ - Close
1691
+ date:
1692
+ - Tue, 07 Sep 2010 22:45:47 GMT
1693
+ server:
1694
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1695
+ content-length:
1696
+ - "449"
1697
+ vary:
1698
+ - Authorization,Cookie
1699
+ body: |-
1700
+ [
1701
+ {
1702
+ "read_only": 0,
1703
+ "modified_timestamp": 1282851363,
1704
+ "resource_name": "end_user",
1705
+ "award_summaries": [],
1706
+ "level_summaries": [],
1707
+ "sent_good_summaries": [],
1708
+ "currency_balances": [],
1709
+ "created_timestamp": 1282851363,
1710
+ "end_user_login": "fakeemailer@trada.com",
1711
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1712
+ "received_good_summaries": []
1713
+ },
1714
+ {}
1715
+ ]
1716
+ http_version: "1.1"
1717
+ - !ruby/struct:VCR::HTTPInteraction
1718
+ request: !ruby/struct:VCR::Request
1719
+ method: :post
1720
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?sig=69d0727c10a9c99e72b25eaf5689f7c643c98f888a48bd81ea2c01d0081cf347&time=1283899548.75&format=json
1721
+ body: token=34dfe53cd1abfc1f6c50eecf4a5a585b&time=1283899548.75&end_user_login=super_fake%40user.com
1722
+ headers:
1723
+ content-type:
1724
+ - application/x-www-form-urlencoded
1725
+ connection:
1726
+ - close
1727
+ content-length:
1728
+ - "94"
1729
+ host:
1730
+ - api.bigdoor.com
1731
+ response: !ruby/struct:VCR::Response
1732
+ status: !ruby/struct:VCR::ResponseStatus
1733
+ code: 201
1734
+ message: CREATED
1735
+ headers:
1736
+ connection:
1737
+ - Close
1738
+ content-type:
1739
+ - application/json; charset=utf-8
1740
+ server:
1741
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1742
+ date:
1743
+ - Tue, 07 Sep 2010 22:45:48 GMT
1744
+ content-length:
1745
+ - "447"
1746
+ vary:
1747
+ - Authorization,Cookie
1748
+ body: |-
1749
+ [
1750
+ {
1751
+ "read_only": 0,
1752
+ "modified_timestamp": 1283547683,
1753
+ "resource_name": "end_user",
1754
+ "award_summaries": [],
1755
+ "level_summaries": [],
1756
+ "sent_good_summaries": [],
1757
+ "currency_balances": [],
1758
+ "created_timestamp": 1283547683,
1759
+ "end_user_login": "super_fake@user.com",
1760
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1761
+ "received_good_summaries": []
1762
+ },
1763
+ {}
1764
+ ]
1765
+ http_version: "1.1"
1766
+ - !ruby/struct:VCR::HTTPInteraction
1767
+ request: !ruby/struct:VCR::Request
1768
+ method: :post
1769
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283899778.37&format=json&sig=907d7cf14f5eaf1709f690a9b2865a7821b17e0065dfca4f1c506a05c45dc17a
1770
+ body: time=1283899778.37&end_user_login=fakeemailer%40trada.com&guid=6066907681d3bbdde5ce4b5ad1c8a20f&token=9e207c3bc89cb849e91e885345fbd8d3
1771
+ headers:
1772
+ connection:
1773
+ - close
1774
+ response: !ruby/struct:VCR::Response
1775
+ status: !ruby/struct:VCR::ResponseStatus
1776
+ code: 201
1777
+ message: CREATED
1778
+ headers:
1779
+ content-type:
1780
+ - application/json; charset=utf-8
1781
+ connection:
1782
+ - Close
1783
+ date:
1784
+ - Tue, 07 Sep 2010 22:49:38 GMT
1785
+ server:
1786
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1787
+ content-length:
1788
+ - "449"
1789
+ vary:
1790
+ - Authorization,Cookie
1791
+ body: |-
1792
+ [
1793
+ {
1794
+ "read_only": 0,
1795
+ "modified_timestamp": 1282851363,
1796
+ "resource_name": "end_user",
1797
+ "award_summaries": [],
1798
+ "level_summaries": [],
1799
+ "sent_good_summaries": [],
1800
+ "currency_balances": [],
1801
+ "created_timestamp": 1282851363,
1802
+ "end_user_login": "fakeemailer@trada.com",
1803
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1804
+ "received_good_summaries": []
1805
+ },
1806
+ {}
1807
+ ]
1808
+ http_version: "1.1"
1809
+ - !ruby/struct:VCR::HTTPInteraction
1810
+ request: !ruby/struct:VCR::Request
1811
+ method: :post
1812
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283899780.52&format=json&sig=06acd1946dac99b864970046e63dffd3da8837d73cce71efcdba8bb10b5cce43
1813
+ body: time=1283899780.52&end_user_login=super_fake%40user.com&token=9e19d01ae649a880de8043b7e49a0bd5
1814
+ headers:
1815
+ connection:
1816
+ - close
1817
+ response: !ruby/struct:VCR::Response
1818
+ status: !ruby/struct:VCR::ResponseStatus
1819
+ code: 201
1820
+ message: CREATED
1821
+ headers:
1822
+ connection:
1823
+ - Close
1824
+ content-type:
1825
+ - application/json; charset=utf-8
1826
+ server:
1827
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1828
+ date:
1829
+ - Tue, 07 Sep 2010 22:49:40 GMT
1830
+ content-length:
1831
+ - "447"
1832
+ vary:
1833
+ - Authorization,Cookie
1834
+ body: |-
1835
+ [
1836
+ {
1837
+ "read_only": 0,
1838
+ "modified_timestamp": 1283547683,
1839
+ "resource_name": "end_user",
1840
+ "award_summaries": [],
1841
+ "level_summaries": [],
1842
+ "sent_good_summaries": [],
1843
+ "currency_balances": [],
1844
+ "created_timestamp": 1283547683,
1845
+ "end_user_login": "super_fake@user.com",
1846
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1847
+ "received_good_summaries": []
1848
+ },
1849
+ {}
1850
+ ]
1851
+ http_version: "1.1"
1852
+ - !ruby/struct:VCR::HTTPInteraction
1853
+ request: !ruby/struct:VCR::Request
1854
+ method: :post
1855
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283900536.04&format=json&sig=58a30cb0ed33a50abc409c46412bb8e0b80ed6bfe24300d78d827ebc65df5ab4
1856
+ body: time=1283900536.04&end_user_login=fakeemailer%40trada.com&guid=0f561926355c62c8e9d3bc2a6d737f04&token=f91ad0712de534692bebad3577dd9004
1857
+ headers:
1858
+ connection:
1859
+ - close
1860
+ response: !ruby/struct:VCR::Response
1861
+ status: !ruby/struct:VCR::ResponseStatus
1862
+ code: 201
1863
+ message: CREATED
1864
+ headers:
1865
+ content-type:
1866
+ - application/json; charset=utf-8
1867
+ connection:
1868
+ - Close
1869
+ date:
1870
+ - Tue, 07 Sep 2010 23:02:16 GMT
1871
+ server:
1872
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1873
+ content-length:
1874
+ - "449"
1875
+ vary:
1876
+ - Authorization,Cookie
1877
+ body: |-
1878
+ [
1879
+ {
1880
+ "read_only": 0,
1881
+ "modified_timestamp": 1282851363,
1882
+ "resource_name": "end_user",
1883
+ "award_summaries": [],
1884
+ "level_summaries": [],
1885
+ "sent_good_summaries": [],
1886
+ "currency_balances": [],
1887
+ "created_timestamp": 1282851363,
1888
+ "end_user_login": "fakeemailer@trada.com",
1889
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1890
+ "received_good_summaries": []
1891
+ },
1892
+ {}
1893
+ ]
1894
+ http_version: "1.1"
1895
+ - !ruby/struct:VCR::HTTPInteraction
1896
+ request: !ruby/struct:VCR::Request
1897
+ method: :post
1898
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283900538.46&format=json&sig=a2afd85dce2397b3c39da0aa883e8cf9be99620b7ed2bbfd09429cb68cbd86a0
1899
+ body: time=1283900538.46&end_user_login=super_fake%40user.com&token=63eef3b30ff3457a8a95bf35f73beef3
1900
+ headers:
1901
+ connection:
1902
+ - close
1903
+ response: !ruby/struct:VCR::Response
1904
+ status: !ruby/struct:VCR::ResponseStatus
1905
+ code: 201
1906
+ message: CREATED
1907
+ headers:
1908
+ connection:
1909
+ - Close
1910
+ content-type:
1911
+ - application/json; charset=utf-8
1912
+ server:
1913
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1914
+ date:
1915
+ - Tue, 07 Sep 2010 23:02:18 GMT
1916
+ content-length:
1917
+ - "447"
1918
+ vary:
1919
+ - Authorization,Cookie
1920
+ body: |-
1921
+ [
1922
+ {
1923
+ "read_only": 0,
1924
+ "modified_timestamp": 1283547683,
1925
+ "resource_name": "end_user",
1926
+ "award_summaries": [],
1927
+ "level_summaries": [],
1928
+ "sent_good_summaries": [],
1929
+ "currency_balances": [],
1930
+ "created_timestamp": 1283547683,
1931
+ "end_user_login": "super_fake@user.com",
1932
+ "guid": "688e976bb79e11dfa5175170d58eb338",
1933
+ "received_good_summaries": []
1934
+ },
1935
+ {}
1936
+ ]
1937
+ http_version: "1.1"
1938
+ - !ruby/struct:VCR::HTTPInteraction
1939
+ request: !ruby/struct:VCR::Request
1940
+ method: :post
1941
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283963982.34&format=json&sig=c24d2bdc39ec66eb1509f3ae6d99c517cc5374a4c0ff7aec64ffd3b251e6fe84
1942
+ body: time=1283963982.34&end_user_login=fakeemailer%40trada.com&guid=2ec1af434c3afe5ee692e2f508a0fb0d&token=16afd0dc233e0ecd68835d48e0ad24ae
1943
+ headers:
1944
+ connection:
1945
+ - close
1946
+ response: !ruby/struct:VCR::Response
1947
+ status: !ruby/struct:VCR::ResponseStatus
1948
+ code: 201
1949
+ message: CREATED
1950
+ headers:
1951
+ content-type:
1952
+ - application/json; charset=utf-8
1953
+ connection:
1954
+ - Close
1955
+ date:
1956
+ - Wed, 08 Sep 2010 16:39:42 GMT
1957
+ server:
1958
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
1959
+ content-length:
1960
+ - "449"
1961
+ vary:
1962
+ - Authorization,Cookie
1963
+ body: |-
1964
+ [
1965
+ {
1966
+ "read_only": 0,
1967
+ "modified_timestamp": 1282851363,
1968
+ "resource_name": "end_user",
1969
+ "award_summaries": [],
1970
+ "level_summaries": [],
1971
+ "sent_good_summaries": [],
1972
+ "currency_balances": [],
1973
+ "created_timestamp": 1282851363,
1974
+ "end_user_login": "fakeemailer@trada.com",
1975
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
1976
+ "received_good_summaries": []
1977
+ },
1978
+ {}
1979
+ ]
1980
+ http_version: "1.1"
1981
+ - !ruby/struct:VCR::HTTPInteraction
1982
+ request: !ruby/struct:VCR::Request
1983
+ method: :post
1984
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283963984.62&format=json&sig=08386339b8723945f820acdf80b572ab943af7eb0be69d895b08fe187c4df1c9
1985
+ body: time=1283963984.62&end_user_login=super_fake%40user.com&token=d260d39887d4e144cd65fa16fa0325f1
1986
+ headers:
1987
+ connection:
1988
+ - close
1989
+ response: !ruby/struct:VCR::Response
1990
+ status: !ruby/struct:VCR::ResponseStatus
1991
+ code: 201
1992
+ message: CREATED
1993
+ headers:
1994
+ connection:
1995
+ - Close
1996
+ content-type:
1997
+ - application/json; charset=utf-8
1998
+ server:
1999
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2000
+ date:
2001
+ - Wed, 08 Sep 2010 16:39:44 GMT
2002
+ content-length:
2003
+ - "447"
2004
+ vary:
2005
+ - Authorization,Cookie
2006
+ body: |-
2007
+ [
2008
+ {
2009
+ "read_only": 0,
2010
+ "modified_timestamp": 1283547683,
2011
+ "resource_name": "end_user",
2012
+ "award_summaries": [],
2013
+ "level_summaries": [],
2014
+ "sent_good_summaries": [],
2015
+ "currency_balances": [],
2016
+ "created_timestamp": 1283547683,
2017
+ "end_user_login": "super_fake@user.com",
2018
+ "guid": "688e976bb79e11dfa5175170d58eb338",
2019
+ "received_good_summaries": []
2020
+ },
2021
+ {}
2022
+ ]
2023
+ http_version: "1.1"
2024
+ - !ruby/struct:VCR::HTTPInteraction
2025
+ request: !ruby/struct:VCR::Request
2026
+ method: :post
2027
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964225.05&format=json&sig=913b2f63d2b217902ea83220ac0203b10e558a19a5ea3bfb13808c3bb8bbba55
2028
+ body: time=1283964225.05&end_user_login=fakeemailer%40trada.com&guid=c611edd2a1229ad092deab297fd451bc&token=e4d81458da2eab8df22eed1b730d2c25
2029
+ headers:
2030
+ connection:
2031
+ - close
2032
+ response: !ruby/struct:VCR::Response
2033
+ status: !ruby/struct:VCR::ResponseStatus
2034
+ code: 201
2035
+ message: CREATED
2036
+ headers:
2037
+ content-type:
2038
+ - application/json; charset=utf-8
2039
+ connection:
2040
+ - Close
2041
+ date:
2042
+ - Wed, 08 Sep 2010 16:43:45 GMT
2043
+ server:
2044
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2045
+ content-length:
2046
+ - "449"
2047
+ vary:
2048
+ - Authorization,Cookie
2049
+ body: |-
2050
+ [
2051
+ {
2052
+ "read_only": 0,
2053
+ "modified_timestamp": 1282851363,
2054
+ "resource_name": "end_user",
2055
+ "award_summaries": [],
2056
+ "level_summaries": [],
2057
+ "sent_good_summaries": [],
2058
+ "currency_balances": [],
2059
+ "created_timestamp": 1282851363,
2060
+ "end_user_login": "fakeemailer@trada.com",
2061
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2062
+ "received_good_summaries": []
2063
+ },
2064
+ {}
2065
+ ]
2066
+ http_version: "1.1"
2067
+ - !ruby/struct:VCR::HTTPInteraction
2068
+ request: !ruby/struct:VCR::Request
2069
+ method: :post
2070
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964237.16&format=json&sig=c9dca656acfac8a5f6abb71cd4a1df7c8bf1eb095ce8a213cdb048f6106336f6
2071
+ body: time=1283964237.16&end_user_login=super_fake%40user.com&token=4eb615b5e6387148f36dd123aca92e6f
2072
+ headers:
2073
+ connection:
2074
+ - close
2075
+ response: !ruby/struct:VCR::Response
2076
+ status: !ruby/struct:VCR::ResponseStatus
2077
+ code: 201
2078
+ message: CREATED
2079
+ headers:
2080
+ connection:
2081
+ - Close
2082
+ content-type:
2083
+ - application/json; charset=utf-8
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
+ date:
2087
+ - Wed, 08 Sep 2010 16:43:57 GMT
2088
+ content-length:
2089
+ - "447"
2090
+ vary:
2091
+ - Authorization,Cookie
2092
+ body: |-
2093
+ [
2094
+ {
2095
+ "read_only": 0,
2096
+ "modified_timestamp": 1283547683,
2097
+ "resource_name": "end_user",
2098
+ "award_summaries": [],
2099
+ "level_summaries": [],
2100
+ "sent_good_summaries": [],
2101
+ "currency_balances": [],
2102
+ "created_timestamp": 1283547683,
2103
+ "end_user_login": "super_fake@user.com",
2104
+ "guid": "688e976bb79e11dfa5175170d58eb338",
2105
+ "received_good_summaries": []
2106
+ },
2107
+ {}
2108
+ ]
2109
+ http_version: "1.1"
2110
+ - !ruby/struct:VCR::HTTPInteraction
2111
+ request: !ruby/struct:VCR::Request
2112
+ method: :post
2113
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964288.46&format=json&sig=210ba39600203c8c4ccac76725dbb3c3ec23565353f558fea8c87722276b5e45
2114
+ body: time=1283964288.46&end_user_login=fakeemailer%40trada.com&guid=8f2db7477f30e4f7015134ee876e3bf8&token=dac122790ff1584bfce29024f3b3c5f4
2115
+ headers:
2116
+ connection:
2117
+ - close
2118
+ response: !ruby/struct:VCR::Response
2119
+ status: !ruby/struct:VCR::ResponseStatus
2120
+ code: 201
2121
+ message: CREATED
2122
+ headers:
2123
+ content-type:
2124
+ - application/json; charset=utf-8
2125
+ connection:
2126
+ - Close
2127
+ date:
2128
+ - Wed, 08 Sep 2010 16:44:48 GMT
2129
+ server:
2130
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2131
+ content-length:
2132
+ - "449"
2133
+ vary:
2134
+ - Authorization,Cookie
2135
+ body: |-
2136
+ [
2137
+ {
2138
+ "read_only": 0,
2139
+ "modified_timestamp": 1282851363,
2140
+ "resource_name": "end_user",
2141
+ "award_summaries": [],
2142
+ "level_summaries": [],
2143
+ "sent_good_summaries": [],
2144
+ "currency_balances": [],
2145
+ "created_timestamp": 1282851363,
2146
+ "end_user_login": "fakeemailer@trada.com",
2147
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2148
+ "received_good_summaries": []
2149
+ },
2150
+ {}
2151
+ ]
2152
+ http_version: "1.1"
2153
+ - !ruby/struct:VCR::HTTPInteraction
2154
+ request: !ruby/struct:VCR::Request
2155
+ method: :post
2156
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964290.97&format=json&sig=6e0e47f05930c22d05c8a82a79b11fb6dbaf72387faf0eb1113e5c034340adc9
2157
+ body: time=1283964290.97&end_user_login=super_fake&token=41070e1a5974b6d7b1a81f2d98b80594
2158
+ headers:
2159
+ connection:
2160
+ - close
2161
+ response: !ruby/struct:VCR::Response
2162
+ status: !ruby/struct:VCR::ResponseStatus
2163
+ code: 201
2164
+ message: CREATED
2165
+ headers:
2166
+ connection:
2167
+ - Close
2168
+ content-type:
2169
+ - application/json; charset=utf-8
2170
+ server:
2171
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2172
+ date:
2173
+ - Wed, 08 Sep 2010 16:44:51 GMT
2174
+ content-length:
2175
+ - "438"
2176
+ vary:
2177
+ - Authorization,Cookie
2178
+ body: |-
2179
+ [
2180
+ {
2181
+ "read_only": 0,
2182
+ "modified_timestamp": 1283964291,
2183
+ "resource_name": "end_user",
2184
+ "award_summaries": [],
2185
+ "level_summaries": [],
2186
+ "sent_good_summaries": [],
2187
+ "currency_balances": [],
2188
+ "created_timestamp": 1283964291,
2189
+ "end_user_login": "super_fake",
2190
+ "guid": "66624507bb6811dfb51b97311577d840",
2191
+ "received_good_summaries": []
2192
+ },
2193
+ {}
2194
+ ]
2195
+ http_version: "1.1"
2196
+ - !ruby/struct:VCR::HTTPInteraction
2197
+ request: !ruby/struct:VCR::Request
2198
+ method: :post
2199
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964332.74&format=json&sig=b0ba8da1b09a7eb94dbc74d48547ae87086566c82d3d1abaa36d9c7d8d241db4
2200
+ body: time=1283964332.74&end_user_login=fakeemailer%40trada.com&guid=af926935b72c83d59de0e8553576fc6d&token=3e0ea3bcd268a2e62094915f814276c2
2201
+ headers:
2202
+ connection:
2203
+ - close
2204
+ response: !ruby/struct:VCR::Response
2205
+ status: !ruby/struct:VCR::ResponseStatus
2206
+ code: 201
2207
+ message: CREATED
2208
+ headers:
2209
+ content-type:
2210
+ - application/json; charset=utf-8
2211
+ connection:
2212
+ - Close
2213
+ date:
2214
+ - Wed, 08 Sep 2010 16:45:33 GMT
2215
+ server:
2216
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2217
+ content-length:
2218
+ - "449"
2219
+ vary:
2220
+ - Authorization,Cookie
2221
+ body: |-
2222
+ [
2223
+ {
2224
+ "read_only": 0,
2225
+ "modified_timestamp": 1282851363,
2226
+ "resource_name": "end_user",
2227
+ "award_summaries": [],
2228
+ "level_summaries": [],
2229
+ "sent_good_summaries": [],
2230
+ "currency_balances": [],
2231
+ "created_timestamp": 1282851363,
2232
+ "end_user_login": "fakeemailer@trada.com",
2233
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2234
+ "received_good_summaries": []
2235
+ },
2236
+ {}
2237
+ ]
2238
+ http_version: "1.1"
2239
+ - !ruby/struct:VCR::HTTPInteraction
2240
+ request: !ruby/struct:VCR::Request
2241
+ method: :post
2242
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964335.00&format=json&sig=08e37e11cb83ac5399814ca58d12c15af275bb3224bfdb3252d3ac3e09cb19f6
2243
+ body: time=1283964335.00&end_user_login=super_fake%40user.com&token=d7d8467f120bf85f079761da7dc90910
2244
+ headers:
2245
+ connection:
2246
+ - close
2247
+ response: !ruby/struct:VCR::Response
2248
+ status: !ruby/struct:VCR::ResponseStatus
2249
+ code: 201
2250
+ message: CREATED
2251
+ headers:
2252
+ connection:
2253
+ - Close
2254
+ content-type:
2255
+ - application/json; charset=utf-8
2256
+ server:
2257
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2258
+ date:
2259
+ - Wed, 08 Sep 2010 16:45:35 GMT
2260
+ content-length:
2261
+ - "447"
2262
+ vary:
2263
+ - Authorization,Cookie
2264
+ body: |-
2265
+ [
2266
+ {
2267
+ "read_only": 0,
2268
+ "modified_timestamp": 1283547683,
2269
+ "resource_name": "end_user",
2270
+ "award_summaries": [],
2271
+ "level_summaries": [],
2272
+ "sent_good_summaries": [],
2273
+ "currency_balances": [],
2274
+ "created_timestamp": 1283547683,
2275
+ "end_user_login": "super_fake@user.com",
2276
+ "guid": "688e976bb79e11dfa5175170d58eb338",
2277
+ "received_good_summaries": []
2278
+ },
2279
+ {}
2280
+ ]
2281
+ http_version: "1.1"
2282
+ - !ruby/struct:VCR::HTTPInteraction
2283
+ request: !ruby/struct:VCR::Request
2284
+ method: :post
2285
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964380.30&format=json&sig=a544406a85e3e9d71e45079d6ec9df7c0dabae9429fdd0a7fb8910c7525ba84f
2286
+ body: time=1283964380.30&end_user_login=fakeemailer%40trada.com&guid=dfaf619beb31317790c99b93d13a9f7f&token=cdfbd7d2cb4cb2b19bced63c31bddaee
2287
+ headers:
2288
+ connection:
2289
+ - close
2290
+ response: !ruby/struct:VCR::Response
2291
+ status: !ruby/struct:VCR::ResponseStatus
2292
+ code: 201
2293
+ message: CREATED
2294
+ headers:
2295
+ content-type:
2296
+ - application/json; charset=utf-8
2297
+ connection:
2298
+ - Close
2299
+ date:
2300
+ - Wed, 08 Sep 2010 16:46:20 GMT
2301
+ server:
2302
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2303
+ content-length:
2304
+ - "449"
2305
+ vary:
2306
+ - Authorization,Cookie
2307
+ body: |-
2308
+ [
2309
+ {
2310
+ "read_only": 0,
2311
+ "modified_timestamp": 1282851363,
2312
+ "resource_name": "end_user",
2313
+ "award_summaries": [],
2314
+ "level_summaries": [],
2315
+ "sent_good_summaries": [],
2316
+ "currency_balances": [],
2317
+ "created_timestamp": 1282851363,
2318
+ "end_user_login": "fakeemailer@trada.com",
2319
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2320
+ "received_good_summaries": []
2321
+ },
2322
+ {}
2323
+ ]
2324
+ http_version: "1.1"
2325
+ - !ruby/struct:VCR::HTTPInteraction
2326
+ request: !ruby/struct:VCR::Request
2327
+ method: :post
2328
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964383.74&format=json&sig=665bee0ba0f9c23fbbefef9bc3467f1e5cb6f407d2747afa9c69603ea8069893
2329
+ body: time=1283964383.74&end_user_login=super_fake%40user.com&token=4aa81873c371ba70fd43eab26f5bd58d
2330
+ headers:
2331
+ connection:
2332
+ - close
2333
+ response: !ruby/struct:VCR::Response
2334
+ status: !ruby/struct:VCR::ResponseStatus
2335
+ code: 201
2336
+ message: CREATED
2337
+ headers:
2338
+ connection:
2339
+ - Close
2340
+ content-type:
2341
+ - application/json; charset=utf-8
2342
+ server:
2343
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2344
+ date:
2345
+ - Wed, 08 Sep 2010 16:46:23 GMT
2346
+ content-length:
2347
+ - "447"
2348
+ vary:
2349
+ - Authorization,Cookie
2350
+ body: |-
2351
+ [
2352
+ {
2353
+ "read_only": 0,
2354
+ "modified_timestamp": 1283547683,
2355
+ "resource_name": "end_user",
2356
+ "award_summaries": [],
2357
+ "level_summaries": [],
2358
+ "sent_good_summaries": [],
2359
+ "currency_balances": [],
2360
+ "created_timestamp": 1283547683,
2361
+ "end_user_login": "super_fake@user.com",
2362
+ "guid": "688e976bb79e11dfa5175170d58eb338",
2363
+ "received_good_summaries": []
2364
+ },
2365
+ {}
2366
+ ]
2367
+ http_version: "1.1"
2368
+ - !ruby/struct:VCR::HTTPInteraction
2369
+ request: !ruby/struct:VCR::Request
2370
+ method: :post
2371
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964415.49&format=json&sig=7211df092097d72d242ae49c13f5bc15495d9fcb9f8eeab60ce50aa77dcf4b9e
2372
+ body: time=1283964415.49&end_user_login=fakeemailer%40trada.com&guid=8e4a98a0549c1198ff69687e85a75fbd&token=5466feaf208b071282fed9bf3c3eaff2
2373
+ headers:
2374
+ connection:
2375
+ - close
2376
+ response: !ruby/struct:VCR::Response
2377
+ status: !ruby/struct:VCR::ResponseStatus
2378
+ code: 201
2379
+ message: CREATED
2380
+ headers:
2381
+ content-type:
2382
+ - application/json; charset=utf-8
2383
+ connection:
2384
+ - Close
2385
+ date:
2386
+ - Wed, 08 Sep 2010 16:46:55 GMT
2387
+ server:
2388
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2389
+ content-length:
2390
+ - "449"
2391
+ vary:
2392
+ - Authorization,Cookie
2393
+ body: |-
2394
+ [
2395
+ {
2396
+ "read_only": 0,
2397
+ "modified_timestamp": 1282851363,
2398
+ "resource_name": "end_user",
2399
+ "award_summaries": [],
2400
+ "level_summaries": [],
2401
+ "sent_good_summaries": [],
2402
+ "currency_balances": [],
2403
+ "created_timestamp": 1282851363,
2404
+ "end_user_login": "fakeemailer@trada.com",
2405
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2406
+ "received_good_summaries": []
2407
+ },
2408
+ {}
2409
+ ]
2410
+ http_version: "1.1"
2411
+ - !ruby/struct:VCR::HTTPInteraction
2412
+ request: !ruby/struct:VCR::Request
2413
+ method: :post
2414
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964417.42&format=json&sig=db1d956075ec8c73cd3f619215b55518cc4301ad8ed206944a44b105524d6162
2415
+ body: time=1283964417.42&end_user_login=super_fake%40user.com&token=af5c85956445ac973b1414ba6ff74f51
2416
+ headers:
2417
+ connection:
2418
+ - close
2419
+ response: !ruby/struct:VCR::Response
2420
+ status: !ruby/struct:VCR::ResponseStatus
2421
+ code: 201
2422
+ message: CREATED
2423
+ headers:
2424
+ connection:
2425
+ - Close
2426
+ content-type:
2427
+ - application/json; charset=utf-8
2428
+ server:
2429
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2430
+ date:
2431
+ - Wed, 08 Sep 2010 16:46:57 GMT
2432
+ content-length:
2433
+ - "447"
2434
+ vary:
2435
+ - Authorization,Cookie
2436
+ body: |-
2437
+ [
2438
+ {
2439
+ "read_only": 0,
2440
+ "modified_timestamp": 1283547683,
2441
+ "resource_name": "end_user",
2442
+ "award_summaries": [],
2443
+ "level_summaries": [],
2444
+ "sent_good_summaries": [],
2445
+ "currency_balances": [],
2446
+ "created_timestamp": 1283547683,
2447
+ "end_user_login": "super_fake@user.com",
2448
+ "guid": "688e976bb79e11dfa5175170d58eb338",
2449
+ "received_good_summaries": []
2450
+ },
2451
+ {}
2452
+ ]
2453
+ http_version: "1.1"
2454
+ - !ruby/struct:VCR::HTTPInteraction
2455
+ request: !ruby/struct:VCR::Request
2456
+ method: :post
2457
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964470.11&format=json&sig=eb2ad0afb444eb76e9b667c11f48648ab91c129097ad420d2a4ef9baa23d5bde
2458
+ body: time=1283964470.11&end_user_login=fakeemailer%40trada.com&guid=a8f16874ad11d2d0f3232e7e8c6e7ae4&token=700fa9f372b1b5245fb08a1f43668068
2459
+ headers:
2460
+ connection:
2461
+ - close
2462
+ response: !ruby/struct:VCR::Response
2463
+ status: !ruby/struct:VCR::ResponseStatus
2464
+ code: 201
2465
+ message: CREATED
2466
+ headers:
2467
+ content-type:
2468
+ - application/json; charset=utf-8
2469
+ connection:
2470
+ - Close
2471
+ date:
2472
+ - Wed, 08 Sep 2010 16:47:50 GMT
2473
+ server:
2474
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2475
+ content-length:
2476
+ - "449"
2477
+ vary:
2478
+ - Authorization,Cookie
2479
+ body: |-
2480
+ [
2481
+ {
2482
+ "read_only": 0,
2483
+ "modified_timestamp": 1282851363,
2484
+ "resource_name": "end_user",
2485
+ "award_summaries": [],
2486
+ "level_summaries": [],
2487
+ "sent_good_summaries": [],
2488
+ "currency_balances": [],
2489
+ "created_timestamp": 1282851363,
2490
+ "end_user_login": "fakeemailer@trada.com",
2491
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2492
+ "received_good_summaries": []
2493
+ },
2494
+ {}
2495
+ ]
2496
+ http_version: "1.1"
2497
+ - !ruby/struct:VCR::HTTPInteraction
2498
+ request: !ruby/struct:VCR::Request
2499
+ method: :post
2500
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964471.91&format=json&sig=90f1c4147d1799ac5e1477958ba5f13dab4129d71fab2129644b39acbe6c24b6
2501
+ body: time=1283964471.91&end_user_login=super_fake%2540user.com&token=c24f4768e0dfd8f359568dc0ed8d3e9d
2502
+ headers:
2503
+ connection:
2504
+ - close
2505
+ response: !ruby/struct:VCR::Response
2506
+ status: !ruby/struct:VCR::ResponseStatus
2507
+ code: 201
2508
+ message: CREATED
2509
+ headers:
2510
+ connection:
2511
+ - Close
2512
+ content-type:
2513
+ - application/json; charset=utf-8
2514
+ server:
2515
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2516
+ date:
2517
+ - Wed, 08 Sep 2010 16:47:52 GMT
2518
+ content-length:
2519
+ - "449"
2520
+ vary:
2521
+ - Authorization,Cookie
2522
+ body: |-
2523
+ [
2524
+ {
2525
+ "read_only": 0,
2526
+ "modified_timestamp": 1283964472,
2527
+ "resource_name": "end_user",
2528
+ "award_summaries": [],
2529
+ "level_summaries": [],
2530
+ "sent_good_summaries": [],
2531
+ "currency_balances": [],
2532
+ "created_timestamp": 1283964472,
2533
+ "end_user_login": "super_fake%40user.com",
2534
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
2535
+ "received_good_summaries": []
2536
+ },
2537
+ {}
2538
+ ]
2539
+ http_version: "1.1"
2540
+ - !ruby/struct:VCR::HTTPInteraction
2541
+ request: !ruby/struct:VCR::Request
2542
+ method: :post
2543
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964548.69&format=json&sig=d53998be3bd2c3dad8bb834e9d6825250ebe44dfee99bd127798fc5d736530bd
2544
+ body: time=1283964548.69&end_user_login=fakeemailer%40trada.com&guid=66db0ecc43934c2ab34f0082c8de9b55&token=3e441b4657132f411957b724044ad933
2545
+ headers:
2546
+ connection:
2547
+ - close
2548
+ response: !ruby/struct:VCR::Response
2549
+ status: !ruby/struct:VCR::ResponseStatus
2550
+ code: 201
2551
+ message: CREATED
2552
+ headers:
2553
+ content-type:
2554
+ - application/json; charset=utf-8
2555
+ connection:
2556
+ - Close
2557
+ date:
2558
+ - Wed, 08 Sep 2010 16:49:08 GMT
2559
+ server:
2560
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2561
+ content-length:
2562
+ - "449"
2563
+ vary:
2564
+ - Authorization,Cookie
2565
+ body: |-
2566
+ [
2567
+ {
2568
+ "read_only": 0,
2569
+ "modified_timestamp": 1282851363,
2570
+ "resource_name": "end_user",
2571
+ "award_summaries": [],
2572
+ "level_summaries": [],
2573
+ "sent_good_summaries": [],
2574
+ "currency_balances": [],
2575
+ "created_timestamp": 1282851363,
2576
+ "end_user_login": "fakeemailer@trada.com",
2577
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2578
+ "received_good_summaries": []
2579
+ },
2580
+ {}
2581
+ ]
2582
+ http_version: "1.1"
2583
+ - !ruby/struct:VCR::HTTPInteraction
2584
+ request: !ruby/struct:VCR::Request
2585
+ method: :post
2586
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283964551.22&format=json&sig=e9c07d3f8c052dbcb7a6aaa651a46c236330dcda118ece15d53a09c9b2193d01
2587
+ body: time=1283964551.22&end_user_login=super_fake%2540user.com&token=fcfe660625478efffec383d320a93db9
2588
+ headers:
2589
+ connection:
2590
+ - close
2591
+ response: !ruby/struct:VCR::Response
2592
+ status: !ruby/struct:VCR::ResponseStatus
2593
+ code: 201
2594
+ message: CREATED
2595
+ headers:
2596
+ connection:
2597
+ - Close
2598
+ content-type:
2599
+ - application/json; charset=utf-8
2600
+ server:
2601
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2602
+ date:
2603
+ - Wed, 08 Sep 2010 16:49:11 GMT
2604
+ content-length:
2605
+ - "449"
2606
+ vary:
2607
+ - Authorization,Cookie
2608
+ body: |-
2609
+ [
2610
+ {
2611
+ "read_only": 0,
2612
+ "modified_timestamp": 1283964472,
2613
+ "resource_name": "end_user",
2614
+ "award_summaries": [],
2615
+ "level_summaries": [],
2616
+ "sent_good_summaries": [],
2617
+ "currency_balances": [],
2618
+ "created_timestamp": 1283964472,
2619
+ "end_user_login": "super_fake%40user.com",
2620
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
2621
+ "received_good_summaries": []
2622
+ },
2623
+ {}
2624
+ ]
2625
+ http_version: "1.1"
2626
+ - !ruby/struct:VCR::HTTPInteraction
2627
+ request: !ruby/struct:VCR::Request
2628
+ method: :post
2629
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965548.54&delete_token=&format=json&sig=ee1d1a7ccaae2a50d12bc4766b7082b186d9a572694db9b52d2891196477c04a
2630
+ body: time=1283965548.54&end_user_login=fakeemailer%40trada.com&guid=70be614703483670ef65bbdcb7e2e9e2&token=8bfc8c03a143c270a432ff263da417a9
2631
+ headers:
2632
+ connection:
2633
+ - close
2634
+ response: !ruby/struct:VCR::Response
2635
+ status: !ruby/struct:VCR::ResponseStatus
2636
+ code: 201
2637
+ message: CREATED
2638
+ headers:
2639
+ content-type:
2640
+ - application/json; charset=utf-8
2641
+ connection:
2642
+ - Close
2643
+ date:
2644
+ - Wed, 08 Sep 2010 17:05:48 GMT
2645
+ server:
2646
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2647
+ content-length:
2648
+ - "449"
2649
+ vary:
2650
+ - Authorization,Cookie
2651
+ body: |-
2652
+ [
2653
+ {
2654
+ "read_only": 0,
2655
+ "modified_timestamp": 1282851363,
2656
+ "resource_name": "end_user",
2657
+ "award_summaries": [],
2658
+ "level_summaries": [],
2659
+ "sent_good_summaries": [],
2660
+ "currency_balances": [],
2661
+ "created_timestamp": 1282851363,
2662
+ "end_user_login": "fakeemailer@trada.com",
2663
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2664
+ "received_good_summaries": []
2665
+ },
2666
+ {}
2667
+ ]
2668
+ http_version: "1.1"
2669
+ - !ruby/struct:VCR::HTTPInteraction
2670
+ request: !ruby/struct:VCR::Request
2671
+ method: :post
2672
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965549.93&delete_token=&format=json&sig=7e021c8a54ddce660ada40c667714a79a503679dfb95f2d39587d05e797e17fe
2673
+ body: time=1283965549.93&end_user_login=super_fake%2540user.com&token=1378c47445c2830eedb868b1b9279b8f
2674
+ headers:
2675
+ connection:
2676
+ - close
2677
+ response: !ruby/struct:VCR::Response
2678
+ status: !ruby/struct:VCR::ResponseStatus
2679
+ code: 201
2680
+ message: CREATED
2681
+ headers:
2682
+ connection:
2683
+ - Close
2684
+ content-type:
2685
+ - application/json; charset=utf-8
2686
+ server:
2687
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2688
+ date:
2689
+ - Wed, 08 Sep 2010 17:05:50 GMT
2690
+ content-length:
2691
+ - "449"
2692
+ vary:
2693
+ - Authorization,Cookie
2694
+ body: |-
2695
+ [
2696
+ {
2697
+ "read_only": 0,
2698
+ "modified_timestamp": 1283964472,
2699
+ "resource_name": "end_user",
2700
+ "award_summaries": [],
2701
+ "level_summaries": [],
2702
+ "sent_good_summaries": [],
2703
+ "currency_balances": [],
2704
+ "created_timestamp": 1283964472,
2705
+ "end_user_login": "super_fake%40user.com",
2706
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
2707
+ "received_good_summaries": []
2708
+ },
2709
+ {}
2710
+ ]
2711
+ http_version: "1.1"
2712
+ - !ruby/struct:VCR::HTTPInteraction
2713
+ request: !ruby/struct:VCR::Request
2714
+ method: :post
2715
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965565.80&format=json&sig=eba639b8cfbce6a4b6da09654ddb77750afa5b288a1387f4678f903058f86aa7
2716
+ body: time=1283965565.80&end_user_login=fakeemailer%40trada.com&guid=54d4a4955c6e86ab22935938a0af012c&token=54332108aaafe874911068b1b207c1a2
2717
+ headers:
2718
+ connection:
2719
+ - close
2720
+ response: !ruby/struct:VCR::Response
2721
+ status: !ruby/struct:VCR::ResponseStatus
2722
+ code: 201
2723
+ message: CREATED
2724
+ headers:
2725
+ content-type:
2726
+ - application/json; charset=utf-8
2727
+ connection:
2728
+ - Close
2729
+ date:
2730
+ - Wed, 08 Sep 2010 17:06:06 GMT
2731
+ server:
2732
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2733
+ content-length:
2734
+ - "449"
2735
+ vary:
2736
+ - Authorization,Cookie
2737
+ body: |-
2738
+ [
2739
+ {
2740
+ "read_only": 0,
2741
+ "modified_timestamp": 1282851363,
2742
+ "resource_name": "end_user",
2743
+ "award_summaries": [],
2744
+ "level_summaries": [],
2745
+ "sent_good_summaries": [],
2746
+ "currency_balances": [],
2747
+ "created_timestamp": 1282851363,
2748
+ "end_user_login": "fakeemailer@trada.com",
2749
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2750
+ "received_good_summaries": []
2751
+ },
2752
+ {}
2753
+ ]
2754
+ http_version: "1.1"
2755
+ - !ruby/struct:VCR::HTTPInteraction
2756
+ request: !ruby/struct:VCR::Request
2757
+ method: :post
2758
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965568.30&format=json&sig=fbda1a381df106e112434c3de457c18d316d53d15a425910c619cadec5f592b8
2759
+ body: time=1283965568.30&end_user_login=super_fake%2540user.com&token=c40be247d2788b0cae125bd84377fa6e
2760
+ headers:
2761
+ connection:
2762
+ - close
2763
+ response: !ruby/struct:VCR::Response
2764
+ status: !ruby/struct:VCR::ResponseStatus
2765
+ code: 201
2766
+ message: CREATED
2767
+ headers:
2768
+ connection:
2769
+ - Close
2770
+ content-type:
2771
+ - application/json; charset=utf-8
2772
+ server:
2773
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2774
+ date:
2775
+ - Wed, 08 Sep 2010 17:06:08 GMT
2776
+ content-length:
2777
+ - "449"
2778
+ vary:
2779
+ - Authorization,Cookie
2780
+ body: |-
2781
+ [
2782
+ {
2783
+ "read_only": 0,
2784
+ "modified_timestamp": 1283964472,
2785
+ "resource_name": "end_user",
2786
+ "award_summaries": [],
2787
+ "level_summaries": [],
2788
+ "sent_good_summaries": [],
2789
+ "currency_balances": [],
2790
+ "created_timestamp": 1283964472,
2791
+ "end_user_login": "super_fake%40user.com",
2792
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
2793
+ "received_good_summaries": []
2794
+ },
2795
+ {}
2796
+ ]
2797
+ http_version: "1.1"
2798
+ - !ruby/struct:VCR::HTTPInteraction
2799
+ request: !ruby/struct:VCR::Request
2800
+ method: :post
2801
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965605.42&format=json&sig=fd316cc0307830411a25c38907908944da2eef587ead1ff92d027dafbb99fbe2
2802
+ body: time=1283965605.42&end_user_login=fakeemailer%40trada.com&guid=d8cbdbb69a42358af957304d9d6bada5&token=54de10a63567fb3dbdf71dd13ee47e14
2803
+ headers:
2804
+ connection:
2805
+ - close
2806
+ response: !ruby/struct:VCR::Response
2807
+ status: !ruby/struct:VCR::ResponseStatus
2808
+ code: 201
2809
+ message: CREATED
2810
+ headers:
2811
+ content-type:
2812
+ - application/json; charset=utf-8
2813
+ connection:
2814
+ - Close
2815
+ date:
2816
+ - Wed, 08 Sep 2010 17:06:45 GMT
2817
+ server:
2818
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2819
+ content-length:
2820
+ - "449"
2821
+ vary:
2822
+ - Authorization,Cookie
2823
+ body: |-
2824
+ [
2825
+ {
2826
+ "read_only": 0,
2827
+ "modified_timestamp": 1282851363,
2828
+ "resource_name": "end_user",
2829
+ "award_summaries": [],
2830
+ "level_summaries": [],
2831
+ "sent_good_summaries": [],
2832
+ "currency_balances": [],
2833
+ "created_timestamp": 1282851363,
2834
+ "end_user_login": "fakeemailer@trada.com",
2835
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2836
+ "received_good_summaries": []
2837
+ },
2838
+ {}
2839
+ ]
2840
+ http_version: "1.1"
2841
+ - !ruby/struct:VCR::HTTPInteraction
2842
+ request: !ruby/struct:VCR::Request
2843
+ method: :post
2844
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965607.46&format=json&sig=fc028e370c38930970b668571333d0bdde8a5859537d8a966a3cf59ce5ef2af2
2845
+ body: time=1283965607.46&end_user_login=super_fake%2540user.com&token=eefd6d97618780b85ad144ed13a8b594
2846
+ headers:
2847
+ connection:
2848
+ - close
2849
+ response: !ruby/struct:VCR::Response
2850
+ status: !ruby/struct:VCR::ResponseStatus
2851
+ code: 201
2852
+ message: CREATED
2853
+ headers:
2854
+ connection:
2855
+ - Close
2856
+ content-type:
2857
+ - application/json; charset=utf-8
2858
+ server:
2859
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2860
+ date:
2861
+ - Wed, 08 Sep 2010 17:06:47 GMT
2862
+ content-length:
2863
+ - "449"
2864
+ vary:
2865
+ - Authorization,Cookie
2866
+ body: |-
2867
+ [
2868
+ {
2869
+ "read_only": 0,
2870
+ "modified_timestamp": 1283964472,
2871
+ "resource_name": "end_user",
2872
+ "award_summaries": [],
2873
+ "level_summaries": [],
2874
+ "sent_good_summaries": [],
2875
+ "currency_balances": [],
2876
+ "created_timestamp": 1283964472,
2877
+ "end_user_login": "super_fake%40user.com",
2878
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
2879
+ "received_good_summaries": []
2880
+ },
2881
+ {}
2882
+ ]
2883
+ http_version: "1.1"
2884
+ - !ruby/struct:VCR::HTTPInteraction
2885
+ request: !ruby/struct:VCR::Request
2886
+ method: :post
2887
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965818.63&format=json&sig=d7725ab9ce5958a07eee206987157d09e52e55567cc1bf9d5c9a6d7f5dd82f9e
2888
+ body: time=1283965818.63&end_user_login=fakeemailer%40trada.com&guid=991ec5eee77e2f22b57bc5c0fa948358&token=53a70a8b3a1ecc78d106dd0ea87cffbf
2889
+ headers:
2890
+ connection:
2891
+ - close
2892
+ response: !ruby/struct:VCR::Response
2893
+ status: !ruby/struct:VCR::ResponseStatus
2894
+ code: 201
2895
+ message: CREATED
2896
+ headers:
2897
+ content-type:
2898
+ - application/json; charset=utf-8
2899
+ connection:
2900
+ - Close
2901
+ date:
2902
+ - Wed, 08 Sep 2010 17:10:18 GMT
2903
+ server:
2904
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2905
+ content-length:
2906
+ - "449"
2907
+ vary:
2908
+ - Authorization,Cookie
2909
+ body: |-
2910
+ [
2911
+ {
2912
+ "read_only": 0,
2913
+ "modified_timestamp": 1282851363,
2914
+ "resource_name": "end_user",
2915
+ "award_summaries": [],
2916
+ "level_summaries": [],
2917
+ "sent_good_summaries": [],
2918
+ "currency_balances": [],
2919
+ "created_timestamp": 1282851363,
2920
+ "end_user_login": "fakeemailer@trada.com",
2921
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
2922
+ "received_good_summaries": []
2923
+ },
2924
+ {}
2925
+ ]
2926
+ http_version: "1.1"
2927
+ - !ruby/struct:VCR::HTTPInteraction
2928
+ request: !ruby/struct:VCR::Request
2929
+ method: :post
2930
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965821.21&format=json&sig=c33d722659c93c10592c0fb60ccd1adad9ba62533ab459e5a426d46f36be7075
2931
+ body: time=1283965821.21&end_user_login=super_fake%2540user.com&token=bcb2abb8bbcb7e55fe52624e040c9aa0
2932
+ headers:
2933
+ connection:
2934
+ - close
2935
+ response: !ruby/struct:VCR::Response
2936
+ status: !ruby/struct:VCR::ResponseStatus
2937
+ code: 201
2938
+ message: CREATED
2939
+ headers:
2940
+ connection:
2941
+ - Close
2942
+ content-type:
2943
+ - application/json; charset=utf-8
2944
+ server:
2945
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2946
+ date:
2947
+ - Wed, 08 Sep 2010 17:10:21 GMT
2948
+ content-length:
2949
+ - "449"
2950
+ vary:
2951
+ - Authorization,Cookie
2952
+ body: |-
2953
+ [
2954
+ {
2955
+ "read_only": 0,
2956
+ "modified_timestamp": 1283964472,
2957
+ "resource_name": "end_user",
2958
+ "award_summaries": [],
2959
+ "level_summaries": [],
2960
+ "sent_good_summaries": [],
2961
+ "currency_balances": [],
2962
+ "created_timestamp": 1283964472,
2963
+ "end_user_login": "super_fake%40user.com",
2964
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
2965
+ "received_good_summaries": []
2966
+ },
2967
+ {}
2968
+ ]
2969
+ http_version: "1.1"
2970
+ - !ruby/struct:VCR::HTTPInteraction
2971
+ request: !ruby/struct:VCR::Request
2972
+ method: :post
2973
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965981.70&format=json&sig=21f1ca53093c29ae26da3e946427b1ff49fa783b5bb96fffd350e850f5b09ca8
2974
+ body: time=1283965981.70&end_user_login=fakeemailer%40trada.com&guid=7c118aeb6f68a0068e44fe328915b0d8&token=1129349ac21d5eebcbf49d8a7fab0815
2975
+ headers:
2976
+ connection:
2977
+ - close
2978
+ response: !ruby/struct:VCR::Response
2979
+ status: !ruby/struct:VCR::ResponseStatus
2980
+ code: 201
2981
+ message: CREATED
2982
+ headers:
2983
+ content-type:
2984
+ - application/json; charset=utf-8
2985
+ connection:
2986
+ - Close
2987
+ date:
2988
+ - Wed, 08 Sep 2010 17:13:01 GMT
2989
+ server:
2990
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
2991
+ content-length:
2992
+ - "449"
2993
+ vary:
2994
+ - Authorization,Cookie
2995
+ body: |-
2996
+ [
2997
+ {
2998
+ "read_only": 0,
2999
+ "modified_timestamp": 1282851363,
3000
+ "resource_name": "end_user",
3001
+ "award_summaries": [],
3002
+ "level_summaries": [],
3003
+ "sent_good_summaries": [],
3004
+ "currency_balances": [],
3005
+ "created_timestamp": 1282851363,
3006
+ "end_user_login": "fakeemailer@trada.com",
3007
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3008
+ "received_good_summaries": []
3009
+ },
3010
+ {}
3011
+ ]
3012
+ http_version: "1.1"
3013
+ - !ruby/struct:VCR::HTTPInteraction
3014
+ request: !ruby/struct:VCR::Request
3015
+ method: :post
3016
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283965983.65&format=json&sig=4d868abe287a610e1094ea2dfda223376ed5a6014f2982dc1e51dc5d56515627
3017
+ body: time=1283965983.65&end_user_login=super_fake%2540user.com&token=4206e9aaf7090b9367ac26325468bf70
3018
+ headers:
3019
+ connection:
3020
+ - close
3021
+ response: !ruby/struct:VCR::Response
3022
+ status: !ruby/struct:VCR::ResponseStatus
3023
+ code: 201
3024
+ message: CREATED
3025
+ headers:
3026
+ connection:
3027
+ - Close
3028
+ content-type:
3029
+ - application/json; charset=utf-8
3030
+ server:
3031
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3032
+ date:
3033
+ - Wed, 08 Sep 2010 17:13:03 GMT
3034
+ content-length:
3035
+ - "449"
3036
+ vary:
3037
+ - Authorization,Cookie
3038
+ body: |-
3039
+ [
3040
+ {
3041
+ "read_only": 0,
3042
+ "modified_timestamp": 1283964472,
3043
+ "resource_name": "end_user",
3044
+ "award_summaries": [],
3045
+ "level_summaries": [],
3046
+ "sent_good_summaries": [],
3047
+ "currency_balances": [],
3048
+ "created_timestamp": 1283964472,
3049
+ "end_user_login": "super_fake%40user.com",
3050
+ "guid": "d2398b35bb6811df803d3c6fcd8327a2",
3051
+ "received_good_summaries": []
3052
+ },
3053
+ {}
3054
+ ]
3055
+ http_version: "1.1"
3056
+ - !ruby/struct:VCR::HTTPInteraction
3057
+ request: !ruby/struct:VCR::Request
3058
+ method: :post
3059
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966013.87&format=json&sig=77813e43122d1642087ac31fb8caca2401a03d61379ee412d90268fe13451207
3060
+ body: time=1283966013.87&end_user_login=fakeemailer%40trada.com&guid=71e9e221db8f7ebc90352badb94ca4d3&token=531aceec5b85dc498fb92194508483de
3061
+ headers:
3062
+ connection:
3063
+ - close
3064
+ response: !ruby/struct:VCR::Response
3065
+ status: !ruby/struct:VCR::ResponseStatus
3066
+ code: 201
3067
+ message: CREATED
3068
+ headers:
3069
+ content-type:
3070
+ - application/json; charset=utf-8
3071
+ connection:
3072
+ - Close
3073
+ date:
3074
+ - Wed, 08 Sep 2010 17:13:34 GMT
3075
+ server:
3076
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3077
+ content-length:
3078
+ - "449"
3079
+ vary:
3080
+ - Authorization,Cookie
3081
+ body: |-
3082
+ [
3083
+ {
3084
+ "read_only": 0,
3085
+ "modified_timestamp": 1282851363,
3086
+ "resource_name": "end_user",
3087
+ "award_summaries": [],
3088
+ "level_summaries": [],
3089
+ "sent_good_summaries": [],
3090
+ "currency_balances": [],
3091
+ "created_timestamp": 1282851363,
3092
+ "end_user_login": "fakeemailer@trada.com",
3093
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3094
+ "received_good_summaries": []
3095
+ },
3096
+ {}
3097
+ ]
3098
+ http_version: "1.1"
3099
+ - !ruby/struct:VCR::HTTPInteraction
3100
+ request: !ruby/struct:VCR::Request
3101
+ method: :post
3102
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966015.84&format=json&sig=f2214560fc511eb95c25b45935d3c15b3a8ecd16e05323d9c1bba6fecd21cfc6
3103
+ body: time=1283966015.84&end_user_login=super_fake%40user.com&token=d0df22269179dc0df1836c18b37d1558
3104
+ headers:
3105
+ connection:
3106
+ - close
3107
+ response: !ruby/struct:VCR::Response
3108
+ status: !ruby/struct:VCR::ResponseStatus
3109
+ code: 201
3110
+ message: CREATED
3111
+ headers:
3112
+ connection:
3113
+ - Close
3114
+ content-type:
3115
+ - application/json; charset=utf-8
3116
+ server:
3117
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3118
+ date:
3119
+ - Wed, 08 Sep 2010 17:13:36 GMT
3120
+ content-length:
3121
+ - "447"
3122
+ vary:
3123
+ - Authorization,Cookie
3124
+ body: |-
3125
+ [
3126
+ {
3127
+ "read_only": 0,
3128
+ "modified_timestamp": 1283547683,
3129
+ "resource_name": "end_user",
3130
+ "award_summaries": [],
3131
+ "level_summaries": [],
3132
+ "sent_good_summaries": [],
3133
+ "currency_balances": [],
3134
+ "created_timestamp": 1283547683,
3135
+ "end_user_login": "super_fake@user.com",
3136
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3137
+ "received_good_summaries": []
3138
+ },
3139
+ {}
3140
+ ]
3141
+ http_version: "1.1"
3142
+ - !ruby/struct:VCR::HTTPInteraction
3143
+ request: !ruby/struct:VCR::Request
3144
+ method: :post
3145
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966088.25&format=json&sig=11e3f1283d6779a768adea41dd1079260095d093264bead4c05d2f403e9c6bd6
3146
+ body: time=1283966088.25&end_user_login=fakeemailer%40trada.com&guid=530b9c95060c4e6f45c529afaf9e3f97&token=73964763c2362e8bfdeca943329b5d20
3147
+ headers:
3148
+ connection:
3149
+ - close
3150
+ response: !ruby/struct:VCR::Response
3151
+ status: !ruby/struct:VCR::ResponseStatus
3152
+ code: 201
3153
+ message: CREATED
3154
+ headers:
3155
+ content-type:
3156
+ - application/json; charset=utf-8
3157
+ connection:
3158
+ - Close
3159
+ date:
3160
+ - Wed, 08 Sep 2010 17:14:48 GMT
3161
+ server:
3162
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3163
+ content-length:
3164
+ - "449"
3165
+ vary:
3166
+ - Authorization,Cookie
3167
+ body: |-
3168
+ [
3169
+ {
3170
+ "read_only": 0,
3171
+ "modified_timestamp": 1282851363,
3172
+ "resource_name": "end_user",
3173
+ "award_summaries": [],
3174
+ "level_summaries": [],
3175
+ "sent_good_summaries": [],
3176
+ "currency_balances": [],
3177
+ "created_timestamp": 1282851363,
3178
+ "end_user_login": "fakeemailer@trada.com",
3179
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3180
+ "received_good_summaries": []
3181
+ },
3182
+ {}
3183
+ ]
3184
+ http_version: "1.1"
3185
+ - !ruby/struct:VCR::HTTPInteraction
3186
+ request: !ruby/struct:VCR::Request
3187
+ method: :post
3188
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966090.48&format=json&sig=f59cbcdd008fa659c0e44b74e4cbcfa2ab0eb53832b8515f3d61d5edc371f553
3189
+ body: time=1283966090.48&end_user_login=super_fake%40user.com&token=ad04630d0e70a2592c332458d52dcf63
3190
+ headers:
3191
+ connection:
3192
+ - close
3193
+ response: !ruby/struct:VCR::Response
3194
+ status: !ruby/struct:VCR::ResponseStatus
3195
+ code: 201
3196
+ message: CREATED
3197
+ headers:
3198
+ connection:
3199
+ - Close
3200
+ content-type:
3201
+ - application/json; charset=utf-8
3202
+ server:
3203
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3204
+ date:
3205
+ - Wed, 08 Sep 2010 17:14:50 GMT
3206
+ content-length:
3207
+ - "447"
3208
+ vary:
3209
+ - Authorization,Cookie
3210
+ body: |-
3211
+ [
3212
+ {
3213
+ "read_only": 0,
3214
+ "modified_timestamp": 1283547683,
3215
+ "resource_name": "end_user",
3216
+ "award_summaries": [],
3217
+ "level_summaries": [],
3218
+ "sent_good_summaries": [],
3219
+ "currency_balances": [],
3220
+ "created_timestamp": 1283547683,
3221
+ "end_user_login": "super_fake@user.com",
3222
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3223
+ "received_good_summaries": []
3224
+ },
3225
+ {}
3226
+ ]
3227
+ http_version: "1.1"
3228
+ - !ruby/struct:VCR::HTTPInteraction
3229
+ request: !ruby/struct:VCR::Request
3230
+ method: :post
3231
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966127.37&format=json&sig=637155b8a0f74e84eda1ecce5405b517c8a026d327909dd3b5ce0c2cefe1d71d
3232
+ body: time=1283966127.37&end_user_login=fakeemailer%40trada.com&guid=a4052eb0749bfe9a3dfe92fd20a7a3ed&token=5d247098ae59b7ada30d7bd2d554b915
3233
+ headers:
3234
+ connection:
3235
+ - close
3236
+ response: !ruby/struct:VCR::Response
3237
+ status: !ruby/struct:VCR::ResponseStatus
3238
+ code: 201
3239
+ message: CREATED
3240
+ headers:
3241
+ content-type:
3242
+ - application/json; charset=utf-8
3243
+ connection:
3244
+ - Close
3245
+ date:
3246
+ - Wed, 08 Sep 2010 17:15:27 GMT
3247
+ server:
3248
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3249
+ content-length:
3250
+ - "449"
3251
+ vary:
3252
+ - Authorization,Cookie
3253
+ body: |-
3254
+ [
3255
+ {
3256
+ "read_only": 0,
3257
+ "modified_timestamp": 1282851363,
3258
+ "resource_name": "end_user",
3259
+ "award_summaries": [],
3260
+ "level_summaries": [],
3261
+ "sent_good_summaries": [],
3262
+ "currency_balances": [],
3263
+ "created_timestamp": 1282851363,
3264
+ "end_user_login": "fakeemailer@trada.com",
3265
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3266
+ "received_good_summaries": []
3267
+ },
3268
+ {}
3269
+ ]
3270
+ http_version: "1.1"
3271
+ - !ruby/struct:VCR::HTTPInteraction
3272
+ request: !ruby/struct:VCR::Request
3273
+ method: :post
3274
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966129.42&format=json&sig=fb7d1399120156557e6e50af430674b740f08f69e40e09a6a1208066684d1d8f
3275
+ body: time=1283966129.42&end_user_login=super_fake%40user.com&token=f91b9df521f8d76fef8fd76e8a44fd13
3276
+ headers:
3277
+ connection:
3278
+ - close
3279
+ response: !ruby/struct:VCR::Response
3280
+ status: !ruby/struct:VCR::ResponseStatus
3281
+ code: 201
3282
+ message: CREATED
3283
+ headers:
3284
+ connection:
3285
+ - Close
3286
+ content-type:
3287
+ - application/json; charset=utf-8
3288
+ server:
3289
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3290
+ date:
3291
+ - Wed, 08 Sep 2010 17:15:29 GMT
3292
+ content-length:
3293
+ - "447"
3294
+ vary:
3295
+ - Authorization,Cookie
3296
+ body: |-
3297
+ [
3298
+ {
3299
+ "read_only": 0,
3300
+ "modified_timestamp": 1283547683,
3301
+ "resource_name": "end_user",
3302
+ "award_summaries": [],
3303
+ "level_summaries": [],
3304
+ "sent_good_summaries": [],
3305
+ "currency_balances": [],
3306
+ "created_timestamp": 1283547683,
3307
+ "end_user_login": "super_fake@user.com",
3308
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3309
+ "received_good_summaries": []
3310
+ },
3311
+ {}
3312
+ ]
3313
+ http_version: "1.1"
3314
+ - !ruby/struct:VCR::HTTPInteraction
3315
+ request: !ruby/struct:VCR::Request
3316
+ method: :post
3317
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966474.64&format=json&sig=c45ebdbbce12b1ee81e435a8d7c80b04965d3715c579f25bee66b234e1d6add7
3318
+ body: time=1283966474.64&end_user_login=fakeemailer%40trada.com&guid=6176257a16b5f8a2ad1cab4382ff4b45&token=7dd6f302a197eb54d1e523cef505c600
3319
+ headers:
3320
+ connection:
3321
+ - close
3322
+ response: !ruby/struct:VCR::Response
3323
+ status: !ruby/struct:VCR::ResponseStatus
3324
+ code: 201
3325
+ message: CREATED
3326
+ headers:
3327
+ content-type:
3328
+ - application/json; charset=utf-8
3329
+ connection:
3330
+ - Close
3331
+ date:
3332
+ - Wed, 08 Sep 2010 17:21:15 GMT
3333
+ server:
3334
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3335
+ content-length:
3336
+ - "449"
3337
+ vary:
3338
+ - Authorization,Cookie
3339
+ body: |-
3340
+ [
3341
+ {
3342
+ "read_only": 0,
3343
+ "modified_timestamp": 1282851363,
3344
+ "resource_name": "end_user",
3345
+ "award_summaries": [],
3346
+ "level_summaries": [],
3347
+ "sent_good_summaries": [],
3348
+ "currency_balances": [],
3349
+ "created_timestamp": 1282851363,
3350
+ "end_user_login": "fakeemailer@trada.com",
3351
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3352
+ "received_good_summaries": []
3353
+ },
3354
+ {}
3355
+ ]
3356
+ http_version: "1.1"
3357
+ - !ruby/struct:VCR::HTTPInteraction
3358
+ request: !ruby/struct:VCR::Request
3359
+ method: :post
3360
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966479.93&format=json&sig=e951461df73ab162b7dd72aecbe8f3c502d23b59d96116f47d954d773a964b50
3361
+ body: time=1283966479.93&end_user_login=super_fake%40user.com&token=e8624556f15a61a395010ed2f5159632
3362
+ headers:
3363
+ connection:
3364
+ - close
3365
+ response: !ruby/struct:VCR::Response
3366
+ status: !ruby/struct:VCR::ResponseStatus
3367
+ code: 201
3368
+ message: CREATED
3369
+ headers:
3370
+ connection:
3371
+ - Close
3372
+ content-type:
3373
+ - application/json; charset=utf-8
3374
+ server:
3375
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3376
+ date:
3377
+ - Wed, 08 Sep 2010 17:21:20 GMT
3378
+ content-length:
3379
+ - "447"
3380
+ vary:
3381
+ - Authorization,Cookie
3382
+ body: |-
3383
+ [
3384
+ {
3385
+ "read_only": 0,
3386
+ "modified_timestamp": 1283547683,
3387
+ "resource_name": "end_user",
3388
+ "award_summaries": [],
3389
+ "level_summaries": [],
3390
+ "sent_good_summaries": [],
3391
+ "currency_balances": [],
3392
+ "created_timestamp": 1283547683,
3393
+ "end_user_login": "super_fake@user.com",
3394
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3395
+ "received_good_summaries": []
3396
+ },
3397
+ {}
3398
+ ]
3399
+ http_version: "1.1"
3400
+ - !ruby/struct:VCR::HTTPInteraction
3401
+ request: !ruby/struct:VCR::Request
3402
+ method: :post
3403
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966766.39&format=json&sig=3ddc1c1390228eb1a719a5fdcbab714c39fac24975dc1390fc34990111ddcf32
3404
+ body: time=1283966766.39&end_user_login=fakeemailer%40trada.com&guid=0617f0b452a2aed0003e946d8c45f830&token=bbd544edbbe591d90dd619db1eef3f2e
3405
+ headers:
3406
+ connection:
3407
+ - close
3408
+ response: !ruby/struct:VCR::Response
3409
+ status: !ruby/struct:VCR::ResponseStatus
3410
+ code: 201
3411
+ message: CREATED
3412
+ headers:
3413
+ content-type:
3414
+ - application/json; charset=utf-8
3415
+ connection:
3416
+ - Close
3417
+ date:
3418
+ - Wed, 08 Sep 2010 17:26:06 GMT
3419
+ server:
3420
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3421
+ content-length:
3422
+ - "449"
3423
+ vary:
3424
+ - Authorization,Cookie
3425
+ body: |-
3426
+ [
3427
+ {
3428
+ "read_only": 0,
3429
+ "modified_timestamp": 1282851363,
3430
+ "resource_name": "end_user",
3431
+ "award_summaries": [],
3432
+ "level_summaries": [],
3433
+ "sent_good_summaries": [],
3434
+ "currency_balances": [],
3435
+ "created_timestamp": 1282851363,
3436
+ "end_user_login": "fakeemailer@trada.com",
3437
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3438
+ "received_good_summaries": []
3439
+ },
3440
+ {}
3441
+ ]
3442
+ http_version: "1.1"
3443
+ - !ruby/struct:VCR::HTTPInteraction
3444
+ request: !ruby/struct:VCR::Request
3445
+ method: :post
3446
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966769.15&format=json&sig=ae65054945f7a1c912a0c823972b93eb8e14cccba34455f9f9de97db648709aa
3447
+ body: time=1283966769.15&end_user_login=super_fake%40user.com&token=68552a694f75cd6b951a50b838d5c393
3448
+ headers:
3449
+ connection:
3450
+ - close
3451
+ response: !ruby/struct:VCR::Response
3452
+ status: !ruby/struct:VCR::ResponseStatus
3453
+ code: 201
3454
+ message: CREATED
3455
+ headers:
3456
+ connection:
3457
+ - Close
3458
+ content-type:
3459
+ - application/json; charset=utf-8
3460
+ server:
3461
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3462
+ date:
3463
+ - Wed, 08 Sep 2010 17:26:09 GMT
3464
+ content-length:
3465
+ - "447"
3466
+ vary:
3467
+ - Authorization,Cookie
3468
+ body: |-
3469
+ [
3470
+ {
3471
+ "read_only": 0,
3472
+ "modified_timestamp": 1283547683,
3473
+ "resource_name": "end_user",
3474
+ "award_summaries": [],
3475
+ "level_summaries": [],
3476
+ "sent_good_summaries": [],
3477
+ "currency_balances": [],
3478
+ "created_timestamp": 1283547683,
3479
+ "end_user_login": "super_fake@user.com",
3480
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3481
+ "received_good_summaries": []
3482
+ },
3483
+ {}
3484
+ ]
3485
+ http_version: "1.1"
3486
+ - !ruby/struct:VCR::HTTPInteraction
3487
+ request: !ruby/struct:VCR::Request
3488
+ method: :post
3489
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966817.76&format=json&sig=8033a5fa8f8422cc146b2351bcd2056bc05e3986330480dd038c22dbe21abddf
3490
+ body: time=1283966817.76&end_user_login=fakeemailer%40trada.com&guid=63caa1053b50168f7d2103d356f27712&token=84f493d9a3eda0362ca5c0e7ff7c7814
3491
+ headers:
3492
+ connection:
3493
+ - close
3494
+ response: !ruby/struct:VCR::Response
3495
+ status: !ruby/struct:VCR::ResponseStatus
3496
+ code: 201
3497
+ message: CREATED
3498
+ headers:
3499
+ content-type:
3500
+ - application/json; charset=utf-8
3501
+ connection:
3502
+ - Close
3503
+ date:
3504
+ - Wed, 08 Sep 2010 17:26:57 GMT
3505
+ server:
3506
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3507
+ content-length:
3508
+ - "449"
3509
+ vary:
3510
+ - Authorization,Cookie
3511
+ body: |-
3512
+ [
3513
+ {
3514
+ "read_only": 0,
3515
+ "modified_timestamp": 1282851363,
3516
+ "resource_name": "end_user",
3517
+ "award_summaries": [],
3518
+ "level_summaries": [],
3519
+ "sent_good_summaries": [],
3520
+ "currency_balances": [],
3521
+ "created_timestamp": 1282851363,
3522
+ "end_user_login": "fakeemailer@trada.com",
3523
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3524
+ "received_good_summaries": []
3525
+ },
3526
+ {}
3527
+ ]
3528
+ http_version: "1.1"
3529
+ - !ruby/struct:VCR::HTTPInteraction
3530
+ request: !ruby/struct:VCR::Request
3531
+ method: :post
3532
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283966819.87&format=json&sig=e0ca10401543ec76dadbf3f9cab04e2ef4556e96eeae3a96997f296f3ac9efc1
3533
+ body: time=1283966819.87&end_user_login=super_fake%40user.com&token=224322bb02129e7bf15c19ffb898e754
3534
+ headers:
3535
+ connection:
3536
+ - close
3537
+ response: !ruby/struct:VCR::Response
3538
+ status: !ruby/struct:VCR::ResponseStatus
3539
+ code: 201
3540
+ message: CREATED
3541
+ headers:
3542
+ connection:
3543
+ - Close
3544
+ content-type:
3545
+ - application/json; charset=utf-8
3546
+ server:
3547
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3548
+ date:
3549
+ - Wed, 08 Sep 2010 17:27:00 GMT
3550
+ content-length:
3551
+ - "447"
3552
+ vary:
3553
+ - Authorization,Cookie
3554
+ body: |-
3555
+ [
3556
+ {
3557
+ "read_only": 0,
3558
+ "modified_timestamp": 1283547683,
3559
+ "resource_name": "end_user",
3560
+ "award_summaries": [],
3561
+ "level_summaries": [],
3562
+ "sent_good_summaries": [],
3563
+ "currency_balances": [],
3564
+ "created_timestamp": 1283547683,
3565
+ "end_user_login": "super_fake@user.com",
3566
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3567
+ "received_good_summaries": []
3568
+ },
3569
+ {}
3570
+ ]
3571
+ http_version: "1.1"
3572
+ - !ruby/struct:VCR::HTTPInteraction
3573
+ request: !ruby/struct:VCR::Request
3574
+ method: :post
3575
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978797.44&format=json&sig=cba48adbe6092d6bd7f321274bb95d4f42cfac49789239c7173887a16a78187c
3576
+ body: time=1283978797.44&end_user_login=fakeemailer%40trada.com&guid=54d76bafed5d50a5cac32bdeed21c622&token=0e99ac19f3add5ad5fd377860b17443a
3577
+ headers:
3578
+ connection:
3579
+ - close
3580
+ response: !ruby/struct:VCR::Response
3581
+ status: !ruby/struct:VCR::ResponseStatus
3582
+ code: 201
3583
+ message: CREATED
3584
+ headers:
3585
+ content-type:
3586
+ - application/json; charset=utf-8
3587
+ connection:
3588
+ - Close
3589
+ date:
3590
+ - Wed, 08 Sep 2010 20:46:37 GMT
3591
+ server:
3592
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3593
+ content-length:
3594
+ - "449"
3595
+ vary:
3596
+ - Authorization,Cookie
3597
+ body: |-
3598
+ [
3599
+ {
3600
+ "read_only": 0,
3601
+ "modified_timestamp": 1282851363,
3602
+ "resource_name": "end_user",
3603
+ "award_summaries": [],
3604
+ "level_summaries": [],
3605
+ "sent_good_summaries": [],
3606
+ "currency_balances": [],
3607
+ "created_timestamp": 1282851363,
3608
+ "end_user_login": "fakeemailer@trada.com",
3609
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3610
+ "received_good_summaries": []
3611
+ },
3612
+ {}
3613
+ ]
3614
+ http_version: "1.1"
3615
+ - !ruby/struct:VCR::HTTPInteraction
3616
+ request: !ruby/struct:VCR::Request
3617
+ method: :post
3618
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978799.96&format=json&sig=9a58067172df74e067dbbbdcb2873ff410ce6f697f74918cbee22143d107528f
3619
+ body: time=1283978799.96&end_user_login=super_fake%40user.com&token=afc74ad71b2ac9939c7742c85da558e3
3620
+ headers:
3621
+ connection:
3622
+ - close
3623
+ response: !ruby/struct:VCR::Response
3624
+ status: !ruby/struct:VCR::ResponseStatus
3625
+ code: 201
3626
+ message: CREATED
3627
+ headers:
3628
+ connection:
3629
+ - Close
3630
+ content-type:
3631
+ - application/json; charset=utf-8
3632
+ server:
3633
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3634
+ date:
3635
+ - Wed, 08 Sep 2010 20:46:40 GMT
3636
+ content-length:
3637
+ - "447"
3638
+ vary:
3639
+ - Authorization,Cookie
3640
+ body: |-
3641
+ [
3642
+ {
3643
+ "read_only": 0,
3644
+ "modified_timestamp": 1283547683,
3645
+ "resource_name": "end_user",
3646
+ "award_summaries": [],
3647
+ "level_summaries": [],
3648
+ "sent_good_summaries": [],
3649
+ "currency_balances": [],
3650
+ "created_timestamp": 1283547683,
3651
+ "end_user_login": "super_fake@user.com",
3652
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3653
+ "received_good_summaries": []
3654
+ },
3655
+ {}
3656
+ ]
3657
+ http_version: "1.1"
3658
+ - !ruby/struct:VCR::HTTPInteraction
3659
+ request: !ruby/struct:VCR::Request
3660
+ method: :post
3661
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978814.70&format=json&sig=b64084efe89f6c83980303e076d896a04c8227cb34b937edea63625e9fc0ad85
3662
+ body: time=1283978814.70&end_user_login=fakeemailer%40trada.com&guid=fd47ebceabdb899ce27ca0f389edefd7&token=0a222cd0f0b5d87694e82ea644a15608
3663
+ headers:
3664
+ connection:
3665
+ - close
3666
+ response: !ruby/struct:VCR::Response
3667
+ status: !ruby/struct:VCR::ResponseStatus
3668
+ code: 201
3669
+ message: CREATED
3670
+ headers:
3671
+ content-type:
3672
+ - application/json; charset=utf-8
3673
+ connection:
3674
+ - Close
3675
+ date:
3676
+ - Wed, 08 Sep 2010 20:46:54 GMT
3677
+ server:
3678
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3679
+ content-length:
3680
+ - "449"
3681
+ vary:
3682
+ - Authorization,Cookie
3683
+ body: |-
3684
+ [
3685
+ {
3686
+ "read_only": 0,
3687
+ "modified_timestamp": 1282851363,
3688
+ "resource_name": "end_user",
3689
+ "award_summaries": [],
3690
+ "level_summaries": [],
3691
+ "sent_good_summaries": [],
3692
+ "currency_balances": [],
3693
+ "created_timestamp": 1282851363,
3694
+ "end_user_login": "fakeemailer@trada.com",
3695
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3696
+ "received_good_summaries": []
3697
+ },
3698
+ {}
3699
+ ]
3700
+ http_version: "1.1"
3701
+ - !ruby/struct:VCR::HTTPInteraction
3702
+ request: !ruby/struct:VCR::Request
3703
+ method: :post
3704
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978817.93&format=json&sig=f2c5831f0d541605fadfff2615824e96a842b905b7b354ba431aa42a5bcf0b1e
3705
+ body: time=1283978817.93&end_user_login=super_fake%40user.com&token=f9f23006f5b9009e54b4f54457a26765
3706
+ headers:
3707
+ connection:
3708
+ - close
3709
+ response: !ruby/struct:VCR::Response
3710
+ status: !ruby/struct:VCR::ResponseStatus
3711
+ code: 201
3712
+ message: CREATED
3713
+ headers:
3714
+ connection:
3715
+ - Close
3716
+ content-type:
3717
+ - application/json; charset=utf-8
3718
+ server:
3719
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3720
+ date:
3721
+ - Wed, 08 Sep 2010 20:46:58 GMT
3722
+ content-length:
3723
+ - "447"
3724
+ vary:
3725
+ - Authorization,Cookie
3726
+ body: |-
3727
+ [
3728
+ {
3729
+ "read_only": 0,
3730
+ "modified_timestamp": 1283547683,
3731
+ "resource_name": "end_user",
3732
+ "award_summaries": [],
3733
+ "level_summaries": [],
3734
+ "sent_good_summaries": [],
3735
+ "currency_balances": [],
3736
+ "created_timestamp": 1283547683,
3737
+ "end_user_login": "super_fake@user.com",
3738
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3739
+ "received_good_summaries": []
3740
+ },
3741
+ {}
3742
+ ]
3743
+ http_version: "1.1"
3744
+ - !ruby/struct:VCR::HTTPInteraction
3745
+ request: !ruby/struct:VCR::Request
3746
+ method: :post
3747
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978856.94&format=json&sig=319f1b0cda25b0f4f07bfd09c2f528f3aeec634460fc0edd096f7538bb8587e1
3748
+ body: time=1283978856.94&end_user_login=fakeemailer%40trada.com&guid=2e27b8b3c3be1f0396b40aba26fa9982&token=f990bee4d353e6a04e8310856543ef86
3749
+ headers:
3750
+ connection:
3751
+ - close
3752
+ response: !ruby/struct:VCR::Response
3753
+ status: !ruby/struct:VCR::ResponseStatus
3754
+ code: 201
3755
+ message: CREATED
3756
+ headers:
3757
+ content-type:
3758
+ - application/json; charset=utf-8
3759
+ connection:
3760
+ - Close
3761
+ date:
3762
+ - Wed, 08 Sep 2010 20:47:37 GMT
3763
+ server:
3764
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3765
+ content-length:
3766
+ - "449"
3767
+ vary:
3768
+ - Authorization,Cookie
3769
+ body: |-
3770
+ [
3771
+ {
3772
+ "read_only": 0,
3773
+ "modified_timestamp": 1282851363,
3774
+ "resource_name": "end_user",
3775
+ "award_summaries": [],
3776
+ "level_summaries": [],
3777
+ "sent_good_summaries": [],
3778
+ "currency_balances": [],
3779
+ "created_timestamp": 1282851363,
3780
+ "end_user_login": "fakeemailer@trada.com",
3781
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3782
+ "received_good_summaries": []
3783
+ },
3784
+ {}
3785
+ ]
3786
+ http_version: "1.1"
3787
+ - !ruby/struct:VCR::HTTPInteraction
3788
+ request: !ruby/struct:VCR::Request
3789
+ method: :post
3790
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978858.74&format=json&sig=8a19824192e085ff3b4c78b31f3c8e2da5b5f506531f312958639ad9071f4b5d
3791
+ body: time=1283978858.74&end_user_login=super_fake%40user.com&token=bdf74820a3abe91d24800dec5ad5a049
3792
+ headers:
3793
+ connection:
3794
+ - close
3795
+ response: !ruby/struct:VCR::Response
3796
+ status: !ruby/struct:VCR::ResponseStatus
3797
+ code: 201
3798
+ message: CREATED
3799
+ headers:
3800
+ connection:
3801
+ - Close
3802
+ content-type:
3803
+ - application/json; charset=utf-8
3804
+ server:
3805
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3806
+ date:
3807
+ - Wed, 08 Sep 2010 20:47:38 GMT
3808
+ content-length:
3809
+ - "447"
3810
+ vary:
3811
+ - Authorization,Cookie
3812
+ body: |-
3813
+ [
3814
+ {
3815
+ "read_only": 0,
3816
+ "modified_timestamp": 1283547683,
3817
+ "resource_name": "end_user",
3818
+ "award_summaries": [],
3819
+ "level_summaries": [],
3820
+ "sent_good_summaries": [],
3821
+ "currency_balances": [],
3822
+ "created_timestamp": 1283547683,
3823
+ "end_user_login": "super_fake@user.com",
3824
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3825
+ "received_good_summaries": []
3826
+ },
3827
+ {}
3828
+ ]
3829
+ http_version: "1.1"
3830
+ - !ruby/struct:VCR::HTTPInteraction
3831
+ request: !ruby/struct:VCR::Request
3832
+ method: :post
3833
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978879.34&format=json&sig=67bdaa4e849418628b054bb97d26200373d4d11435f40233aea1e2a50a77dce4
3834
+ body: time=1283978879.34&end_user_login=fakeemailer%40trada.com&guid=7d983b582c4f4522e56625015f5c58df&token=0dd2aee5c62b09a73b916660d5d694c6
3835
+ headers:
3836
+ connection:
3837
+ - close
3838
+ response: !ruby/struct:VCR::Response
3839
+ status: !ruby/struct:VCR::ResponseStatus
3840
+ code: 201
3841
+ message: CREATED
3842
+ headers:
3843
+ content-type:
3844
+ - application/json; charset=utf-8
3845
+ connection:
3846
+ - Close
3847
+ date:
3848
+ - Wed, 08 Sep 2010 20:47:59 GMT
3849
+ server:
3850
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3851
+ content-length:
3852
+ - "449"
3853
+ vary:
3854
+ - Authorization,Cookie
3855
+ body: |-
3856
+ [
3857
+ {
3858
+ "read_only": 0,
3859
+ "modified_timestamp": 1282851363,
3860
+ "resource_name": "end_user",
3861
+ "award_summaries": [],
3862
+ "level_summaries": [],
3863
+ "sent_good_summaries": [],
3864
+ "currency_balances": [],
3865
+ "created_timestamp": 1282851363,
3866
+ "end_user_login": "fakeemailer@trada.com",
3867
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3868
+ "received_good_summaries": []
3869
+ },
3870
+ {}
3871
+ ]
3872
+ http_version: "1.1"
3873
+ - !ruby/struct:VCR::HTTPInteraction
3874
+ request: !ruby/struct:VCR::Request
3875
+ method: :post
3876
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978881.02&format=json&sig=2a302e783cbd7a78073551efb43e87380b24c9a0519eaec5e8c7d090e14cfe11
3877
+ body: time=1283978881.02&end_user_login=super_fake%40user.com&token=2e6d7794cabdd7f8ce9d564e0f2466e0
3878
+ headers:
3879
+ connection:
3880
+ - close
3881
+ response: !ruby/struct:VCR::Response
3882
+ status: !ruby/struct:VCR::ResponseStatus
3883
+ code: 201
3884
+ message: CREATED
3885
+ headers:
3886
+ connection:
3887
+ - Close
3888
+ content-type:
3889
+ - application/json; charset=utf-8
3890
+ server:
3891
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3892
+ date:
3893
+ - Wed, 08 Sep 2010 20:48:01 GMT
3894
+ content-length:
3895
+ - "447"
3896
+ vary:
3897
+ - Authorization,Cookie
3898
+ body: |-
3899
+ [
3900
+ {
3901
+ "read_only": 0,
3902
+ "modified_timestamp": 1283547683,
3903
+ "resource_name": "end_user",
3904
+ "award_summaries": [],
3905
+ "level_summaries": [],
3906
+ "sent_good_summaries": [],
3907
+ "currency_balances": [],
3908
+ "created_timestamp": 1283547683,
3909
+ "end_user_login": "super_fake@user.com",
3910
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3911
+ "received_good_summaries": []
3912
+ },
3913
+ {}
3914
+ ]
3915
+ http_version: "1.1"
3916
+ - !ruby/struct:VCR::HTTPInteraction
3917
+ request: !ruby/struct:VCR::Request
3918
+ method: :post
3919
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978946.73&format=json&sig=9232708d2a6aa014fe7f09171297532ec141b9601723a9fec0902dd09252a52c
3920
+ body: time=1283978946.73&end_user_login=fakeemailer%40trada.com&guid=9f7f6fbad21b39c21f52e71871f28968&token=a9a4f0692117a417e9a536febdd3c85a
3921
+ headers:
3922
+ connection:
3923
+ - close
3924
+ response: !ruby/struct:VCR::Response
3925
+ status: !ruby/struct:VCR::ResponseStatus
3926
+ code: 201
3927
+ message: CREATED
3928
+ headers:
3929
+ content-type:
3930
+ - application/json; charset=utf-8
3931
+ connection:
3932
+ - Close
3933
+ date:
3934
+ - Wed, 08 Sep 2010 20:49:07 GMT
3935
+ server:
3936
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3937
+ content-length:
3938
+ - "449"
3939
+ vary:
3940
+ - Authorization,Cookie
3941
+ body: |-
3942
+ [
3943
+ {
3944
+ "read_only": 0,
3945
+ "modified_timestamp": 1282851363,
3946
+ "resource_name": "end_user",
3947
+ "award_summaries": [],
3948
+ "level_summaries": [],
3949
+ "sent_good_summaries": [],
3950
+ "currency_balances": [],
3951
+ "created_timestamp": 1282851363,
3952
+ "end_user_login": "fakeemailer@trada.com",
3953
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
3954
+ "received_good_summaries": []
3955
+ },
3956
+ {}
3957
+ ]
3958
+ http_version: "1.1"
3959
+ - !ruby/struct:VCR::HTTPInteraction
3960
+ request: !ruby/struct:VCR::Request
3961
+ method: :post
3962
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283978948.35&format=json&sig=0f36a5ca68d52e46a8e4bd24935380145fcb0e6dc7239d21965286c6aa51c98a
3963
+ body: time=1283978948.35&end_user_login=super_fake%40user.com&token=56e010800d816a1dc3c9ed5068b8d1a3
3964
+ headers:
3965
+ connection:
3966
+ - close
3967
+ response: !ruby/struct:VCR::Response
3968
+ status: !ruby/struct:VCR::ResponseStatus
3969
+ code: 201
3970
+ message: CREATED
3971
+ headers:
3972
+ connection:
3973
+ - Close
3974
+ content-type:
3975
+ - application/json; charset=utf-8
3976
+ server:
3977
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
3978
+ date:
3979
+ - Wed, 08 Sep 2010 20:49:08 GMT
3980
+ content-length:
3981
+ - "447"
3982
+ vary:
3983
+ - Authorization,Cookie
3984
+ body: |-
3985
+ [
3986
+ {
3987
+ "read_only": 0,
3988
+ "modified_timestamp": 1283547683,
3989
+ "resource_name": "end_user",
3990
+ "award_summaries": [],
3991
+ "level_summaries": [],
3992
+ "sent_good_summaries": [],
3993
+ "currency_balances": [],
3994
+ "created_timestamp": 1283547683,
3995
+ "end_user_login": "super_fake@user.com",
3996
+ "guid": "688e976bb79e11dfa5175170d58eb338",
3997
+ "received_good_summaries": []
3998
+ },
3999
+ {}
4000
+ ]
4001
+ http_version: "1.1"
4002
+ - !ruby/struct:VCR::HTTPInteraction
4003
+ request: !ruby/struct:VCR::Request
4004
+ method: :post
4005
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283979306.36&format=json&sig=2bc99e84418429b34c11ab12c28a86ed147d45a8e4bea0264eb3c6f20c39362b
4006
+ body: time=1283979306.36&end_user_login=fakeemailer%40trada.com&guid=c86455c6f542bd1d453be661f15936b2&token=29f2a7bc458968d0be949aff71822305
4007
+ headers:
4008
+ connection:
4009
+ - close
4010
+ response: !ruby/struct:VCR::Response
4011
+ status: !ruby/struct:VCR::ResponseStatus
4012
+ code: 201
4013
+ message: CREATED
4014
+ headers:
4015
+ content-type:
4016
+ - application/json; charset=utf-8
4017
+ connection:
4018
+ - Close
4019
+ date:
4020
+ - Wed, 08 Sep 2010 20:55:06 GMT
4021
+ server:
4022
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
4023
+ content-length:
4024
+ - "449"
4025
+ vary:
4026
+ - Authorization,Cookie
4027
+ body: |-
4028
+ [
4029
+ {
4030
+ "read_only": 0,
4031
+ "modified_timestamp": 1282851363,
4032
+ "resource_name": "end_user",
4033
+ "award_summaries": [],
4034
+ "level_summaries": [],
4035
+ "sent_good_summaries": [],
4036
+ "currency_balances": [],
4037
+ "created_timestamp": 1282851363,
4038
+ "end_user_login": "fakeemailer@trada.com",
4039
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
4040
+ "received_good_summaries": []
4041
+ },
4042
+ {}
4043
+ ]
4044
+ http_version: "1.1"
4045
+ - !ruby/struct:VCR::HTTPInteraction
4046
+ request: !ruby/struct:VCR::Request
4047
+ method: :post
4048
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283979308.76&format=json&sig=92fb76ef943118b350400231f6d9035324b0de90ba079d764b6a76219c8242cd
4049
+ body: time=1283979308.76&end_user_login=super_fake&token=b08145a2105cbca4664e8e84ff9f7a07
4050
+ headers:
4051
+ connection:
4052
+ - close
4053
+ response: !ruby/struct:VCR::Response
4054
+ status: !ruby/struct:VCR::ResponseStatus
4055
+ code: 201
4056
+ message: CREATED
4057
+ headers:
4058
+ connection:
4059
+ - Close
4060
+ content-type:
4061
+ - application/json; charset=utf-8
4062
+ server:
4063
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
4064
+ date:
4065
+ - Wed, 08 Sep 2010 20:55:08 GMT
4066
+ content-length:
4067
+ - "438"
4068
+ vary:
4069
+ - Authorization,Cookie
4070
+ body: |-
4071
+ [
4072
+ {
4073
+ "read_only": 0,
4074
+ "modified_timestamp": 1283964291,
4075
+ "resource_name": "end_user",
4076
+ "award_summaries": [],
4077
+ "level_summaries": [],
4078
+ "sent_good_summaries": [],
4079
+ "currency_balances": [],
4080
+ "created_timestamp": 1283964291,
4081
+ "end_user_login": "super_fake",
4082
+ "guid": "66624507bb6811dfb51b97311577d840",
4083
+ "received_good_summaries": []
4084
+ },
4085
+ {}
4086
+ ]
4087
+ http_version: "1.1"
4088
+ - !ruby/struct:VCR::HTTPInteraction
4089
+ request: !ruby/struct:VCR::Request
4090
+ method: :post
4091
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283979430.05&format=json&sig=907906668119e1034b804051903c82fbfd1f0c0f2ac41ed89701930f4ede5326
4092
+ body: time=1283979430.05&end_user_login=fakeemailer%40trada.com&guid=2bdad22d41ce96a9b6584c294d1927fa&token=f8ca1e55652d0f10f59c71b89757e5a6
4093
+ headers:
4094
+ connection:
4095
+ - close
4096
+ response: !ruby/struct:VCR::Response
4097
+ status: !ruby/struct:VCR::ResponseStatus
4098
+ code: 201
4099
+ message: CREATED
4100
+ headers:
4101
+ content-type:
4102
+ - application/json; charset=utf-8
4103
+ connection:
4104
+ - Close
4105
+ date:
4106
+ - Wed, 08 Sep 2010 20:57:10 GMT
4107
+ server:
4108
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
4109
+ content-length:
4110
+ - "449"
4111
+ vary:
4112
+ - Authorization,Cookie
4113
+ body: |-
4114
+ [
4115
+ {
4116
+ "read_only": 0,
4117
+ "modified_timestamp": 1282851363,
4118
+ "resource_name": "end_user",
4119
+ "award_summaries": [],
4120
+ "level_summaries": [],
4121
+ "sent_good_summaries": [],
4122
+ "currency_balances": [],
4123
+ "created_timestamp": 1282851363,
4124
+ "end_user_login": "fakeemailer@trada.com",
4125
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
4126
+ "received_good_summaries": []
4127
+ },
4128
+ {}
4129
+ ]
4130
+ http_version: "1.1"
4131
+ - !ruby/struct:VCR::HTTPInteraction
4132
+ request: !ruby/struct:VCR::Request
4133
+ method: :post
4134
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283979431.40&format=json&sig=8711cc0e06744776fb99263725989bab98574939179c65f63dccd13ead63bb87
4135
+ body: time=1283979431.40&end_user_login=super_fake&token=43ba42b78f39fb3b91d1411abe8b55c8
4136
+ headers:
4137
+ connection:
4138
+ - close
4139
+ response: !ruby/struct:VCR::Response
4140
+ status: !ruby/struct:VCR::ResponseStatus
4141
+ code: 201
4142
+ message: CREATED
4143
+ headers:
4144
+ connection:
4145
+ - Close
4146
+ content-type:
4147
+ - application/json; charset=utf-8
4148
+ server:
4149
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
4150
+ date:
4151
+ - Wed, 08 Sep 2010 20:57:11 GMT
4152
+ content-length:
4153
+ - "438"
4154
+ vary:
4155
+ - Authorization,Cookie
4156
+ body: |-
4157
+ [
4158
+ {
4159
+ "read_only": 0,
4160
+ "modified_timestamp": 1283964291,
4161
+ "resource_name": "end_user",
4162
+ "award_summaries": [],
4163
+ "level_summaries": [],
4164
+ "sent_good_summaries": [],
4165
+ "currency_balances": [],
4166
+ "created_timestamp": 1283964291,
4167
+ "end_user_login": "super_fake",
4168
+ "guid": "66624507bb6811dfb51b97311577d840",
4169
+ "received_good_summaries": []
4170
+ },
4171
+ {}
4172
+ ]
4173
+ http_version: "1.1"
4174
+ - !ruby/struct:VCR::HTTPInteraction
4175
+ request: !ruby/struct:VCR::Request
4176
+ method: :post
4177
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283979569.16&format=json&sig=9ded8997b63c4341931f58a33215f21ff2e594fead0b9b362aa158aab67fbb00
4178
+ body: time=1283979569.16&end_user_login=fakeemailer%40trada.com&guid=b4376b8af26c72d92389049b54c22fde&token=7a6028243482b1aa441d713d6b4395c5
4179
+ headers:
4180
+ connection:
4181
+ - close
4182
+ response: !ruby/struct:VCR::Response
4183
+ status: !ruby/struct:VCR::ResponseStatus
4184
+ code: 201
4185
+ message: CREATED
4186
+ headers:
4187
+ content-type:
4188
+ - application/json; charset=utf-8
4189
+ connection:
4190
+ - Close
4191
+ date:
4192
+ - Wed, 08 Sep 2010 20:59:29 GMT
4193
+ server:
4194
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
4195
+ content-length:
4196
+ - "449"
4197
+ vary:
4198
+ - Authorization,Cookie
4199
+ body: |-
4200
+ [
4201
+ {
4202
+ "read_only": 0,
4203
+ "modified_timestamp": 1282851363,
4204
+ "resource_name": "end_user",
4205
+ "award_summaries": [],
4206
+ "level_summaries": [],
4207
+ "sent_good_summaries": [],
4208
+ "currency_balances": [],
4209
+ "created_timestamp": 1282851363,
4210
+ "end_user_login": "fakeemailer@trada.com",
4211
+ "guid": "29fc6bf5b14911dfa15a55a9222eea83",
4212
+ "received_good_summaries": []
4213
+ },
4214
+ {}
4215
+ ]
4216
+ http_version: "1.1"
4217
+ - !ruby/struct:VCR::HTTPInteraction
4218
+ request: !ruby/struct:VCR::Request
4219
+ method: :post
4220
+ uri: http://api.bigdoor.com:80/api/publisher/0deee7386916481199b5cbc16e4800b0/end_user?time=1283979570.87&format=json&sig=d7a08d61f78fe055411c2df89f550dbc1bed6797dca272f525ee17229a518f51
4221
+ body: time=1283979570.87&end_user_login=super_faker%40trada.com&token=47de4dca11ecbeba229aa104804a7731
4222
+ headers:
4223
+ connection:
4224
+ - close
4225
+ response: !ruby/struct:VCR::Response
4226
+ status: !ruby/struct:VCR::ResponseStatus
4227
+ code: 201
4228
+ message: CREATED
4229
+ headers:
4230
+ connection:
4231
+ - Close
4232
+ content-type:
4233
+ - application/json; charset=utf-8
4234
+ server:
4235
+ - Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2
4236
+ date:
4237
+ - Wed, 08 Sep 2010 20:59:31 GMT
4238
+ content-length:
4239
+ - "449"
4240
+ vary:
4241
+ - Authorization,Cookie
4242
+ body: |-
4243
+ [
4244
+ {
4245
+ "read_only": 0,
4246
+ "modified_timestamp": 1283979571,
4247
+ "resource_name": "end_user",
4248
+ "award_summaries": [],
4249
+ "level_summaries": [],
4250
+ "sent_good_summaries": [],
4251
+ "currency_balances": [],
4252
+ "created_timestamp": 1283979571,
4253
+ "end_user_login": "super_faker@trada.com",
4254
+ "guid": "f9f54cbdbb8b11dfbcfe4c42dabfaacb",
4255
+ "received_good_summaries": []
4256
+ },
4257
+ {}
4258
+ ]
4259
+ http_version: "1.1"