tgstation-server 6.1.4
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IGitHubClientFactory.cs
Go to the documentation of this file.
1using Octokit;
2
4{
8 public interface IGitHubClientFactory
9 {
14 IGitHubClient CreateClient();
15
21 IGitHubClient CreateClient(string accessToken);
22 }
23}
IGitHubClient CreateClient(string accessToken)
Create a client with authentication using a personal access token.
IGitHubClient CreateClient()
Create a IGitHubClient client. Low rate limit unless the server's GitHubAccessToken is set to bypass ...