Skip to content

reeset/wckbapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gem for the Worldcat Knowledge Base API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages