-
curb-fu gem
-
curb gem
-
libcurl development library
Client for ContentDM JSON web service (and eventually a ContentDM scraper…)
An API for the ContentDM JSON RESTful web service available at github.com/dkastner/contentdm_rest
-
Fetch Collections (all or individual), compound items (coming soon), and standard items.
-
Fullly object-oriented interface
gem install contentdm
contentdm = ContentDM.connect('example.com', 'cdm_rest') contentdm.collections.each do |collection| puts "Name: #{collection.name}, Alias: #{collection.alias}" end