tgstation-server  4.3.2
The /tg/station 13 server suite
IGitHubClientFactory.cs
Go to the documentation of this file.
1 using Octokit;
2 
3 namespace Tgstation.Server.Host.Core
4 {
8  public interface IGitHubClientFactory
9  {
14  IGitHubClient CreateClient();
15 
21  IGitHubClient CreateClient(string accessToken);
22  }
23 }