Module: GBIP

Defined in:
lib/gbip.rb,
lib/gbip/pos.rb,
lib/gbip/title.rb,
lib/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: Error, InvalidLoginError, InvalidRequestError, POS, SystemUnavailableError, Title, Warehouse