public interface HelpMethods
Modifier and Type | Interface and Description |
---|---|
static interface |
HelpMethods.Language |
Modifier and Type | Method and Description |
---|---|
TwitterAPIConfiguration |
getAPIConfiguration()
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.
|
ResponseList<HelpMethods.Language> |
getLanguages()
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
|
boolean |
test()
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
|
boolean test() throws TwitterException
TwitterException
- when Twitter service or network is unavailableTwitterAPIConfiguration getAPIConfiguration() throws TwitterException
TwitterException
- when Twitter service or network is unavailableResponseList<HelpMethods.Language> getLanguages() throws TwitterException
TwitterException
- when Twitter service or network is unavailable