tgstation-server
6.8.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Utils
GitHub
IGitHubServiceFactory.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Utils.GitHub
2
{
6
public
interface
IGitHubServiceFactory
7
{
12
public
IGitHubService
CreateService
();
13
19
public
IAuthenticatedGitHubService
CreateService
(
string
accessToken);
20
}
21
}
Tgstation.Server.Host.Utils.GitHub.IAuthenticatedGitHubService
IGitHubService that exposes functions that require authentication.
Definition:
IAuthenticatedGitHubService.cs:12
Tgstation.Server.Host.Utils.GitHub.IGitHubServiceFactory
Factory for IGitHubServices.
Definition:
IGitHubServiceFactory.cs:7
Tgstation.Server.Host.Utils.GitHub.IGitHubServiceFactory.CreateService
IAuthenticatedGitHubService CreateService(string accessToken)
Create an IAuthenticatedGitHubService.
Tgstation.Server.Host.Utils.GitHub.IGitHubServiceFactory.CreateService
IGitHubService CreateService()
Create a IGitHubService.
Tgstation.Server.Host.Utils.GitHub.IGitHubService
Service for interacting with the GitHub API.
Definition:
IGitHubService.cs:16
Tgstation.Server.Host.Utils.GitHub
Definition:
GitHubClientFactory.cs:13
Generated by
1.9.5