Project

gbip

0.0
No commit activity in last 3 years
No release in over 3 years
gbip is a small library to interact with the globalbooksinprint.com API. The API is based on raw TCP sockets, none of this fancy HTTP stuff.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.1
>= 0
~> 2.1

Runtime

~> 1.4
~> 1.2
 Project Readme

GBIP

UNMAINTAINED: this library is unmaintained

globalbooksinprint.com is a leading source of bibliographic data. Most clients access the database via the web interface, however there is a TCP socket based API available apon request.

This library is a small convenience layer for querying the API and viewing the results in an object tree.

Installation

gem install gbip

Usage

require 'gbip'

gbip = GBIP::POS.new("username", "password")
puts gbip.find(:first, "0732282721").inspect
puts gbip.find(:first, "0732282721").to_yaml

Disclaimer

I am in no way affiliated with Bowker, the operators of globalbooksinprint.com. Please contact them with questions about the service and how to obtain an account.

Contact

Questions, comments and patches welcome. jimmy at deefa dot com