![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents the rate limits for a resource family. More...
Properties | |
int | Remaining [get, set] |
Gets or sets the left of requesting the resource within the current rate limiting window. More... | |
DateTimeOffset | Reset [get, set] |
Gets or sets the reset expiration time. More... | |
int | Limit [get, set] |
Gets or sets the value that represents the limit count within the current rate limiting window. More... | |
Additional Inherited Members | |
![]() | |
static T | Convert< T > (string json, string jsonPath="") |
Converts the JSON to a twitter object of the specified type. More... | |
static List< T > | ConvertArray< T > (string json, string jsonPath) |
Represents the rate limits for a resource family.
The rate for (most of) the POST endpoints is not publicly available, unless explicitly stated in the Twitter official documentation.
|
getset |
Gets or sets the value that represents the limit count within the current rate limiting window.
|
getset |
Gets or sets the left of requesting the resource within the current rate limiting window.
|
getset |
Gets or sets the reset expiration time.