sucker 1.1.4 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/README.md +13 -19
  2. data/lib/sucker.rb +4 -4
  3. data/lib/sucker/parameters.rb +28 -0
  4. data/lib/sucker/request.rb +100 -88
  5. data/lib/sucker/response.rb +10 -0
  6. data/lib/sucker/version.rb +1 -1
  7. data/spec/fixtures/cassette_library/{unit → spec}/sucker/request.yml +4 -4
  8. data/spec/fixtures/cassette_library/spec/sucker/response.yml +26 -0
  9. data/spec/sucker/parameters_spec.rb +61 -0
  10. data/spec/sucker/request_spec.rb +276 -0
  11. data/spec/{unit/sucker → sucker}/response_spec.rb +39 -60
  12. data/spec/{unit/sucker_spec.rb → sucker_spec.rb} +0 -4
  13. data/spec/support/vcr.rb +0 -1
  14. metadata +69 -114
  15. data/spec/fixtures/cassette_library/integration/alternate_versions.yml +0 -26
  16. data/spec/fixtures/cassette_library/integration/errors.yml +0 -26
  17. data/spec/fixtures/cassette_library/integration/france.yml +0 -26
  18. data/spec/fixtures/cassette_library/integration/images.yml +0 -26
  19. data/spec/fixtures/cassette_library/integration/item_lookup/multiple.yml +0 -26
  20. data/spec/fixtures/cassette_library/integration/item_lookup/single.yml +0 -26
  21. data/spec/fixtures/cassette_library/integration/item_search.yml +0 -26
  22. data/spec/fixtures/cassette_library/integration/japan.yml +0 -26
  23. data/spec/fixtures/cassette_library/integration/keyword_search.yml +0 -26
  24. data/spec/fixtures/cassette_library/integration/kindle.yml +0 -26
  25. data/spec/fixtures/cassette_library/integration/kindle_2.yml +0 -26
  26. data/spec/fixtures/cassette_library/integration/multiple_locales.yml +0 -151
  27. data/spec/fixtures/cassette_library/integration/power_search.yml +0 -26
  28. data/spec/fixtures/cassette_library/integration/related_items/child.yml +0 -26
  29. data/spec/fixtures/cassette_library/integration/related_items/parent.yml +0 -26
  30. data/spec/fixtures/cassette_library/integration/seller_listings_search.yml +0 -26
  31. data/spec/fixtures/cassette_library/integration/twenty_items.yml +0 -26
  32. data/spec/fixtures/cassette_library/unit/sucker/response.yml +0 -26
  33. data/spec/integration/alternate_versions_spec.rb +0 -35
  34. data/spec/integration/errors_spec.rb +0 -40
  35. data/spec/integration/france_spec.rb +0 -42
  36. data/spec/integration/images_spec.rb +0 -41
  37. data/spec/integration/item_lookup_spec.rb +0 -71
  38. data/spec/integration/item_search_spec.rb +0 -41
  39. data/spec/integration/japan_spec.rb +0 -35
  40. data/spec/integration/keyword_search_spec.rb +0 -33
  41. data/spec/integration/kindle_spec.rb +0 -55
  42. data/spec/integration/multiple_locales_spec.rb +0 -70
  43. data/spec/integration/power_search_spec.rb +0 -41
  44. data/spec/integration/related_items_spec.rb +0 -53
  45. data/spec/integration/seller_listing_search_spec.rb +0 -32
  46. data/spec/integration/twenty_items_spec.rb +0 -49
  47. data/spec/unit/sucker/request_spec.rb +0 -282
@@ -1,13 +1,9 @@
1
1
  require "spec_helper"
2
2
 
3
3
  describe Sucker do
4
-
5
4
  describe ".new" do
6
-
7
5
  it "returns a Request object" do
8
6
  Sucker.new.should be_an_instance_of Sucker::Request
9
7
  end
10
-
11
8
  end
12
-
13
9
  end
data/spec/support/vcr.rb CHANGED
@@ -5,7 +5,6 @@ VCR.config do |c|
5
5
  c.default_cassette_options = {
6
6
  :record => :none,
7
7
  :match_requests_on => [:host] }
8
-
9
8
  c.stub_with :webmock
10
9
  end
11
10
 
metadata CHANGED
@@ -4,18 +4,17 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 1
8
- - 4
9
- version: 1.1.4
7
+ - 2
8
+ - 0
9
+ version: 1.2.0
10
10
  platform: ruby
11
11
  authors:
12
- - Hakan Ensari
13
- - "Piotr \xC5\x81aszewski"
12
+ - Paper Cavalier
14
13
  autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-12-23 00:00:00 -03:00
17
+ date: 2011-01-17 00:00:00 +00:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -34,7 +33,7 @@ dependencies:
34
33
  type: :runtime
35
34
  version_requirements: *id001
36
35
  - !ruby/object:Gem::Dependency
37
- name: nokogiri
36
+ name: i18n
38
37
  prerelease: false
39
38
  requirement: &id002 !ruby/object:Gem::Requirement
40
39
  none: false
@@ -42,14 +41,14 @@ dependencies:
42
41
  - - ~>
43
42
  - !ruby/object:Gem::Version
44
43
  segments:
45
- - 1
46
- - 4
47
44
  - 0
48
- version: 1.4.0
45
+ - 5
46
+ - 0
47
+ version: 0.5.0
49
48
  type: :runtime
50
49
  version_requirements: *id002
51
50
  - !ruby/object:Gem::Dependency
52
- name: curb
51
+ name: nokogiri
53
52
  prerelease: false
54
53
  requirement: &id003 !ruby/object:Gem::Requirement
55
54
  none: false
@@ -57,14 +56,14 @@ dependencies:
57
56
  - - ~>
58
57
  - !ruby/object:Gem::Version
59
58
  segments:
59
+ - 1
60
+ - 4
60
61
  - 0
61
- - 7
62
- - 0
63
- version: 0.7.0
62
+ version: 1.4.0
64
63
  type: :runtime
65
64
  version_requirements: *id003
66
65
  - !ruby/object:Gem::Dependency
67
- name: rdiscount
66
+ name: curb
68
67
  prerelease: false
69
68
  requirement: &id004 !ruby/object:Gem::Requirement
70
69
  none: false
@@ -72,14 +71,14 @@ dependencies:
72
71
  - - ~>
73
72
  - !ruby/object:Gem::Version
74
73
  segments:
75
- - 1
76
- - 6
77
- - 5
78
- version: 1.6.5
79
- type: :development
74
+ - 0
75
+ - 7
76
+ - 0
77
+ version: 0.7.0
78
+ type: :runtime
80
79
  version_requirements: *id004
81
80
  - !ruby/object:Gem::Dependency
82
- name: rspec
81
+ name: cucumber
83
82
  prerelease: false
84
83
  requirement: &id005 !ruby/object:Gem::Requirement
85
84
  none: false
@@ -87,14 +86,14 @@ dependencies:
87
86
  - - ~>
88
87
  - !ruby/object:Gem::Version
89
88
  segments:
90
- - 2
91
- - 3
92
89
  - 0
93
- version: 2.3.0
90
+ - 10
91
+ - 0
92
+ version: 0.10.0
94
93
  type: :development
95
94
  version_requirements: *id005
96
95
  - !ruby/object:Gem::Dependency
97
- name: throttler
96
+ name: relish
98
97
  prerelease: false
99
98
  requirement: &id006 !ruby/object:Gem::Requirement
100
99
  none: false
@@ -104,12 +103,12 @@ dependencies:
104
103
  segments:
105
104
  - 0
106
105
  - 2
107
- - 4
108
- version: 0.2.4
106
+ - 0
107
+ version: 0.2.0
109
108
  type: :development
110
109
  version_requirements: *id006
111
110
  - !ruby/object:Gem::Dependency
112
- name: sdoc-helpers
111
+ name: rspec
113
112
  prerelease: false
114
113
  requirement: &id007 !ruby/object:Gem::Requirement
115
114
  none: false
@@ -117,14 +116,14 @@ dependencies:
117
116
  - - ~>
118
117
  - !ruby/object:Gem::Version
119
118
  segments:
120
- - 0
121
- - 1
119
+ - 2
122
120
  - 4
123
- version: 0.1.4
121
+ - 0
122
+ version: 2.4.0
124
123
  type: :development
125
124
  version_requirements: *id007
126
125
  - !ruby/object:Gem::Dependency
127
- name: vcr
126
+ name: throttler
128
127
  prerelease: false
129
128
  requirement: &id008 !ruby/object:Gem::Requirement
130
129
  none: false
@@ -132,14 +131,14 @@ dependencies:
132
131
  - - ~>
133
132
  - !ruby/object:Gem::Version
134
133
  segments:
135
- - 1
136
- - 4
137
134
  - 0
138
- version: 1.4.0
135
+ - 2
136
+ - 1
137
+ version: 0.2.1
139
138
  type: :development
140
139
  version_requirements: *id008
141
140
  - !ruby/object:Gem::Dependency
142
- name: webmock
141
+ name: vcr
143
142
  prerelease: false
144
143
  requirement: &id009 !ruby/object:Gem::Requirement
145
144
  none: false
@@ -148,15 +147,30 @@ dependencies:
148
147
  - !ruby/object:Gem::Version
149
148
  segments:
150
149
  - 1
151
- - 6
152
- - 1
153
- version: 1.6.1
150
+ - 5
151
+ - 0
152
+ version: 1.5.0
154
153
  type: :development
155
154
  version_requirements: *id009
156
155
  - !ruby/object:Gem::Dependency
157
- name: ruby-debug19
156
+ name: webmock
158
157
  prerelease: false
159
158
  requirement: &id010 !ruby/object:Gem::Requirement
159
+ none: false
160
+ requirements:
161
+ - - ~>
162
+ - !ruby/object:Gem::Version
163
+ segments:
164
+ - 1
165
+ - 6
166
+ - 2
167
+ version: 1.6.2
168
+ type: :development
169
+ version_requirements: *id010
170
+ - !ruby/object:Gem::Dependency
171
+ name: ruby-debug19
172
+ prerelease: false
173
+ requirement: &id011 !ruby/object:Gem::Requirement
160
174
  none: false
161
175
  requirements:
162
176
  - - ~>
@@ -167,7 +181,7 @@ dependencies:
167
181
  - 0
168
182
  version: 0.11.0
169
183
  type: :development
170
- version_requirements: *id010
184
+ version_requirements: *id011
171
185
  description: A minimal Ruby wrapper to the Amazon Product Advertising API
172
186
  email:
173
187
  - code@papercavalier.com
@@ -178,6 +192,7 @@ extensions: []
178
192
  extra_rdoc_files: []
179
193
 
180
194
  files:
195
+ - lib/sucker/parameters.rb
181
196
  - lib/sucker/request.rb
182
197
  - lib/sucker/response.rb
183
198
  - lib/sucker/version.rb
@@ -186,50 +201,20 @@ files:
186
201
  - README.md
187
202
  - CHANGELOG.md
188
203
  - spec/fixtures/asins.txt
189
- - spec/fixtures/cassette_library/integration/alternate_versions.yml
190
- - spec/fixtures/cassette_library/integration/errors.yml
191
- - spec/fixtures/cassette_library/integration/france.yml
192
- - spec/fixtures/cassette_library/integration/images.yml
193
- - spec/fixtures/cassette_library/integration/item_lookup/multiple.yml
194
- - spec/fixtures/cassette_library/integration/item_lookup/single.yml
195
- - spec/fixtures/cassette_library/integration/item_search.yml
196
- - spec/fixtures/cassette_library/integration/japan.yml
197
- - spec/fixtures/cassette_library/integration/keyword_search.yml
198
- - spec/fixtures/cassette_library/integration/kindle.yml
199
- - spec/fixtures/cassette_library/integration/kindle_2.yml
200
- - spec/fixtures/cassette_library/integration/multiple_locales.yml
201
- - spec/fixtures/cassette_library/integration/power_search.yml
202
- - spec/fixtures/cassette_library/integration/related_items/child.yml
203
- - spec/fixtures/cassette_library/integration/related_items/parent.yml
204
- - spec/fixtures/cassette_library/integration/seller_listings_search.yml
205
- - spec/fixtures/cassette_library/integration/twenty_items.yml
206
- - spec/fixtures/cassette_library/unit/sucker/request.yml
207
- - spec/fixtures/cassette_library/unit/sucker/response.yml
208
- - spec/integration/alternate_versions_spec.rb
209
- - spec/integration/errors_spec.rb
210
- - spec/integration/france_spec.rb
211
- - spec/integration/images_spec.rb
212
- - spec/integration/item_lookup_spec.rb
213
- - spec/integration/item_search_spec.rb
214
- - spec/integration/japan_spec.rb
215
- - spec/integration/keyword_search_spec.rb
216
- - spec/integration/kindle_spec.rb
217
- - spec/integration/multiple_locales_spec.rb
218
- - spec/integration/power_search_spec.rb
219
- - spec/integration/related_items_spec.rb
220
- - spec/integration/seller_listing_search_spec.rb
221
- - spec/integration/twenty_items_spec.rb
204
+ - spec/fixtures/cassette_library/spec/sucker/request.yml
205
+ - spec/fixtures/cassette_library/spec/sucker/response.yml
222
206
  - spec/spec_helper.rb
207
+ - spec/sucker/parameters_spec.rb
208
+ - spec/sucker/request_spec.rb
209
+ - spec/sucker/response_spec.rb
210
+ - spec/sucker_spec.rb
223
211
  - spec/support/amazon.yml
224
212
  - spec/support/amazon.yml.example
225
213
  - spec/support/amazon_credentials.rb
226
214
  - spec/support/asins.rb
227
215
  - spec/support/vcr.rb
228
- - spec/unit/sucker/request_spec.rb
229
- - spec/unit/sucker/response_spec.rb
230
- - spec/unit/sucker_spec.rb
231
216
  has_rdoc: true
232
- homepage: http://gloss.papercavalier.com/sucker
217
+ homepage: https://rubygems.org/gems/sucker
233
218
  licenses: []
234
219
 
235
220
  post_install_message:
@@ -262,45 +247,15 @@ specification_version: 3
262
247
  summary: A Ruby wrapper to the Amazon Product Advertising API
263
248
  test_files:
264
249
  - spec/fixtures/asins.txt
265
- - spec/fixtures/cassette_library/integration/alternate_versions.yml
266
- - spec/fixtures/cassette_library/integration/errors.yml
267
- - spec/fixtures/cassette_library/integration/france.yml
268
- - spec/fixtures/cassette_library/integration/images.yml
269
- - spec/fixtures/cassette_library/integration/item_lookup/multiple.yml
270
- - spec/fixtures/cassette_library/integration/item_lookup/single.yml
271
- - spec/fixtures/cassette_library/integration/item_search.yml
272
- - spec/fixtures/cassette_library/integration/japan.yml
273
- - spec/fixtures/cassette_library/integration/keyword_search.yml
274
- - spec/fixtures/cassette_library/integration/kindle.yml
275
- - spec/fixtures/cassette_library/integration/kindle_2.yml
276
- - spec/fixtures/cassette_library/integration/multiple_locales.yml
277
- - spec/fixtures/cassette_library/integration/power_search.yml
278
- - spec/fixtures/cassette_library/integration/related_items/child.yml
279
- - spec/fixtures/cassette_library/integration/related_items/parent.yml
280
- - spec/fixtures/cassette_library/integration/seller_listings_search.yml
281
- - spec/fixtures/cassette_library/integration/twenty_items.yml
282
- - spec/fixtures/cassette_library/unit/sucker/request.yml
283
- - spec/fixtures/cassette_library/unit/sucker/response.yml
284
- - spec/integration/alternate_versions_spec.rb
285
- - spec/integration/errors_spec.rb
286
- - spec/integration/france_spec.rb
287
- - spec/integration/images_spec.rb
288
- - spec/integration/item_lookup_spec.rb
289
- - spec/integration/item_search_spec.rb
290
- - spec/integration/japan_spec.rb
291
- - spec/integration/keyword_search_spec.rb
292
- - spec/integration/kindle_spec.rb
293
- - spec/integration/multiple_locales_spec.rb
294
- - spec/integration/power_search_spec.rb
295
- - spec/integration/related_items_spec.rb
296
- - spec/integration/seller_listing_search_spec.rb
297
- - spec/integration/twenty_items_spec.rb
250
+ - spec/fixtures/cassette_library/spec/sucker/request.yml
251
+ - spec/fixtures/cassette_library/spec/sucker/response.yml
298
252
  - spec/spec_helper.rb
253
+ - spec/sucker/parameters_spec.rb
254
+ - spec/sucker/request_spec.rb
255
+ - spec/sucker/response_spec.rb
256
+ - spec/sucker_spec.rb
299
257
  - spec/support/amazon.yml
300
258
  - spec/support/amazon.yml.example
301
259
  - spec/support/amazon_credentials.rb
302
260
  - spec/support/asins.rb
303
261
  - spec/support/vcr.rb
304
- - spec/unit/sucker/request_spec.rb
305
- - spec/unit/sucker/response_spec.rb
306
- - spec/unit/sucker_spec.rb
@@ -1,26 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://ecs.amazonaws.co.uk:80/onca/xml?AWSAccessKeyId=0ZVSQ33MDFPQS8H2PM02&AssociateTag=&IdType=ASIN&ItemId=0141044012&Operation=ItemLookup&ResponseGroup=AlternateVersions&Service=AWSECommerceService&Signature=k0eKTFClJbUn0g6wVnG3gJATBXDtJWsItUSERh7r2xM=&Timestamp=2010-12-15T07:16:43Z&Version=2010-09-01
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Wed, 15 Dec 2010 07:16:44 GMT
15
- server:
16
- - Server
17
- content-type:
18
- - text/xml;charset=UTF-8
19
- vary:
20
- - Accept-Encoding,User-Agent
21
- nncoection:
22
- - close
23
- transfer-encoding:
24
- - chunked
25
- body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-09-01"><OperationRequest><HTTPHeaders><Header Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0JVD6D5PPW29J1F2KMPW</RequestId><Arguments><Argument Name="AssociateTag"></Argument><Argument Name="ItemId" Value="0141044012"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature" Value="k0eKTFClJbUn0g6wVnG3gJATBXDtJWsItUSERh7r2xM="></Argument><Argument Name="ResponseGroup" Value="AlternateVersions"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument Name="IdType" Value="ASIN"></Argument><Argument Name="AWSAccessKeyId" Value="0ZVSQ33MDFPQS8H2PM02"></Argument><Argument Name="Timestamp" Value="2010-12-15T07:16:43Z"></Argument><Argument Name="Version" Value="2010-09-01"></Argument></Arguments><RequestProcessingTime>0.0413699150085449</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>0141044012</ItemId><ResponseGroup>AlternateVersions</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>0141044012</ASIN><AlternateVersions><AlternateVersion><ASIN>B003L7YCP8</ASIN><Title>The Pursuit of Love (Unabridged)</Title><Binding>Audio Download</Binding></AlternateVersion><AlternateVersion><ASIN>0307740811</ASIN><Title>The Pursuit of Love (Vintage)</Title><Binding>Paperback</Binding></AlternateVersion><AlternateVersion><ASIN>B003AYZBU2</ASIN><Title>The Pursuit of Love</Title><Binding>Kindle Edition</Binding></AlternateVersion></AlternateVersions></Item></Items></ItemLookupResponse>
26
- http_version: "1.1"
@@ -1,26 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=0ZVSQ33MDFPQS8H2PM02&AssociateTag=&Condition=All&IdType=ASIN&ItemId=0816614024,0007218095,0007218176&MerchantId=All&Operation=ItemLookup&ResponseGroup=ItemAttributes&Service=AWSECommerceService&Signature=4Nsd8JDrBP5Jt8juG/1xVkHT8JbS4ZrHs7neDP5gvZQ=&Timestamp=2010-12-15T07:16:44Z&Version=2010-09-01
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Wed, 15 Dec 2010 07:16:45 GMT
15
- server:
16
- - Server
17
- content-type:
18
- - text/xml;charset=UTF-8
19
- vary:
20
- - Accept-Encoding,User-Agent
21
- nncoection:
22
- - close
23
- transfer-encoding:
24
- - chunked
25
- body: "<?xml version=\"1.0\" ?><ItemLookupResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-09-01\"><OperationRequest><RequestId>b6f201c9-9e42-4603-ac97-8e0546a9eebd</RequestId><Arguments><Argument Name=\"Condition\" Value=\"All\"></Argument><Argument Name=\"Operation\" Value=\"ItemLookup\"></Argument><Argument Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"Signature\" Value=\"4Nsd8JDrBP5Jt8juG/1xVkHT8JbS4ZrHs7neDP5gvZQ=\"></Argument><Argument Name=\"MerchantId\" Value=\"All\"></Argument><Argument Name=\"AssociateTag\"></Argument><Argument Name=\"Version\" Value=\"2010-09-01\"></Argument><Argument Name=\"ItemId\" Value=\"0816614024,0007218095,0007218176\"></Argument><Argument Name=\"IdType\" Value=\"ASIN\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"0ZVSQ33MDFPQS8H2PM02\"></Argument><Argument Name=\"Timestamp\" Value=\"2010-12-15T07:16:44Z\"></Argument><Argument Name=\"ResponseGroup\" Value=\"ItemAttributes\"></Argument></Arguments><RequestProcessingTime>0.1010140000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>All</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>All</MerchantId><OfferPage>1</OfferPage><ItemId>0816614024</ItemId><ItemId>0007218095</ItemId><ItemId>0007218176</ItemId><ResponseGroup>ItemAttributes</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest><Errors><Error><Code>AWS.InvalidParameterValue</Code><Message>0007218095 is not a valid value for ItemId. Please change this value and retry your request.</Message></Error><Error><Code>AWS.InvalidParameterValue</Code><Message>0007218176 is not a valid value for ItemId. Please change this value and retry your request.</Message></Error></Errors></Request><Item><ASIN>0816614024</ASIN><DetailPageURL>http://www.amazon.com/Thousand-Plateaus-Schizophrenia-Gilles-Deleuze/dp/0816614024%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0816614024</DetailPageURL><ItemLinks><ItemLink><Description>Technical Details</Description><URL>http://www.amazon.com/Thousand-Plateaus-Schizophrenia-Gilles-Deleuze/dp/tech-data/0816614024%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Add To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0816614024%26SubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Add To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0816614024%26SubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0816614024%26SubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0816614024%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.com/review/product/0816614024%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0816614024%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0816614024</URL></ItemLink></ItemLinks><ItemAttributes><Author>Gilles Deleuze</Author><Binding>Paperback</Binding><Creator Role=\"Contributor\">Felix Guattari</Creator><DeweyDecimalNumber>194</DeweyDecimalNumber><EAN>9780816614028</EAN><Edition>1</Edition><ISBN>0816614024</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Univ Of Minnesota Press</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>2500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$25.00</FormattedPrice></ListPrice><Manufacturer>Univ Of Minnesota Press</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>632</NumberOfPages><PackageDimensions><Height Units=\"hundredths-inches\">135</Height><Length Units=\"hundredths-inches\">899</Length><Weight Units=\"hundredths-pounds\">183</Weight><Width Units=\"hundredths-inches\">608</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>1987-12-21</PublicationDate><Publisher>Univ Of Minnesota Press</Publisher><Studio>Univ Of Minnesota Press</Studio><Title>Thousand Plateaus: Capitalism and Schizophrenia</Title><TradeInValue><Amount>975</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.75</FormattedPrice></TradeInValue></ItemAttributes></Item></Items></ItemLookupResponse>"
26
- http_version: "1.1"
@@ -1,26 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://ecs.amazonaws.fr:80/onca/xml?AWSAccessKeyId=0ZVSQ33MDFPQS8H2PM02&AssociateTag=&Condition=All&IdType=ASIN&ItemId=2070119874&MerchantId=All&Operation=ItemLookup&ResponseGroup=ItemAttributes,OfferFull&Service=AWSECommerceService&Signature=oBf+D+cMITopmbhm/VAg5HdP5DUSWYnEVrmQ5AxQ2v0=&Timestamp=2010-12-15T07:16:45Z&Version=2010-09-01
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Wed, 15 Dec 2010 07:16:46 GMT
15
- server:
16
- - Server
17
- content-type:
18
- - text/xml;charset=UTF-8
19
- vary:
20
- - Accept-Encoding,User-Agent
21
- nncoection:
22
- - close
23
- transfer-encoding:
24
- - chunked
25
- body: "<?xml version=\"1.0\" ?><ItemLookupResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-09-01\"><OperationRequest><RequestId>9501d686-4fe1-43d9-873b-c53682bc256a</RequestId><Arguments><Argument Name=\"Condition\" Value=\"All\"></Argument><Argument Name=\"Operation\" Value=\"ItemLookup\"></Argument><Argument Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"ItemId\" Value=\"2070119874\"></Argument><Argument Name=\"IdType\" Value=\"ASIN\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"0ZVSQ33MDFPQS8H2PM02\"></Argument><Argument Name=\"Timestamp\" Value=\"2010-12-15T07:16:45Z\"></Argument><Argument Name=\"Signature\" Value=\"oBf+D+cMITopmbhm/VAg5HdP5DUSWYnEVrmQ5AxQ2v0=\"></Argument><Argument Name=\"ResponseGroup\" Value=\"ItemAttributes,OfferFull\"></Argument><Argument Name=\"MerchantId\" Value=\"All\"></Argument><Argument Name=\"AssociateTag\"></Argument><Argument Name=\"Version\" Value=\"2010-09-01\"></Argument></Arguments><RequestProcessingTime>0.0437170000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>All</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>All</MerchantId><OfferPage>1</OfferPage><ItemId>2070119874</ItemId><ResponseGroup>ItemAttributes</ResponseGroup><ResponseGroup>OfferFull</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>2070119874</ASIN><DetailPageURL>http://www.amazon.fr/Larch%C3%A9ologie-du-savoir-Michel-Foucault/dp/2070119874%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D2070119874</DetailPageURL><ItemLinks><ItemLink><Description>Add To Wishlist</Description><URL>http://www.amazon.fr/gp/registry/wishlist/add-item.html%3Fasin.0%3D2070119874%26SubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D12742%26creativeASIN%3D2070119874</URL></ItemLink><ItemLink><Description>Tell A Friend</Description><URL>http://www.amazon.fr/gp/pdp/taf/2070119874%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D12742%26creativeASIN%3D2070119874</URL></ItemLink><ItemLink><Description>All Customer Reviews</Description><URL>http://www.amazon.fr/review/product/2070119874%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D12742%26creativeASIN%3D2070119874</URL></ItemLink><ItemLink><Description>All Offers</Description><URL>http://www.amazon.fr/gp/offer-listing/2070119874%3FSubscriptionId%3D0ZVSQ33MDFPQS8H2PM02%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D12742%26creativeASIN%3D2070119874</URL></ItemLink></ItemLinks><ItemAttributes><Author>Michel Foucault</Author><Binding>Broch\xC3\xA9</Binding><EAN>9782070119875</EAN><ISBN>2070119874</ISBN><Label>Editions Gallimard</Label><Languages><Language><Name>Fran\xC3\xA7ais</Name><Type>Unknown</Type></Language><Language><Name>Fran\xC3\xA7ais</Name><Type>Original Language</Type></Language></Languages><ListPrice><Amount>1100</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 11,00</FormattedPrice></ListPrice><Manufacturer>Editions Gallimard</Manufacturer><NumberOfPages>288</NumberOfPages><PackageDimensions><Height Units=\"hundredths-inches\">79</Height><Length Units=\"hundredths-inches\">748</Length><Weight Units=\"hundredths-pounds\">62</Weight><Width Units=\"hundredths-inches\">488</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-02-07</PublicationDate><Publisher>Editions Gallimard</Publisher><Studio>Editions Gallimard</Studio><Title>L'arch\xC3\xA9ologie du savoir</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1045</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 10,45</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1045</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 10,45</FormattedPrice></LowestUsedPrice><TotalNew>6</TotalNew><TotalUsed>1</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><Offers><TotalOffers>7</TotalOffers><TotalOfferPages>1</TotalOfferPages><Offer><Merchant><MerchantId>A3G3PNXBCDB0DW</MerchantId><Name>chapitre_libraire</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=A3G3PNXBCDB0DW</GlancePage><Location><CountryCode>FR</CountryCode></Location><AverageFeedbackRating>4.5</AverageFeedbackRating><TotalFeedback>20577</TotalFeedback></Merchant><OfferAttributes><Condition>Used</Condition><SubCondition>mint</SubCondition><ConditionNote>EXPEDITION COLIS SUIVI, SUIVI EN LIGNE ET PAR MAIL, PLUS DE 100 000 CLIENTS SATISFAITS</ConditionNote></OfferAttributes><OfferListing><OfferListingId>IBA5uSP8IPn7b9X1jHJHf3gd%2BRK96OWsT8eIF9hRp02xgqhEnsElMO4znxniDeFxGs4G04hgBKzH7RuMWFrH0dnIwkGLk5RglfbJOGHXR0Vg8Me5ttPHHLQzMr%2FJ%2Fb4pUu82VD8r%2FoQ%3D</OfferListingId><ExchangeId>Y13M3877299M3863973</ExchangeId><Price><Amount>1045</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 10,45</FormattedPrice></Price><AmountSaved><Amount>55</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 0,55</FormattedPrice></AmountSaved><PercentageSaved>5</PercentageSaved><Availability>Exp\xC3\xA9dition sous 1 \xC3\xA0 2 jours ouvr\xC3\xA9s</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>998</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1EOXQT1GBGF1E</MerchantId><Name>chapitre_librairie</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=A1EOXQT1GBGF1E</GlancePage><Location><CountryCode>FR</CountryCode></Location><AverageFeedbackRating>4.4</AverageFeedbackRating><TotalFeedback>148647</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>EXPEDITION COLIS SUIVI, SUIVI EN LIGNE ET PAR MAIL, PLUS DE 100 000 CLIENTS SATISFAITS</ConditionNote></OfferAttributes><OfferListing><OfferListingId>hzgQDxrca6K3zcyarNezNem9O6it7jVCNTWvHpfpfQ0UPR4lHfi0Arlp2%2B6yVDrF1oyZzV%2FPnwt25WCcv%2BnKtiY7Ir064AFMeTMePMXqmaNn2bGzU5WzJ7EIYBSiXjGc2cTHQfvvZqc%3D</OfferListingId><ExchangeId>Y14M5010332M5161003</ExchangeId><Price><Amount>1045</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 10,45</FormattedPrice></Price><AmountSaved><Amount>55</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 0,55</FormattedPrice></AmountSaved><PercentageSaved>5</PercentageSaved><Availability>Exp\xC3\xA9dition sous 1 \xC3\xA0 2 jours ouvr\xC3\xA9s</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>999</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1X6FK5RDHNB96</MerchantId><Name>Amazon.fr</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=A1X6FK5RDHNB96</GlancePage><AverageFeedbackRating>0.0</AverageFeedbackRating><TotalFeedback>0</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>hEmmym9jgllcLVhWtdWcr3AYsWu9orn2hdt0DQbJBzxuAPj5qDv3ZlQbvzf7ScLu23BJ%2Fa8kakA3sGAC%2Fc5ztbH%2B07cwRy4Z</OfferListingId><Price><Amount>1046</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 10,46</FormattedPrice></Price><AmountSaved><Amount>54</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 0,54</FormattedPrice></AmountSaved><PercentageSaved>5</PercentageSaved><Availability>Habituellement exp\xC3\xA9di\xC3\xA9 sous 24 h</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>0</MinimumHours><MaximumHours>0</MaximumHours></AvailabilityAttributes><Quantity>-1</Quantity><IsEligibleForSuperSaverShipping>1</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>1</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>ACXHY5958BU5U</MerchantId><Name>quartierlatinlibraire</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=ACXHY5958BU5U</GlancePage><Location><CountryCode>FR</CountryCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>2641</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition><ConditionNote>Quartier Latin. Libraire \xC3\xA0 Saint Etienne.... 40 000 r\xC3\xA9f\xC3\xA9rences en stock... Exp\xC3\xA9dition sous 24 \xC3\xA0 48 heures... Lettres anciennes et modernes. Histoire. D\xC3\xA9couvertes. Sciences humaines. Philosophie. Litt\xC3\xA9ratures polici\xC3\xA8res.</ConditionNote></OfferAttributes><OfferListing><OfferListingId>L%2FigHrE8shPWt%2Fcecdu2Ql2TzwNEM3Uvfisgy860qRvk2b5FMDQgxmN62MhXy53rB%2BSYPJANhvMpuwqTFFQkOGe6YDM8iBZ2iRKQDetkDcandDU%2BmzjtK3rfPcVY5v7Y0adO8408Jwk%3D</OfferListingId><ExchangeId>Y19M2629467M6802798</ExchangeId><Price><Amount>1100</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 11,00</FormattedPrice></Price><Availability>Exp\xC3\xA9dition sous 1 \xC3\xA0 2 jours ouvr\xC3\xA9s</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A3ERDFR0BEJ3HJ</MerchantId><Name>librairie_coiffard</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=A3ERDFR0BEJ3HJ</GlancePage><Location><CountryCode>FR</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>14494</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>YPKxFwiD8vlbf4p3NuBfRhjUKMICqc%2BMs8OrTT8nyrGg%2FXmh45uxxQhtSST%2Bs%2FO4Z0DFmQ8%2BTl6Rh9EmKklp6wHq5rqOtQ7YPN%2Bv7CiiZULv%2FSDXRzTMZmzxqR9aUEs5Vd8k6UnMi28%3D</OfferListingId><ExchangeId>Y15M4375369M8794716</ExchangeId><Price><Amount>1100</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 11,00</FormattedPrice></Price><Availability>Exp\xC3\xA9dition sous 1 \xC3\xA0 2 jours ouvr\xC3\xA9s</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A2NQCJQALMD64M</MerchantId><Name>librairie_ventdouest</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=A2NQCJQALMD64M</GlancePage><Location><CountryCode>FR</CountryCode></Location><AverageFeedbackRating>4.9</AverageFeedbackRating><TotalFeedback>8612</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>RXe2nvgibGy8vNaTuiHnqTkAvTk2QxM2YVy8VEiIm2M8ConLF6oq46sWy0Wbl7CMVkNL2eJXTaF%2F%2Buuo389eypz%2FDt5FvuU0Nf7qc3dVzyponHbZceaYapzrAE9H%2BVp48KFZTxaY4Vg%3D</OfferListingId><ExchangeId>Y20M0526421M6342630</ExchangeId><Price><Amount>1100</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 11,00</FormattedPrice></Price><Availability>Exp\xC3\xA9dition sous 1 \xC3\xA0 2 jours ouvr\xC3\xA9s</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>1</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer><Offer><Merchant><MerchantId>A1X6O0DTKBQ892</MerchantId><Name>livres_en_stocks</Name><GlancePage>http://www.amazon.fr/gp/help/seller/home.html?seller=A1X6O0DTKBQ892</GlancePage><Location><CountryCode>FR</CountryCode></Location><AverageFeedbackRating>4.8</AverageFeedbackRating><TotalFeedback>6045</TotalFeedback></Merchant><OfferAttributes><Condition>New</Condition><SubCondition>new</SubCondition></OfferAttributes><OfferListing><OfferListingId>cQye%2Bqc4U6Pv4FsWggA5A1TFxJAcEHb6B0ukcHaMDfL7vBNbQvMB1Aw2Yq%2FZFNXjU28w8M1ZeyjkDPyRuefHG4OukZTxL1Jxey8MdaZUumQxEGLWDZiiOAmomJBsSSokl%2BcFnBxJLV4%3D</OfferListingId><ExchangeId>Y16M6500383M0666961</ExchangeId><Price><Amount>1100</Amount><CurrencyCode>EUR</CurrencyCode><FormattedPrice>EUR 11,00</FormattedPrice></Price><Availability>Exp\xC3\xA9dition sous 1 \xC3\xA0 2 jours ouvr\xC3\xA9s</Availability><AvailabilityAttributes><AvailabilityType>now</AvailabilityType><MinimumHours>24</MinimumHours><MaximumHours>48</MaximumHours></AvailabilityAttributes><Quantity>3</Quantity><IsEligibleForSuperSaverShipping>0</IsEligibleForSuperSaverShipping><IsFulfilledByAmazon>0</IsFulfilledByAmazon></OfferListing></Offer></Offers></Item></Items></ItemLookupResponse>"
26
- http_version: "1.1"
@@ -1,26 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://ecs.amazonaws.com:80/onca/xml?AWSAccessKeyId=0ZVSQ33MDFPQS8H2PM02&AssociateTag=&IdType=ASIN&ItemId=0816614024&Operation=ItemLookup&ResponseGroup=Images&Service=AWSECommerceService&Signature=rkEDQ0kWgmD6PxYTifVER572q84Bpk9wH9jA9L4sW8I=&Timestamp=2010-12-15T07:16:46Z&Version=2010-09-01
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Wed, 15 Dec 2010 07:16:46 GMT
15
- server:
16
- - Server
17
- content-type:
18
- - text/xml;charset=UTF-8
19
- vary:
20
- - Accept-Encoding,User-Agent
21
- nncoection:
22
- - close
23
- transfer-encoding:
24
- - chunked
25
- body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-09-01"><OperationRequest><RequestId>8d5bb4f5-a127-494f-92c3-a2d08fcae5f4</RequestId><Arguments><Argument Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature" Value="rkEDQ0kWgmD6PxYTifVER572q84Bpk9wH9jA9L4sW8I="></Argument><Argument Name="AssociateTag"></Argument><Argument Name="Version" Value="2010-09-01"></Argument><Argument Name="ItemId" Value="0816614024"></Argument><Argument Name="IdType" Value="ASIN"></Argument><Argument Name="AWSAccessKeyId" Value="0ZVSQ33MDFPQS8H2PM02"></Argument><Argument Name="Timestamp" Value="2010-12-15T07:16:46Z"></Argument><Argument Name="ResponseGroup" Value="Images"></Argument></Arguments><RequestProcessingTime>0.0069680000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>Amazon</MerchantId><OfferPage>1</OfferPage><ItemId>0816614024</ItemId><ResponseGroup>Images</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>0816614024</ASIN><SmallImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL75_.jpg</URL><Height Units="pixels">75</Height><Width Units="pixels">50</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL160_.jpg</URL><Height Units="pixels">160</Height><Width Units="pixels">107</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L.jpg</URL><Height Units="pixels">475</Height><Width Units="pixels">318</Width></LargeImage><ImageSets><ImageSet Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL30_.jpg</URL><Height Units="pixels">30</Height><Width Units="pixels">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL75_.jpg</URL><Height Units="pixels">75</Height><Width Units="pixels">50</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL75_.jpg</URL><Height Units="pixels">75</Height><Width Units="pixels">50</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL110_.jpg</URL><Height Units="pixels">110</Height><Width Units="pixels">74</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L._SL160_.jpg</URL><Height Units="pixels">160</Height><Width Units="pixels">107</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41S5Q3AE70L.jpg</URL><Height Units="pixels">475</Height><Width Units="pixels">318</Width></LargeImage></ImageSet></ImageSets></Item></Items></ItemLookupResponse>
26
- http_version: "1.1"