big-door-fork 0.0.1

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