jayfajardo / openlibrary

Ruby Interface for the OpenLibrary API
94 stars 37 forks source link

Openlibrary::Details #18

Closed okcscott closed 10 years ago

okcscott commented 10 years ago

Great work on the gem you guys! I am wanting to use it to consume the book details API by using the ?jscmd=details parameter instead of jscmd=data (like in the Openlibrary::Data class). I noticed that the file for OpenLibrary::Details exists, but the class doesn't. Mind if I fork the project and add in this functionality in a pull-request? I'd love to contribute to the project. Again, great stuff!

jayfajardo commented 10 years ago

sorry for the delayed response. go for it!

okcscott commented 10 years ago

Great. I've submitted a pull-request with the update.