GitHubClientExtensions Class
Namespace
Statiq.Web.GitHub
Base Types
  • object
graph BT Type-->Base0["object"] Type["GitHubClientExtensions"] class Type type-node

Syntax

public static class GitHubClientExtensions

Methods

Name Return Value Summary
ThrottleAsync(GitHubClient, Func<GitHubClient, Task>, IExecutionContext) Task
Throttles the GitHubAppsClient when AbuseException or RateLimitExceededException is received.
static
ThrottleAsync<T>(GitHubClient, Func<GitHubClient, Task<T>>, IExecutionContext) Task<T>
Throttles the GitHubAppsClient when AbuseException or RateLimitExceededException is received.
static