tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Core
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
}
Octokit
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Core.IGitHubClientFactory
For creating IGitHubClients
Definition:
IGitHubClientFactory.cs:8
Tgstation
Generated by
1.8.11