Class Twitter::Client
In: lib/twitter/client.rb
Parent: Object

Wrapper for the Twitter REST API

@note All methods have been separated into modules and follow the same grouping used in {dev.twitter.com/doc the Twitter API Documentation}. @see dev.twitter.com/pages/every_developer

Methods

delete   get   new   post   put  

Included Modules

Twitter::API Twitter::Configurable

Attributes

rate_limit  [R] 

Public Class methods

Initializes a new Client object

@param options [Hash] @return [Twitter::Client]

Public Instance methods

Perform an HTTP DELETE request

Perform an HTTP GET request

Perform an HTTP POST request

Perform an HTTP UPDATE request

[Validate]