Module Twitter::REST::Help
In: lib/twitter/rest/help.rb

Methods

Included Modules

Twitter::REST::Utils

Public Instance methods

Returns the current configuration used by Twitter

@see dev.twitter.com/rest/reference/get/help/configuration @rate_limited Yes @authentication Requires user context @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid. @return [Twitter::Configuration] Twitter‘s configuration.

Returns the list of languages supported by Twitter

@see dev.twitter.com/rest/reference/get/help/languages @rate_limited Yes @authentication Requires user context @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid. @return [Array<Twitter::Language>]

Returns {twitter.com/privacy Twitter‘s Privacy Policy}

@see dev.twitter.com/rest/reference/get/help/privacy @rate_limited Yes @authentication Requires user context @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid. @return [String]

Returns {twitter.com/tos Twitter‘s Terms of Service}

@see dev.twitter.com/rest/reference/get/help/tos @rate_limited Yes @authentication Requires user context @raise [Twitter::Error::Unauthorized] Error raised when supplied user credentials are not valid. @return [String]

[Validate]