public
Description: Amazon Associates search gem
Homepage:
Clone URL: git://github.com/handcrafted/a2ws.git
queso (author)
Mon Jun 01 10:05:37 -0700 2009
commit  9f7c58359cc5d036d4bd43a0d9b0c9faf53df0ff
tree    8632bf43a343d2cf813ded556d2d7a55ac374e6c
parent  661fd18b54b971fdbf31ef29076a9da1694b747e
a2ws /
name age message
file .document Sat May 30 07:10:44 -0700 2009 Initial commit to a2ws. [shenie]
file .gitignore Sat May 30 07:10:44 -0700 2009 Initial commit to a2ws. [shenie]
file LICENSE Sat May 30 07:10:44 -0700 2009 Initial commit to a2ws. [shenie]
file README.rdoc Sun May 31 02:12:59 -0700 2009 Fix readme [shenie]
file Rakefile Loading commit data...
file VERSION.yml Mon Jun 01 10:05:37 -0700 2009 Version bump, more tested this time. [queso]
file a2ws.gemspec
directory lib/ Mon Jun 01 10:04:57 -0700 2009 Fixing up how searches work, abstracting variou... [queso]
directory spec/ Sun May 31 02:09:02 -0700 2009 Fix tests [shenie]
README.rdoc

a2ws

Wrapper for Amazon Associates Web Services

How to configure access key to A2WS

  A2WS::Base.configure do |config|
    config.api_key = 'ACCESS KEY ID'
  end

Copyright

Copyright © 2009 Andy Shen. See LICENSE for details.