public interface HelpResourcesAsync
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 |
getPrivacyPolicy()
Returns Twitter's Privacy Policy.
|
void |
getRateLimitStatus()
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation. |
void |
getRateLimitStatus(String... resources)
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation. |
void |
getTermsOfService()
Returns Twitter's' Terms of Service.
|
void getAPIConfiguration()
void getLanguages()
void getPrivacyPolicy()
void getTermsOfService()
void getRateLimitStatus()
void getRateLimitStatus(String... resources)
resources
- resourcesCopyright © 2018. All rights reserved.