Skip to content

diegomarquez/abebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Ruby wrapper to Abebooks SWS API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages