Module Twitter::Client::Help
In: lib/twitter/client/help.rb

Defines methods related twitter‘s supported features and configuration

Methods

Public Instance methods

Returns the current configuration used by Twitter

@see dev.twitter.com/docs/api/1/get/help/configuration @rate_limited Yes @requires_authentication No @response_format `json` @response_format `xml` @return [Hashie::Mash] Twitter‘s configuration. @example Return the current configuration used by Twitter

  Twitter.configuration

Returns the list of languages supported by Twitter

@see dev.twitter.com/docs/api/1/get/help/languages @rate_limited Yes @requires_authentication No @response_format `json` @response_format `xml` @return [Array] @example Return the list of languages Twitter supports

  Twitter.languages

[Validate]