public interface HelpMethodsAsync
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void |
getLanguages()
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
|
void |
test()
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
|
void test()
void getAPIConfiguration()
void getLanguages()