Abebooks

Abebooks is a Ruby wrapper to the Abebooks SWS API.

Usage

Create a request:

req = Abebooks.new(client_key)

Run a query and parse response into a Ruby Hash:

response = request.get(author: 'Tolkien')
response.to_h

Or pass the response into a custom parser:

MyParser.new(res.to_s)