mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Documentation fixes
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Tgstation.Server.Host.Core
|
||||
/// Construct a <see cref="GitHubClientFactory"/>
|
||||
/// </summary>
|
||||
/// <param name="assemblyInformationProvider">The value of <see cref="assemblyInformationProvider"/>.</param>
|
||||
///
|
||||
/// <param name="generalConfigurationOptions">The <see cref="IOptions{TOptions}"/> containing the value of <see cref="generalConfiguration"/>.</param>
|
||||
public GitHubClientFactory(IAssemblyInformationProvider assemblyInformationProvider, IOptions<GeneralConfiguration> generalConfigurationOptions)
|
||||
{
|
||||
this.assemblyInformationProvider = assemblyInformationProvider ?? throw new ArgumentNullException(nameof(assemblyInformationProvider));
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Tgstation.Server.Host.Core
|
||||
public interface IGitHubClientFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// Create a client with anonymous authentication or general authentica. Low rate limit. Attempts to use the server's token to bypass this.
|
||||
/// Create a <see cref="IGitHubClient"/> client. Low rate limit unless the server's GitHubAccessToken is set to bypass it.
|
||||
/// </summary>
|
||||
/// <returns>A new <see cref="IGitHubClient"/>.</returns>
|
||||
IGitHubClient CreateClient();
|
||||
|
||||
Reference in New Issue
Block a user