mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Clean up line width
This commit is contained in:
@@ -17,6 +17,10 @@ namespace Tgstation.Server.Client
|
||||
/// <param name="tokenRefreshHeaders">The <see cref="ApiHeaders"/> to use to generate a new <see cref="Api.Models.Response.TokenResponse"/>.</param>
|
||||
/// <param name="authless">If there should be no authentication performed.</param>
|
||||
/// <returns>A new <see cref="IApiClient"/>.</returns>
|
||||
IApiClient CreateApiClient(Uri url, ApiHeaders apiHeaders, ApiHeaders? tokenRefreshHeaders, bool authless);
|
||||
IApiClient CreateApiClient(
|
||||
Uri url,
|
||||
ApiHeaders apiHeaders,
|
||||
ApiHeaders? tokenRefreshHeaders,
|
||||
bool authless);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user