Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 980 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 980 Bytes

wckbapi

WorldCat Knowledge Base API ruby library

Dependencies:

  • nokogiri
  • json

*********************** Functions *********************************

GetEntry

  • params -- :id, :entry_uid, :collection_uid
  • returns -- Result Object, Entry Object

SearchEntries

  • params -- :title, :startIndex, :itemsPerPage, :content
  • returns -- Result Object, Array[Entry Object]

SearchProviders, GetProviderInfo

  • params -- :title, :collection_uid
  • returns -- Result Object, Array[Providers Object]

SearchCollections, GetCollectionInfo

  • params -- :title, :institution_id, :collection_uid, :itemsPerPage, :startIndex
  • returns -- Result Object, Array[Collection Object]

Note, these functions can accept any parameters supported by the OCLC Knowledge Base API -- however, these are likely the most relevant for most people.

Questions? Comments?

  • reeset[at]gmail[dot]com