tgstation-server
6.1.4
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Utils
GitHub
IGitHubClientFactory.cs
Go to the documentation of this file.
1
using
Octokit;
2
3
namespace
Tgstation.Server.Host.Utils.GitHub
4
{
8
public
interface
IGitHubClientFactory
9
{
14
IGitHubClient
CreateClient
();
15
21
IGitHubClient
CreateClient
(
string
accessToken);
22
}
23
}
Tgstation.Server.Host.Utils.GitHub.IGitHubClientFactory
For creating IGitHubClients.
Definition:
IGitHubClientFactory.cs:9
Tgstation.Server.Host.Utils.GitHub.IGitHubClientFactory.CreateClient
IGitHubClient CreateClient(string accessToken)
Create a client with authentication using a personal access token.
Tgstation.Server.Host.Utils.GitHub.IGitHubClientFactory.CreateClient
IGitHubClient CreateClient()
Create a IGitHubClient client. Low rate limit unless the server's GitHubAccessToken is set to bypass ...
Tgstation.Server.Host.Utils.GitHub
Definition:
GitHubClientFactory.cs:13
Generated by
1.9.5