Class
Twitter::HTTPAuth
In:
lib/twitter/httpauth.rb
Parent:
Object
Methods
delete
get
new
post
put
Included Modules
HTTParty
Attributes
options
[R]
password
[R]
username
[R]
Public Class methods
new
(username, password, options={})
Public Instance methods
delete
(uri, body={}, headers={})
get
(uri, headers={})
post
(uri, body={}, headers={})
put
(uri, body={}, headers={})
[Validate]