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 @return [Twitter::Configuration] 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 @return [Array<Twitter::Language>] @example Return the list of languages Twitter supports

  Twitter.languages

[Validate]