mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
Additional changes to support rate_limit API call
This commit is contained in:
@@ -55,9 +55,9 @@ namespace Octokit.Reactive
|
||||
/// Gets API Rate Limits (API service rather than header info).
|
||||
/// </summary>
|
||||
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
|
||||
/// <returns>An <see cref="MiscRateLimits"/> of Rate Limits.</returns>
|
||||
/// <returns>An <see cref="MiscellaneousRateLimit"/> of Rate Limits.</returns>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
|
||||
IObservable<MiscRateLimits> GetRateLimits();
|
||||
IObservable<MiscellaneousRateLimit> GetRateLimits();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user