Module: RBook::GBIP

Defined in:
lib/rbook/gbip.rb,
lib/rbook/gbip/pos.rb,
lib/rbook/gbip/title.rb,
lib/rbook/gbip/warehouse.rb

Overview

Ruby classes for searching the globalbooksinprint.com API. This is a commercial service and requires a registered account to access. More information on the service can be found at the website.

Basic Usage

gbip = RBook::GBIP::POS.new("username", "password")
puts gbip.find("0091835135").inspect

Defined Under Namespace

Classes: POS, Title, Warehouse