Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created October 17, 2013 18:24
Show Gist options
  • Save igkuz/7029797 to your computer and use it in GitHub Desktop.
Save igkuz/7029797 to your computer and use it in GitHub Desktop.
class Client < ::Weary::Client
domain "http://google.com"
def initialize
headers("Authorization" => "13")
end
get :test, "search" do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment