Module: EDSApi

Defined in:
lib/ebsco-discovery-service-api.rb

Overview

This is the first, barely tested pass at creating a set of Ruby functions to authenticate to, search, and retrieve from the EDS API. Once this gem is installed, you can find demo code that makes use of the gem here: www.lh2cc.net/dse/efrierson/ruby/eds-alpha-demo.zip

Defined Under Namespace

Classes: Connection, ConnectionHandler

Constant Summary collapse

API_URL =
"http://eds-api.ebscohost.com/"
API_URL_S =
"https://eds-api.ebscohost.com/"