tgstation-server 6.1.4
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IGitHubServiceFactory.cs
Go to the documentation of this file.
2{
6 public interface IGitHubServiceFactory
7 {
13
19 public IAuthenticatedGitHubService CreateService(string accessToken);
20 }
21}
IGitHubService that exposes functions that require authentication.
IAuthenticatedGitHubService CreateService(string accessToken)
Create an IAuthenticatedGitHubService.
IGitHubService CreateService()
Create a IGitHubService.
Service for interacting with the GitHub API.