CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET application. More...
Public Member Functions | |
DictionaryResponse< string, Dictionary< string, RateLimit > > | RateLimitStatus (params Expression< Func< string, object >>[] parameters) |
DictionaryResponse< string, Dictionary< string, RateLimit > > | RateLimitStatus (IDictionary< string, object > parameters) |
DictionaryResponse< string, Dictionary< string, RateLimit > > | RateLimitStatus (object parameters) |
DictionaryResponse< string, Dictionary< string, RateLimit > > | RateLimitStatus () |
DictionaryResponse< string, Dictionary< string, RateLimit > > | RateLimitStatus (string resources) |
DictionaryResponse< string, Dictionary< string, RateLimit > > | RateLimitStatus (IEnumerable< string > resources) |
Task< DictionaryResponse< string, Dictionary< string, RateLimit > > > | RateLimitStatusAsync (params Expression< Func< string, object >>[] parameters) |
Task< DictionaryResponse< string, Dictionary< string, RateLimit > > > | RateLimitStatusAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< DictionaryResponse< string, Dictionary< string, RateLimit > > > | RateLimitStatusAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< DictionaryResponse< string, Dictionary< string, RateLimit > > > | RateLimitStatusAsync (CancellationToken cancellationToken=default(CancellationToken)) |
Task< DictionaryResponse< string, Dictionary< string, RateLimit > > > | RateLimitStatusAsync (string resources, CancellationToken cancellationToken=default(CancellationToken)) |
Task< DictionaryResponse< string, Dictionary< string, RateLimit > > > | RateLimitStatusAsync (IEnumerable< string > resources, CancellationToken cancellationToken=default(CancellationToken)) |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | IncludedTokens => this.Tokens |
Gets the tokens being used in this instance. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | Tokens [get, set] |
Gets or sets the OAuth tokens. More... | |
Provides a set of methods for the wrapper of GET application.
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
Available parameters:
- string
resources (any one is required)
- IEnumerable<string>
resources (any one is required)
parameters | The parameters. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
resources | any one is required. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
Available parameters:
- string
resources (any one is required)
- IEnumerable<string>
resources (any one is required)
parameters | The parameters. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
Available parameters:
- string
resources (any one is required)
- IEnumerable<string>
resources (any one is required)
parameters | The parameters. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
resources | any one is required. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
cancellationToken | The cancellation token. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
Available parameters:
- string
resources (any one is required)
- IEnumerable<string>
resources (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
resources | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
Available parameters:
- string
resources (any one is required)
- IEnumerable<string>
resources (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
Available parameters:
- string
resources (any one is required)
- IEnumerable<string>
resources (any one is required)
parameters | The parameters. |
|
inline |
Returns the current rate limits for methods belonging to the specified resource families.
resources | any one is required. |
cancellationToken | The cancellation token. |