Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recs4

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recs4

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== RECS4 is

An interface library to use the Amazon E-Commerce Service 4.0 (ECS4.0) API on Ruby.

== Example to use

o = RECS4::Operation.new("Your AWSAccessKeyId", :locale => "jp")

ItemLookup Operation

r = o.item_lookup("some asin", :response_group => "Large")

Get element value

r[:items][:item][:asin].text #=> "some asin"

Get attribute value

r[:items][:item][:item_attributes][:creator].a("Role") #=> "Artist"

ItemSearch Operation

r = o.item_search("keywords")

Get total pages

r[:items][:total_pages].text.to_i

Get All items

r[:items][:item].each do |item| item[:item_attributes][:artist].text end

== License

See LICENSE

== Report bugs

https://rubyforge.org/projects/recs4/

== SVN repository

http://www.looselife.org/svn/ruby/lib/recs4/trunk/

== Developper

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc