Skip to content

Commit

Permalink
Add docs for d870b7b [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 26, 2012
1 parent 548a870 commit 4d5a5c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/twitter/client.rb
Expand Up @@ -58,6 +58,8 @@ def connection
end

# Perform an HTTP request
#
# @raise [Twitter::Error::ClientError, Twitter::Error::DecodeError]
def request(method, path, params={}, options={})
uri = options[:endpoint] || @endpoint
uri = URI(uri) unless uri.respond_to?(:host)
Expand Down

0 comments on commit 4d5a5c3

Please sign in to comment.