Skip to content

Instantly share code, notes, and snippets.

@wyattdanger
Created December 21, 2011 21:20
Show Gist options
  • Save wyattdanger/1507758 to your computer and use it in GitHub Desktop.
Save wyattdanger/1507758 to your computer and use it in GitHub Desktop.
webmetrics.rb
require 'webmetrics'
@wm = Webmetrics::API.new :api_key => 'foo', :username => 'bar'
@wm.request :method => 'maintenance.getServices', :format => :json do |response|
# do stuff with response
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment