rasin 0.7.0

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 (42) hide show
  1. data/.document +3 -0
  2. data/.gitignore +6 -0
  3. data/.travis.yml +13 -0
  4. data/CHANGELOG.rdoc +49 -0
  5. data/Gemfile +4 -0
  6. data/Gemfile.lock +54 -0
  7. data/README.rdoc +166 -0
  8. data/asin.gemspec +36 -0
  9. data/lib/asin.rb +8 -0
  10. data/lib/asin/client.rb +398 -0
  11. data/lib/asin/configuration.rb +105 -0
  12. data/lib/asin/simple_cart.rb +54 -0
  13. data/lib/asin/simple_item.rb +44 -0
  14. data/lib/asin/simple_node.rb +44 -0
  15. data/lib/asin/version.rb +3 -0
  16. data/rakefile.rb +11 -0
  17. data/spec/asin.yml +4 -0
  18. data/spec/browse_node_spec.rb +17 -0
  19. data/spec/cart_spec.rb +150 -0
  20. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_add_items_to_a_cart.yml +68 -0
  21. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_clear_a_cart.yml +66 -0
  22. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_get_a_cart.yml +67 -0
  23. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_update_a_cart.yml +70 -0
  24. data/spec/cassettes/asin/browse_node_should_lookup_a_browse_node.yml +38 -0
  25. data/spec/cassettes/asin/cart_should_create_a_cart.yml +36 -0
  26. data/spec/cassettes/asin/lookup_and_search_should_have_metadata.yml +81 -0
  27. data/spec/cassettes/asin/lookup_and_search_should_lookup_a_book.yml +81 -0
  28. data/spec/cassettes/asin/lookup_and_search_should_lookup_multiple_books.yml +131 -0
  29. data/spec/cassettes/asin/lookup_and_search_should_lookup_multiple_response_groups.yml +43 -0
  30. data/spec/cassettes/asin/lookup_and_search_should_return_a_custom_item_class.yml +81 -0
  31. data/spec/cassettes/asin/lookup_and_search_should_return_a_mash_value.yml +81 -0
  32. data/spec/cassettes/asin/lookup_and_search_should_return_a_rash_value.yml +81 -0
  33. data/spec/cassettes/asin/lookup_and_search_should_return_a_raw_value.yml +81 -0
  34. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_a_book_with_fulltext.yml +538 -0
  35. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_and_handle_a_single_result.yml +72 -0
  36. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_never_mind_music.yml +119 -0
  37. data/spec/cassettes/asin/lookup_and_search_should_search_music.yml +37 -0
  38. data/spec/cassettes/asin/lookup_and_search_should_search_never_mind_music.yml +122 -0
  39. data/spec/config_spec.rb +53 -0
  40. data/spec/search_spec.rb +101 -0
  41. data/spec/spec_helper.rb +47 -0
  42. metadata +197 -0
@@ -0,0 +1,66 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&Item.0.ASIN=1430218150&Item.0.Quantity=1&Operation=CartCreate&Service=AWSECommerceService&Signature=oTp3f7GGEEy6YMH6DrENoe6t1Fmzptnn+8KwZ8qsew0=&Timestamp=2011-11-17T12:26:32Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:32 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"?><CartCreateResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0S7WKYDBB26VJRN0RQ7H</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
28
+ Name="Item.0.Quantity" Value="1"></Argument><Argument Name="Signature" Value="oTp3f7GGEEy6YMH6DrENoe6t1Fmzptnn+8KwZ8qsew0="></Argument><Argument
29
+ Name="Item.0.ASIN" Value="1430218150"></Argument><Argument Name="Operation"
30
+ Value="CartCreate"></Argument><Argument Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument
31
+ Name="Timestamp" Value="2011-11-17T12:26:32Z"></Argument><Argument Name="Version"
32
+ Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.156518936157227</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartCreateRequest><Items><Item><ASIN>1430218150</ASIN><Quantity>1</Quantity></Item></Items></CartCreateRequest></Request><CartId>176-7977764-6195833</CartId><HMAC>gO1ppsDorp9J2+meQ+kz8MwiLoc=</HMAC><URLEncodedHMAC>gO1ppsDorp9J2%2BmeQ%2Bkz8MwiLoc%3D</URLEncodedHMAC><PurchaseURL>https://www.amazon.com/gp/cart/aws-merge.html?cart-id=176-7977764-6195833%26associate-id=ws%26hmac=gO1ppsDorp9J2%2BmeQ%2Bkz8MwiLoc=%26SubscriptionId=AKIAJFA5X7RTOKFNPVZQ%26MergeCart=False</PurchaseURL><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItems><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItem><CartItemId>U3G241HVLLB8N6</CartItemId><ASIN>1430218150</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><SellerNickname>Amazon.com</SellerNickname><Quantity>1</Quantity><Title>Learn
33
+ Objective-C on the Mac (Learn Series)</Title><ProductGroup>Book</ProductGroup><Price><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></Price><ItemTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></ItemTotal></CartItem></CartItems></Cart></CartCreateResponse>
34
+ http_version: '1.1'
35
+ - !ruby/struct:VCR::HTTPInteraction
36
+ request: !ruby/struct:VCR::Request
37
+ method: :get
38
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&CartId=176-7977764-6195833&HMAC=gO1ppsDorp9J2+meQ+kz8MwiLoc=&Operation=CartClear&Service=AWSECommerceService&Signature=bK6MGyQSRjta57X8nDG1N88R5UjWfXroaC6TdWATP3o=&Timestamp=2011-11-17T12:26:32Z&Version=2010-11-01
39
+ body:
40
+ headers:
41
+ response: !ruby/struct:VCR::Response
42
+ status: !ruby/struct:VCR::ResponseStatus
43
+ code: 200
44
+ message: OK
45
+ headers:
46
+ date:
47
+ - Thu, 17 Nov 2011 12:26:33 GMT
48
+ server:
49
+ - Server
50
+ content-type:
51
+ - text/xml;charset=UTF-8
52
+ vary:
53
+ - Accept-Encoding,User-Agent
54
+ nncoection:
55
+ - close
56
+ transfer-encoding:
57
+ - chunked
58
+ body: <?xml version="1.0" encoding="UTF-8"?><CartClearResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
59
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0PE5EGXJS09J48E24P5Y</RequestId><Arguments><Argument
60
+ Name="AssociateTag"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
61
+ Name="Signature" Value="bK6MGyQSRjta57X8nDG1N88R5UjWfXroaC6TdWATP3o="></Argument><Argument
62
+ Name="HMAC" Value="gO1ppsDorp9J2+meQ+kz8MwiLoc="></Argument><Argument Name="Operation"
63
+ Value="CartClear"></Argument><Argument Name="CartId" Value="176-7977764-6195833"></Argument><Argument
64
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
65
+ Value="2011-11-17T12:26:32Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0426430702209473</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartClearRequest><CartId>176-7977764-6195833</CartId><HMAC>gO1ppsDorp9J2+meQ+kz8MwiLoc=</HMAC></CartClearRequest></Request><CartId>176-7977764-6195833</CartId><HMAC>gO1ppsDorp9J2+meQ+kz8MwiLoc=</HMAC><URLEncodedHMAC>gO1ppsDorp9J2%2BmeQ%2Bkz8MwiLoc%3D</URLEncodedHMAC></Cart></CartClearResponse>
66
+ http_version: '1.1'
@@ -0,0 +1,67 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&Item.0.ASIN=1430218150&Item.0.Quantity=1&Operation=CartCreate&Service=AWSECommerceService&Signature=uC3d2A48NLA2USxLY9YtkhmHV2AMf9GdLhmNC5az9cs=&Timestamp=2011-11-17T12:26:33Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:33 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"?><CartCreateResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0JM8QZYZPGX221HRPDN1</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
28
+ Name="Item.0.Quantity" Value="1"></Argument><Argument Name="Signature" Value="uC3d2A48NLA2USxLY9YtkhmHV2AMf9GdLhmNC5az9cs="></Argument><Argument
29
+ Name="Item.0.ASIN" Value="1430218150"></Argument><Argument Name="Operation"
30
+ Value="CartCreate"></Argument><Argument Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument
31
+ Name="Timestamp" Value="2011-11-17T12:26:33Z"></Argument><Argument Name="Version"
32
+ Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.226226091384888</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartCreateRequest><Items><Item><ASIN>1430218150</ASIN><Quantity>1</Quantity></Item></Items></CartCreateRequest></Request><CartId>189-0274870-4904831</CartId><HMAC>McYyKJ1i0vUfKsUXUKzCdLEQqCM=</HMAC><URLEncodedHMAC>McYyKJ1i0vUfKsUXUKzCdLEQqCM%3D</URLEncodedHMAC><PurchaseURL>https://www.amazon.com/gp/cart/aws-merge.html?cart-id=189-0274870-4904831%26associate-id=ws%26hmac=McYyKJ1i0vUfKsUXUKzCdLEQqCM=%26SubscriptionId=AKIAJFA5X7RTOKFNPVZQ%26MergeCart=False</PurchaseURL><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItems><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItem><CartItemId>U3G241HVLLB8N6</CartItemId><ASIN>1430218150</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><SellerNickname>Amazon.com</SellerNickname><Quantity>1</Quantity><Title>Learn
33
+ Objective-C on the Mac (Learn Series)</Title><ProductGroup>Book</ProductGroup><Price><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></Price><ItemTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></ItemTotal></CartItem></CartItems></Cart></CartCreateResponse>
34
+ http_version: '1.1'
35
+ - !ruby/struct:VCR::HTTPInteraction
36
+ request: !ruby/struct:VCR::Request
37
+ method: :get
38
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&CartId=189-0274870-4904831&HMAC=McYyKJ1i0vUfKsUXUKzCdLEQqCM=&Operation=CartGet&Service=AWSECommerceService&Signature=YSFx7S0ol7MODAx4sYKWWwhTvKukBKWg5LYgkhsa6Cg=&Timestamp=2011-11-17T12:26:33Z&Version=2010-11-01
39
+ body:
40
+ headers:
41
+ response: !ruby/struct:VCR::Response
42
+ status: !ruby/struct:VCR::ResponseStatus
43
+ code: 200
44
+ message: OK
45
+ headers:
46
+ date:
47
+ - Thu, 17 Nov 2011 12:26:33 GMT
48
+ server:
49
+ - Server
50
+ content-type:
51
+ - text/xml;charset=UTF-8
52
+ vary:
53
+ - Accept-Encoding,User-Agent
54
+ nncoection:
55
+ - close
56
+ transfer-encoding:
57
+ - chunked
58
+ body: <?xml version="1.0" encoding="UTF-8"?><CartGetResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
59
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0E8MY4VQHYHM1GRV4DDF</RequestId><Arguments><Argument
60
+ Name="AssociateTag"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
61
+ Name="Signature" Value="YSFx7S0ol7MODAx4sYKWWwhTvKukBKWg5LYgkhsa6Cg="></Argument><Argument
62
+ Name="HMAC" Value="McYyKJ1i0vUfKsUXUKzCdLEQqCM="></Argument><Argument Name="Operation"
63
+ Value="CartGet"></Argument><Argument Name="CartId" Value="189-0274870-4904831"></Argument><Argument
64
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
65
+ Value="2011-11-17T12:26:33Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.112384080886841</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartGetRequest><CartId>189-0274870-4904831</CartId><HMAC>McYyKJ1i0vUfKsUXUKzCdLEQqCM=</HMAC></CartGetRequest></Request><CartId>189-0274870-4904831</CartId><HMAC>McYyKJ1i0vUfKsUXUKzCdLEQqCM=</HMAC><URLEncodedHMAC>McYyKJ1i0vUfKsUXUKzCdLEQqCM%3D</URLEncodedHMAC><PurchaseURL>https://www.amazon.com/gp/cart/aws-merge.html?cart-id=189-0274870-4904831%26associate-id=ws%26hmac=McYyKJ1i0vUfKsUXUKzCdLEQqCM=%26SubscriptionId=AKIAJFA5X7RTOKFNPVZQ%26MergeCart=False</PurchaseURL><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItems><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItem><CartItemId>U3G241HVLLB8N6</CartItemId><ASIN>1430218150</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><SellerNickname>Amazon.com</SellerNickname><Quantity>1</Quantity><Title>Learn
66
+ Objective-C on the Mac (Learn Series)</Title><ProductGroup>Book</ProductGroup><Price><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></Price><ItemTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></ItemTotal></CartItem></CartItems></Cart></CartGetResponse>
67
+ http_version: '1.1'
@@ -0,0 +1,70 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&Item.0.ASIN=1430218150&Item.0.Quantity=1&Operation=CartCreate&Service=AWSECommerceService&Signature=5sWyeKMk9jtVYoITVfJMjolGlzvDJ0fIk7rP4il81Lo=&Timestamp=2011-11-17T12:26:34Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:35 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"?><CartCreateResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>080HDDH7QTD3055Y1KC4</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
28
+ Name="Item.0.Quantity" Value="1"></Argument><Argument Name="Signature" Value="5sWyeKMk9jtVYoITVfJMjolGlzvDJ0fIk7rP4il81Lo="></Argument><Argument
29
+ Name="Item.0.ASIN" Value="1430218150"></Argument><Argument Name="Operation"
30
+ Value="CartCreate"></Argument><Argument Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument
31
+ Name="Timestamp" Value="2011-11-17T12:26:34Z"></Argument><Argument Name="Version"
32
+ Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.120660066604614</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartCreateRequest><Items><Item><ASIN>1430218150</ASIN><Quantity>1</Quantity></Item></Items></CartCreateRequest></Request><CartId>179-8519106-5682114</CartId><HMAC>FZlklEs7+b0d3OlXs4HF618Lypo=</HMAC><URLEncodedHMAC>FZlklEs7%2Bb0d3OlXs4HF618Lypo%3D</URLEncodedHMAC><PurchaseURL>https://www.amazon.com/gp/cart/aws-merge.html?cart-id=179-8519106-5682114%26associate-id=ws%26hmac=FZlklEs7%2Bb0d3OlXs4HF618Lypo=%26SubscriptionId=AKIAJFA5X7RTOKFNPVZQ%26MergeCart=False</PurchaseURL><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItems><SubTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></SubTotal><CartItem><CartItemId>U3G241HVLLB8N6</CartItemId><ASIN>1430218150</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><SellerNickname>Amazon.com</SellerNickname><Quantity>1</Quantity><Title>Learn
33
+ Objective-C on the Mac (Learn Series)</Title><ProductGroup>Book</ProductGroup><Price><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></Price><ItemTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></ItemTotal></CartItem></CartItems></Cart></CartCreateResponse>
34
+ http_version: '1.1'
35
+ - !ruby/struct:VCR::HTTPInteraction
36
+ request: !ruby/struct:VCR::Request
37
+ method: :get
38
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&CartId=179-8519106-5682114&HMAC=FZlklEs7+b0d3OlXs4HF618Lypo=&Item.0.Action=SaveForLater&Item.0.CartItemId=U3G241HVLLB8N6&Item.1.CartItemId=U3G241HVLLB8N6&Item.1.Quantity=7&Operation=CartModify&Service=AWSECommerceService&Signature=1G9aMbTW/g2/3yHdXFQt6ehKkevQkpR0TdWoBMT7jjc=&Timestamp=2011-11-17T12:26:35Z&Version=2010-11-01
39
+ body:
40
+ headers:
41
+ response: !ruby/struct:VCR::Response
42
+ status: !ruby/struct:VCR::ResponseStatus
43
+ code: 200
44
+ message: OK
45
+ headers:
46
+ date:
47
+ - Thu, 17 Nov 2011 12:26:35 GMT
48
+ server:
49
+ - Server
50
+ content-type:
51
+ - text/xml;charset=UTF-8
52
+ vary:
53
+ - Accept-Encoding,User-Agent
54
+ nncoection:
55
+ - close
56
+ transfer-encoding:
57
+ - chunked
58
+ body: <?xml version="1.0" encoding="UTF-8"?><CartModifyResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
59
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0G4P4JSJ2GV45GNQKQ6R</RequestId><Arguments><Argument
60
+ Name="AssociateTag"></Argument><Argument Name="Item.0.Action" Value="SaveForLater"></Argument><Argument
61
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
62
+ Value="1G9aMbTW/g2/3yHdXFQt6ehKkevQkpR0TdWoBMT7jjc="></Argument><Argument Name="Item.1.Quantity"
63
+ Value="7"></Argument><Argument Name="Item.1.CartItemId" Value="U3G241HVLLB8N6"></Argument><Argument
64
+ Name="HMAC" Value="FZlklEs7+b0d3OlXs4HF618Lypo="></Argument><Argument Name="Operation"
65
+ Value="CartModify"></Argument><Argument Name="CartId" Value="179-8519106-5682114"></Argument><Argument
66
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Item.0.CartItemId"
67
+ Value="U3G241HVLLB8N6"></Argument><Argument Name="Timestamp" Value="2011-11-17T12:26:35Z"></Argument><Argument
68
+ Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0692710876464844</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartModifyRequest><CartId>179-8519106-5682114</CartId><HMAC>FZlklEs7+b0d3OlXs4HF618Lypo=</HMAC><Items><Item><Action>SaveForLater</Action><CartItemId>U3G241HVLLB8N6</CartItemId></Item><Item><CartItemId>U3G241HVLLB8N6</CartItemId><Quantity>7</Quantity></Item></Items></CartModifyRequest></Request><CartId>179-8519106-5682114</CartId><HMAC>FZlklEs7+b0d3OlXs4HF618Lypo=</HMAC><URLEncodedHMAC>FZlklEs7%2Bb0d3OlXs4HF618Lypo%3D</URLEncodedHMAC><PurchaseURL>https://www.amazon.com/gp/cart/aws-merge.html?cart-id=179-8519106-5682114%26associate-id=ws%26hmac=FZlklEs7%2Bb0d3OlXs4HF618Lypo=%26SubscriptionId=AKIAJFA5X7RTOKFNPVZQ%26MergeCart=False</PurchaseURL><SubTotal><Amount>15197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$151.97</FormattedPrice></SubTotal><SavedForLaterItems><SubTotal><Amount>15197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$151.97</FormattedPrice></SubTotal><SavedForLaterItem><CartItemId>U3G241HVLLB8N6</CartItemId><ASIN>1430218150</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><Quantity>7</Quantity><Title>Learn
69
+ Objective-C on the Mac (Learn Series)</Title><ProductGroup>Book</ProductGroup><Price><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></Price><ItemTotal><Amount>15197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$151.97</FormattedPrice></ItemTotal></SavedForLaterItem></SavedForLaterItems></Cart></CartModifyResponse>
70
+ http_version: '1.1'
@@ -0,0 +1,38 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&BrowseNodeId=599826&Operation=BrowseNodeLookup&ResponseGroup=BrowseNodeInfo&Service=AWSECommerceService&Signature=X4LyyNaakwi097ag5RVYkNCYnPz6h/cPKH2d1T9e0JY=&Timestamp=2011-11-17T12:26:31Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:31 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"?><BrowseNodeLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0WY3QFSNV26A8T5XKN46</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
28
+ Name="Signature" Value="X4LyyNaakwi097ag5RVYkNCYnPz6h/cPKH2d1T9e0JY="></Argument><Argument
29
+ Name="ResponseGroup" Value="BrowseNodeInfo"></Argument><Argument Name="Operation"
30
+ Value="BrowseNodeLookup"></Argument><Argument Name="BrowseNodeId" Value="599826"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:31Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0136559009552002</RequestProcessingTime></OperationRequest><BrowseNodes><Request><IsValid>True</IsValid><BrowseNodeLookupRequest><BrowseNodeId>599826</BrowseNodeId><ResponseGroup>BrowseNodeInfo</ResponseGroup></BrowseNodeLookupRequest></Request><BrowseNode><BrowseNodeId>599826</BrowseNodeId><Name>Comedy</Name><Ancestors><BrowseNode><BrowseNodeId>501230</BrowseNodeId><Name>Boxed
33
+ Sets</Name><Ancestors><BrowseNode><BrowseNodeId>2998369011</BrowseNodeId><Name>DVD
34
+ Custom Stores</Name><Ancestors><BrowseNode><BrowseNodeId>2644982011</BrowseNodeId><Name>Custom
35
+ Stores</Name><Ancestors><BrowseNode><BrowseNodeId>2644981011</BrowseNodeId><Name>Specialty
36
+ Stores</Name><Ancestors><BrowseNode><BrowseNodeId>2625373011</BrowseNodeId><Name>Movies
37
+ &amp; TV</Name></BrowseNode></Ancestors></BrowseNode></Ancestors></BrowseNode></Ancestors></BrowseNode></Ancestors></BrowseNode></Ancestors></BrowseNode></BrowseNodes></BrowseNodeLookupResponse>
38
+ http_version: '1.1'
@@ -0,0 +1,36 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&Item.0.ASIN=1430218150&Item.0.Quantity=1&Item.1.ASIN=1430216263&Item.1.Quantity=2&Operation=CartCreate&Service=AWSECommerceService&Signature=G6GWgVk4He5hZUwdSRUzM/rkTmgLz18XIIoz8LTmTGI=&Timestamp=2011-11-17T12:26:31Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:31 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"?><CartCreateResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>02NXJMQY1JB6X2M2A7DA</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="Item.1.ASIN" Value="1430216263"></Argument><Argument
28
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Item.0.Quantity"
29
+ Value="1"></Argument><Argument Name="Signature" Value="G6GWgVk4He5hZUwdSRUzM/rkTmgLz18XIIoz8LTmTGI="></Argument><Argument
30
+ Name="Item.0.ASIN" Value="1430218150"></Argument><Argument Name="Item.1.Quantity"
31
+ Value="2"></Argument><Argument Name="Operation" Value="CartCreate"></Argument><Argument
32
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
33
+ Value="2011-11-17T12:26:31Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.179362058639526</RequestProcessingTime></OperationRequest><Cart><Request><IsValid>True</IsValid><CartCreateRequest><Items><Item><ASIN>1430218150</ASIN><Quantity>1</Quantity></Item><Item><ASIN>1430216263</ASIN><Quantity>2</Quantity></Item></Items></CartCreateRequest></Request><CartId>182-0307429-2228417</CartId><HMAC>o4jdWaqc/iYEV2kgKDc5XFcSccY=</HMAC><URLEncodedHMAC>o4jdWaqc%2FiYEV2kgKDc5XFcSccY%3D</URLEncodedHMAC><PurchaseURL>https://www.amazon.com/gp/cart/aws-merge.html?cart-id=182-0307429-2228417%26associate-id=ws%26hmac=o4jdWaqc/iYEV2kgKDc5XFcSccY=%26SubscriptionId=AKIAJFA5X7RTOKFNPVZQ%26MergeCart=False</PurchaseURL><SubTotal><Amount>7449</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$74.49</FormattedPrice></SubTotal><CartItems><SubTotal><Amount>7449</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$74.49</FormattedPrice></SubTotal><CartItem><CartItemId>U3G241HVLLB8N6</CartItemId><ASIN>1430218150</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><SellerNickname>Amazon.com</SellerNickname><Quantity>1</Quantity><Title>Learn
34
+ Objective-C on the Mac (Learn Series)</Title><ProductGroup>Book</ProductGroup><Price><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></Price><ItemTotal><Amount>2171</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.71</FormattedPrice></ItemTotal></CartItem><CartItem><CartItemId>U3CFEHHIPJNW3L</CartItemId><ASIN>1430216263</ASIN><MerchantId>ATVPDKIKX0DER</MerchantId><SellerId>A2R2RITDJNW1Q6</SellerId><SellerNickname>Amazon.com</SellerNickname><Quantity>2</Quantity><Title>Beginning
35
+ iPhone Development: Exploring the iPhone SDK</Title><ProductGroup>Book</ProductGroup><Price><Amount>2639</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$26.39</FormattedPrice></Price><ItemTotal><Amount>5278</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$52.78</FormattedPrice></ItemTotal></CartItem></CartItems></Cart></CartCreateResponse>'
36
+ http_version: '1.1'
@@ -0,0 +1,81 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=Npr2EeHz/6LoRqC6OEmmjLkyoFyR88UmnpB366XDQ3o=&Timestamp=2011-11-17T12:26:36Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:36 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-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0WJPJM3NR1B2TD8AFE5J</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
28
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
29
+ Value="Npr2EeHz/6LoRqC6OEmmjLkyoFyR88UmnpB366XDQ3o="></Argument><Argument Name="ResponseGroup"
30
+ Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:36Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0319437980651855</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
33
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
34
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
35
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
36
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
37
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
38
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
39
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
41
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
42
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
46
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
47
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
48
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
49
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
50
+ Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
51
+ ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
52
+ Mac</Feature><Feature>Take your coding skills to the next level with this extensive
53
+ guide to ObjectiveC, the native programming language for developing sophisticated
54
+ software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
55
+ Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
56
+ Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
57
+ Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
58
+ Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
59
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
+ with this extensive guide to Objective—C, the native programming language for
62
+ developing sophisticated software applications for Mac OS X. Objective—C is
63
+ a powerful, object—oriented extension of C, making this book the perfect follow—up
64
+ to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
65
+ an experienced C programmer or youÕre coming from a different language such
66
+ as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
67
+ how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
68
+ complete course on the basics of Objective—C using AppleÕs free Xcode tools&lt;li&gt;An
69
+ introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
70
+ of inheritance, composition, object initialization, categories, protocols, memory
71
+ management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
72
+ framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
73
+ youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
74
+ gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
75
+ Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
76
+ variables and how to design your own data structures.&lt;li&gt;Work with the
77
+ file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
78
+ is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
79
+ program native applications in Mac OS X, including developers new to the Mac,
80
+ developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
+ http_version: '1.1'
@@ -0,0 +1,81 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=HviZwBRydx//vvn5nFhiRlqO9sdeSkECGK+zgTAbsRg=&Timestamp=2011-11-17T12:26:35Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:35 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-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>016R8HFAHNHNP3CDAGXJ</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
28
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
29
+ Value="HviZwBRydx//vvn5nFhiRlqO9sdeSkECGK+zgTAbsRg="></Argument><Argument Name="ResponseGroup"
30
+ Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:35Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0330829620361328</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
33
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
34
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
35
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
36
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
37
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
38
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
39
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
41
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
42
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
46
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
47
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
48
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
49
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
50
+ Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
51
+ ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
52
+ Mac</Feature><Feature>Take your coding skills to the next level with this extensive
53
+ guide to ObjectiveC, the native programming language for developing sophisticated
54
+ software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
55
+ Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
56
+ Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
57
+ Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
58
+ Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
59
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
+ with this extensive guide to Objective—C, the native programming language for
62
+ developing sophisticated software applications for Mac OS X. Objective—C is
63
+ a powerful, object—oriented extension of C, making this book the perfect follow—up
64
+ to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
65
+ an experienced C programmer or youÕre coming from a different language such
66
+ as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
67
+ how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
68
+ complete course on the basics of Objective—C using AppleÕs free Xcode tools&lt;li&gt;An
69
+ introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
70
+ of inheritance, composition, object initialization, categories, protocols, memory
71
+ management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
72
+ framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
73
+ youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
74
+ gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
75
+ Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
76
+ variables and how to design your own data structures.&lt;li&gt;Work with the
77
+ file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
78
+ is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
79
+ program native applications in Mac OS X, including developers new to the Mac,
80
+ developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
+ http_version: '1.1'
@@ -0,0 +1,131 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150,1430216263&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=i/g4swEwkR6lFS0suFPw+6PTUqfEhIwJ9ERAP4+p1bM=&Timestamp=2011-11-17T12:26:36Z&Version=2010-11-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
+ - Thu, 17 Nov 2011 12:26:36 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-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>15M6SHS953BWYGZFYB6B</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150,1430216263"></Argument><Argument
28
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
29
+ Value="i/g4swEwkR6lFS0suFPw+6PTUqfEhIwJ9ERAP4+p1bM="></Argument><Argument Name="ResponseGroup"
30
+ Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:36Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0527219772338867</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430216263</ItemId><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430216263</ASIN><DetailPageURL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430216263</DetailPageURL><ItemLinks><ItemLink><Description>Technical
33
+ Details</Description><URL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/tech-data/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Add
34
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430216263%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Add
35
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430216263%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Add
36
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430216263%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Tell
37
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>All
38
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>All
39
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink></ItemLinks><SalesRank>231995</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL75_.jpg</URL><Height
40
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL160_.jpg</URL><Height
41
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL500_.jpg</URL><Height
42
+ Units="pixels">500</Height><Width Units="pixels">378</Width></LargeImage><ImageSets><ImageSet
43
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL30_.jpg</URL><Height
44
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL75_.jpg</URL><Height
45
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL75_.jpg</URL><Height
46
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL110_.jpg</URL><Height
47
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL160_.jpg</URL><Height
48
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL500_.jpg</URL><Height
49
+ Units="pixels">500</Height><Width Units="pixels">378</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Dave
50
+ Mark</Author><Author>Jeff LaMarche</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430216261</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.26</DeweyDecimalNumber><EAN>9781430216261</EAN><EANList><EANListElement>9781430216261</EANListElement></EANList><Edition>1st
51
+ ed. 2009. Corr. 4th printing</Edition><Feature>Apress Beginning iPhone Development:
52
+ Exporing the iPhone SDK</Feature><Feature>Are you a programmer looking for a
53
+ new challenge? Does the thought of building your very own iPhone app make your
54
+ heart race and your pulse quicken? If so, then Beginning iPhone Development
55
+ is just the book for you.</Feature><ISBN>1430216263</ISBN><ItemDimensions><Height
56
+ Units="hundredths-inches">130</Height><Length Units="hundredths-inches">920</Length><Weight
57
+ Units="hundredths-pounds">200</Weight><Width Units="hundredths-inches">750</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>9781430216261</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>536</NumberOfPages><PackageDimensions><Height
58
+ Units="hundredths-inches">130</Height><Length Units="hundredths-inches">920</Length><Weight
59
+ Units="hundredths-pounds">190</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><PartNumber>9781430216261</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-11-21</PublicationDate><Publisher>Apress</Publisher><SKU>3_1430216263</SKU><Studio>Apress</Studio><Title>Beginning
60
+ iPhone Development: Exploring the iPhone SDK</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>234</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.34</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>234</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.34</FormattedPrice></LowestUsedPrice><TotalNew>54</TotalNew><TotalUsed>65</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
61
+ Description</Source><Content>&lt;p&gt; Are you a programmer looking for a new
62
+ challenge? Does the thought of building your very own iPhone app make your heart
63
+ race and your pulse quicken? If so, then Beginning iPhone Development is just
64
+ the book for you. &lt;/p&gt; &lt;p&gt; Assuming only a minimal working knowledge
65
+ of Objective-C, and written in a friendly, easy-to-follow style, Beginning iPhone
66
+ Development offers a complete soup-to-nuts course in iPhone and iPod touch programming.
67
+ &lt;/p&gt; &lt;p&gt; The book starts with the basics, walking you through the
68
+ process of downloading and installing Apple''s free iPhone SDK, then stepping
69
+ you though the creation of your first simple iPhone application. You''ll move
70
+ on from there, mastering all the iPhone interface elements that you''ve come
71
+ to know and love, such as buttons, switches, pickers, toolbars, sliders, etc.
72
+ &lt;/p&gt; &lt;p&gt; You''ll master a variety of design patterns, from the simplest
73
+ single view to complex hierarchical drill-downs. You''ll master the art of table-building
74
+ and learn how to save your data using the iPhone file system. You''ll also learn
75
+ how to save and retrieve your data using SQLite, iPhone''s built-in database
76
+ management system. &lt;/p&gt; &lt;p&gt; You''ll learn how to draw using Quartz
77
+ 2D and OpenGL ES. You''ll add MultiTouch Gestural Support (pinches and swipes)
78
+ to your applications, and work with the Camera, Photo Library, and Accelerometer.
79
+ You''ll master application preferences, learn how to localize your apps into
80
+ other languages, and so much more. &lt;/p&gt; &lt;p&gt; Apple''s iPhone SDK,
81
+ this book, and your imagination are all you''ll need to start building your
82
+ very own best-selling iPhone applications. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;</Content></EditorialReview></EditorialReviews></Item><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
83
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
84
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
85
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
86
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
87
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
88
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
89
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
90
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
91
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
92
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
93
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
94
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
95
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
96
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
97
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
98
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
99
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
100
+ Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
101
+ ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
102
+ Mac</Feature><Feature>Take your coding skills to the next level with this extensive
103
+ guide to ObjectiveC, the native programming language for developing sophisticated
104
+ software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
105
+ Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
106
+ Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
107
+ Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
108
+ Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
109
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
110
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
111
+ with this extensive guide to Objective—C, the native programming language for
112
+ developing sophisticated software applications for Mac OS X. Objective—C is
113
+ a powerful, object—oriented extension of C, making this book the perfect follow—up
114
+ to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
115
+ an experienced C programmer or youÕre coming from a different language such
116
+ as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
117
+ how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
118
+ complete course on the basics of Objective—C using AppleÕs free Xcode tools&lt;li&gt;An
119
+ introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
120
+ of inheritance, composition, object initialization, categories, protocols, memory
121
+ management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
122
+ framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
123
+ youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
124
+ gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
125
+ Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
126
+ variables and how to design your own data structures.&lt;li&gt;Work with the
127
+ file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
128
+ is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
129
+ program native applications in Mac OS X, including developers new to the Mac,
130
+ developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>'
131
+ http_version: '1.1'