Skip to content

Instantly share code, notes, and snippets.

@djsun
Created December 8, 2009 16:56
Show Gist options
  • Save djsun/251802 to your computer and use it in GitHub Desktop.
Save djsun/251802 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'datacatalog'
DataCatalog.base_uri = "http://localhost:3000"
DataCatalog.api_key = "CHANGE_THIS"
# r = DataCatalog::About.get
# puts r
r = DataCatalog::User.all
puts r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment