diff --git a/.env.example b/.env.example
index 0776f1f..7d6736d 100644
--- a/.env.example
+++ b/.env.example
@@ -1 +1,2 @@
TRIBUFU_API_KEY=""
+TRIBUFU_API_URL="https://api.tribufu.com"
diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES
index e479aee..e13d875 100644
--- a/.openapi-generator/FILES
+++ b/.openapi-generator/FILES
@@ -1,60 +1,60 @@
-src/Tribufu/Api/TribufuApi.cs
-src/Tribufu/Client/ApiClient.cs
-src/Tribufu/Client/ApiException.cs
-src/Tribufu/Client/ApiResponse.cs
-src/Tribufu/Client/ClientUtils.cs
-src/Tribufu/Client/Configuration.cs
-src/Tribufu/Client/ExceptionFactory.cs
-src/Tribufu/Client/GlobalConfiguration.cs
-src/Tribufu/Client/HttpMethod.cs
-src/Tribufu/Client/IApiAccessor.cs
-src/Tribufu/Client/IAsynchronousClient.cs
-src/Tribufu/Client/IReadableConfiguration.cs
-src/Tribufu/Client/ISynchronousClient.cs
-src/Tribufu/Client/Multimap.cs
-src/Tribufu/Client/OpenAPIDateConverter.cs
-src/Tribufu/Client/RequestOptions.cs
-src/Tribufu/Client/RetryConfiguration.cs
-src/Tribufu/Model/AbstractOpenAPISchema.cs
-src/Tribufu/Model/Account.cs
-src/Tribufu/Model/Application.cs
-src/Tribufu/Model/ApplicationType.cs
-src/Tribufu/Model/AuthorizeRequest.cs
-src/Tribufu/Model/CodeChallengeMethod.cs
-src/Tribufu/Model/CryptoViewModel.cs
-src/Tribufu/Model/Game.cs
-src/Tribufu/Model/GameServer.cs
-src/Tribufu/Model/GameServerCluster.cs
-src/Tribufu/Model/GrantType.cs
-src/Tribufu/Model/Group.cs
-src/Tribufu/Model/GroupGame.cs
-src/Tribufu/Model/GroupMember.cs
-src/Tribufu/Model/GroupRank.cs
-src/Tribufu/Model/HashViewModel.cs
-src/Tribufu/Model/IntrospectRequest.cs
-src/Tribufu/Model/IpAddress.cs
-src/Tribufu/Model/LeaderboardItem.cs
-src/Tribufu/Model/LeaderboardOrder.cs
-src/Tribufu/Model/LoginProvider.cs
-src/Tribufu/Model/LoginRequest.cs
-src/Tribufu/Model/LoginResponse.cs
-src/Tribufu/Model/Package.cs
-src/Tribufu/Model/Profile.cs
-src/Tribufu/Model/ProfileGame.cs
-src/Tribufu/Model/ProfileGroup.cs
-src/Tribufu/Model/RefreshRequest.cs
-src/Tribufu/Model/RegisterRequest.cs
-src/Tribufu/Model/ResponseType.cs
-src/Tribufu/Model/RevokeRequest.cs
-src/Tribufu/Model/SearchRequest.cs
-src/Tribufu/Model/SearchType.cs
-src/Tribufu/Model/ServerMetrics.cs
-src/Tribufu/Model/ServerStatus.cs
-src/Tribufu/Model/Subscription.cs
-src/Tribufu/Model/TokenHintType.cs
-src/Tribufu/Model/TokenRequest.cs
-src/Tribufu/Model/TokenResponse.cs
-src/Tribufu/Model/TokenType.cs
-src/Tribufu/Model/UpdateProfile.cs
-src/Tribufu/Model/UserInfo.cs
-src/Tribufu/Model/UserType.cs
+src/Tribufu.Generated/Api/TribufuGeneratedApi.cs
+src/Tribufu.Generated/Client/ApiClient.cs
+src/Tribufu.Generated/Client/ApiException.cs
+src/Tribufu.Generated/Client/ApiResponse.cs
+src/Tribufu.Generated/Client/ClientUtils.cs
+src/Tribufu.Generated/Client/Configuration.cs
+src/Tribufu.Generated/Client/ExceptionFactory.cs
+src/Tribufu.Generated/Client/GlobalConfiguration.cs
+src/Tribufu.Generated/Client/HttpMethod.cs
+src/Tribufu.Generated/Client/IApiAccessor.cs
+src/Tribufu.Generated/Client/IAsynchronousClient.cs
+src/Tribufu.Generated/Client/IReadableConfiguration.cs
+src/Tribufu.Generated/Client/ISynchronousClient.cs
+src/Tribufu.Generated/Client/Multimap.cs
+src/Tribufu.Generated/Client/OpenAPIDateConverter.cs
+src/Tribufu.Generated/Client/RequestOptions.cs
+src/Tribufu.Generated/Client/RetryConfiguration.cs
+src/Tribufu.Generated/Model/AbstractOpenAPISchema.cs
+src/Tribufu.Generated/Model/Account.cs
+src/Tribufu.Generated/Model/Application.cs
+src/Tribufu.Generated/Model/ApplicationType.cs
+src/Tribufu.Generated/Model/AuthorizeRequest.cs
+src/Tribufu.Generated/Model/CodeChallengeMethod.cs
+src/Tribufu.Generated/Model/CryptoViewModel.cs
+src/Tribufu.Generated/Model/Game.cs
+src/Tribufu.Generated/Model/GameServer.cs
+src/Tribufu.Generated/Model/GameServerCluster.cs
+src/Tribufu.Generated/Model/GrantType.cs
+src/Tribufu.Generated/Model/Group.cs
+src/Tribufu.Generated/Model/GroupGame.cs
+src/Tribufu.Generated/Model/GroupMember.cs
+src/Tribufu.Generated/Model/GroupRank.cs
+src/Tribufu.Generated/Model/HashViewModel.cs
+src/Tribufu.Generated/Model/IntrospectRequest.cs
+src/Tribufu.Generated/Model/IpAddress.cs
+src/Tribufu.Generated/Model/LeaderboardItem.cs
+src/Tribufu.Generated/Model/LeaderboardOrder.cs
+src/Tribufu.Generated/Model/LoginProvider.cs
+src/Tribufu.Generated/Model/LoginRequest.cs
+src/Tribufu.Generated/Model/LoginResponse.cs
+src/Tribufu.Generated/Model/Package.cs
+src/Tribufu.Generated/Model/Profile.cs
+src/Tribufu.Generated/Model/ProfileGame.cs
+src/Tribufu.Generated/Model/ProfileGroup.cs
+src/Tribufu.Generated/Model/RefreshRequest.cs
+src/Tribufu.Generated/Model/RegisterRequest.cs
+src/Tribufu.Generated/Model/ResponseType.cs
+src/Tribufu.Generated/Model/RevokeRequest.cs
+src/Tribufu.Generated/Model/SearchRequest.cs
+src/Tribufu.Generated/Model/SearchType.cs
+src/Tribufu.Generated/Model/ServerMetrics.cs
+src/Tribufu.Generated/Model/ServerStatus.cs
+src/Tribufu.Generated/Model/Subscription.cs
+src/Tribufu.Generated/Model/TokenHintType.cs
+src/Tribufu.Generated/Model/TokenRequest.cs
+src/Tribufu.Generated/Model/TokenResponse.cs
+src/Tribufu.Generated/Model/TokenType.cs
+src/Tribufu.Generated/Model/UpdateProfile.cs
+src/Tribufu.Generated/Model/UserInfo.cs
+src/Tribufu.Generated/Model/UserType.cs
diff --git a/Tribufu.sln b/Tribufu.sln
index 5f20314..b3ff43a 100644
--- a/Tribufu.sln
+++ b/Tribufu.sln
@@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tribufu", "src\Tribufu\Tribufu.csproj", "{7B7890D8-863A-4F1D-98C0-4B7D8C46CB52}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tribufu.Generated", "src\Tribufu.Generated\Tribufu.Generated.csproj", "{FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}"
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tribufu.Example", "src\Tribufu.Example\Tribufu.Example.csproj", "{D6392A29-E2DC-4050-B4C1-B279DD2D226D}"
EndProject
Global
@@ -27,6 +29,18 @@ Global
{7B7890D8-863A-4F1D-98C0-4B7D8C46CB52}.Release|x64.Build.0 = Release|Any CPU
{7B7890D8-863A-4F1D-98C0-4B7D8C46CB52}.Release|x86.ActiveCfg = Release|Any CPU
{7B7890D8-863A-4F1D-98C0-4B7D8C46CB52}.Release|x86.Build.0 = Release|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Debug|x64.Build.0 = Debug|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Debug|x86.Build.0 = Debug|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Release|x64.ActiveCfg = Release|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Release|x64.Build.0 = Release|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Release|x86.ActiveCfg = Release|Any CPU
+ {FF9B3170-0FD8-44A5-B6E3-01A8D11D2BEF}.Release|x86.Build.0 = Release|Any CPU
{D6392A29-E2DC-4050-B4C1-B279DD2D226D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6392A29-E2DC-4050-B4C1-B279DD2D226D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6392A29-E2DC-4050-B4C1-B279DD2D226D}.Debug|x64.ActiveCfg = Debug|Any CPU
diff --git a/scripts/generate.ps1 b/scripts/generate.ps1
index 431b596..c2c8b9a 100644
--- a/scripts/generate.ps1
+++ b/scripts/generate.ps1
@@ -7,6 +7,6 @@ java -jar ./vendor/openapi-generator/openapi-generator-cli.jar generate `
-g csharp `
-o . `
--global-property apis,models,supportingFiles,apiDocs=false,modelDocs=false,apiTests=false,modelTests=false `
- --additional-properties=packageName=Tribufu,library=restsharp,apiName=TribufuApi,zeroBasedEnums=true,nullableReferenceTypes=true `
- --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=Tribufu `
+ --additional-properties=packageName=Tribufu.Generated,library=restsharp,zeroBasedEnums=true,nullableReferenceTypes=true `
+ --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=TribufuGenerated `
--skip-validate-spec
diff --git a/src/Tribufu.Example/Program.cs b/src/Tribufu.Example/Program.cs
index 9d5fef8..5462790 100644
--- a/src/Tribufu.Example/Program.cs
+++ b/src/Tribufu.Example/Program.cs
@@ -2,8 +2,7 @@
// SPDX-License-Identifier: UNLICENSED
using dotenv.net;
-using Tribufu.Api;
-using Tribufu.Client;
+using Tribufu.Generated.Client;
namespace Tribufu.Test
{
@@ -13,31 +12,19 @@ namespace Tribufu.Test
{
DotEnv.Load(new DotEnvOptions(ignoreExceptions: true, envFilePaths: [".env", "../../.env"]));
- var config = new Configuration
- {
- BasePath = "https://api.tribufu.com"
- };
-
var apiKey = Environment.GetEnvironmentVariable("TRIBUFU_API_KEY");
- if (!string.IsNullOrEmpty(apiKey))
- {
- config.AddApiKey("Authorization", "DvyTVeT6EBsvqsPE1mRuW7ewwiP1f9playWE9wLTmdXnCuBQqBrluhU0p1KXYaRi");
- config.AddApiKeyPrefix("Authorization", "ApiKey");
- }
+ var tribufu = new TribufuApi(apiKey ?? "");
- var tribufu = new TribufuApi(config);
+ Console.WriteLine(TribufuApi.GetVersion());
try
{
var result = await tribufu.GetUserInfoAsync();
- Console.WriteLine("Result:");
Console.WriteLine(result);
}
catch (ApiException e)
{
- Console.WriteLine("---- API Error ----");
- Console.WriteLine($"Status: {e.ErrorCode}");
- Console.WriteLine($"Details: {e.Data}");
+ Console.WriteLine(e.Message);
}
}
}
diff --git a/src/Tribufu/Api/TribufuApi.cs b/src/Tribufu.Generated/Api/TribufuGeneratedApi.cs
similarity index 76%
rename from src/Tribufu/Api/TribufuApi.cs
rename to src/Tribufu.Generated/Api/TribufuGeneratedApi.cs
index 6c9cb15..4575450 100644
--- a/src/Tribufu/Api/TribufuApi.cs
+++ b/src/Tribufu.Generated/Api/TribufuGeneratedApi.cs
@@ -15,16 +15,16 @@ using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Net.Mime;
-using Tribufu.Client;
-using Tribufu.Model;
+using Tribufu.Generated.Client;
+using Tribufu.Generated.Model;
-namespace Tribufu.Api
+namespace Tribufu.Generated.Api
{
///
/// Represents a collection of functions to interact with the API endpoints
///
- public interface ITribufuApiSync : IApiAccessor
+ public interface ITribufuGeneratedApiSync : IApiAccessor
{
#region Synchronous Operations
///
@@ -33,7 +33,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -45,7 +45,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -56,7 +56,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -69,7 +69,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -81,7 +81,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -94,7 +94,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -106,7 +106,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -119,7 +119,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -131,7 +131,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// CryptoViewModel
@@ -143,7 +143,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of CryptoViewModel
@@ -154,7 +154,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -166,7 +166,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -177,7 +177,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -189,7 +189,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -200,7 +200,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -212,7 +212,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -220,7 +220,7 @@ namespace Tribufu.Api
///
/// Create a new token with grant type.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// TokenResponse
@@ -232,7 +232,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of TokenResponse
@@ -243,7 +243,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -255,7 +255,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -266,7 +266,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -278,7 +278,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -289,7 +289,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -301,7 +301,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -312,7 +312,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// List<string>
@@ -324,7 +324,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<string>
@@ -335,7 +335,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -348,7 +348,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -360,7 +360,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -373,7 +373,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -385,7 +385,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -398,7 +398,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -407,7 +407,7 @@ namespace Tribufu.Api
///
/// Get current client information.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
///
void GetClientInfo(int operationIndex = 0);
@@ -418,7 +418,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Object(void)
ApiResponse GetClientInfoWithHttpInfo(int operationIndex = 0);
@@ -428,7 +428,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<IpAddress>
List GetCurrentIpAddress(int operationIndex = 0);
@@ -439,7 +439,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<IpAddress>
ApiResponse> GetCurrentIpAddressWithHttpInfo(int operationIndex = 0);
@@ -449,7 +449,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Game
@@ -461,7 +461,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Game
@@ -472,7 +472,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -486,7 +486,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -499,7 +499,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -513,7 +513,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -526,7 +526,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
@@ -539,7 +539,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
@@ -551,7 +551,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// GameServer
@@ -563,7 +563,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of GameServer
@@ -574,7 +574,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// GameServerCluster
@@ -586,7 +586,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of GameServerCluster
@@ -597,7 +597,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -610,7 +610,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -622,7 +622,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -635,7 +635,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -647,7 +647,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -661,7 +661,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -674,7 +674,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -688,7 +688,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -701,7 +701,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Dictionary<string, int>
Dictionary GetGameServersCountries(int operationIndex = 0);
@@ -712,7 +712,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Dictionary<string, int>
ApiResponse> GetGameServersCountriesWithHttpInfo(int operationIndex = 0);
@@ -722,7 +722,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ServerMetrics
ServerMetrics GetGameServersMetrics(int operationIndex = 0);
@@ -733,7 +733,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of ServerMetrics
ApiResponse GetGameServersMetricsWithHttpInfo(int operationIndex = 0);
@@ -743,7 +743,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<Game>
List GetGames(int operationIndex = 0);
@@ -754,7 +754,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<Game>
ApiResponse> GetGamesWithHttpInfo(int operationIndex = 0);
@@ -764,7 +764,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Group
@@ -776,7 +776,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Group
@@ -787,7 +787,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.tag</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Group
@@ -799,7 +799,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.tag</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Group
@@ -810,7 +810,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Group
@@ -822,7 +822,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Group
@@ -833,7 +833,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<GroupGame>
@@ -845,7 +845,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<GroupGame>
@@ -856,7 +856,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.member.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<GroupMember>
@@ -868,7 +868,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.member.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<GroupMember>
@@ -879,7 +879,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -892,7 +892,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -904,7 +904,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// IpAddress
@@ -916,7 +916,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of IpAddress
@@ -927,7 +927,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -940,7 +940,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -952,7 +952,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.leaderboard.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// List<LeaderboardItem>
@@ -964,7 +964,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.leaderboard.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<LeaderboardItem>
@@ -972,7 +972,7 @@ namespace Tribufu.Api
///
/// Get current user information.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// UserInfo
[Obsolete]
@@ -984,7 +984,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of UserInfo
[Obsolete]
@@ -995,7 +995,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Package
@@ -1007,7 +1007,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Package
@@ -1018,7 +1018,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -1031,7 +1031,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -1043,7 +1043,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.client.keys</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
///
void GetPublicKeys(int operationIndex = 0);
@@ -1054,7 +1054,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.client.keys</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Object(void)
ApiResponse GetPublicKeysWithHttpInfo(int operationIndex = 0);
@@ -1064,7 +1064,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Subscription
@@ -1076,7 +1076,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Subscription
@@ -1087,7 +1087,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -1100,7 +1100,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -1112,7 +1112,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.account.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<Account>
@@ -1124,7 +1124,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.account.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<Account>
@@ -1135,7 +1135,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Profile
@@ -1147,7 +1147,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Profile
@@ -1158,7 +1158,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.name</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Profile
@@ -1170,7 +1170,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.name</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Profile
@@ -1181,7 +1181,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Profile
@@ -1193,7 +1193,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Profile
@@ -1204,7 +1204,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.friend.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<Object>
@@ -1216,7 +1216,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.friend.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<Object>
@@ -1227,7 +1227,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<ProfileGame>
@@ -1239,7 +1239,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<ProfileGame>
@@ -1250,7 +1250,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<ProfileGroup>
@@ -1262,7 +1262,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<ProfileGroup>
@@ -1273,7 +1273,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.user.info</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// UserInfo
UserInfo GetUserInfo(int operationIndex = 0);
@@ -1284,7 +1284,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.user.info</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of UserInfo
ApiResponse GetUserInfoWithHttpInfo(int operationIndex = 0);
@@ -1294,7 +1294,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.punishment.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// List<Object>
@@ -1306,7 +1306,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.punishment.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of List<Object>
@@ -1317,7 +1317,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -1331,7 +1331,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -1344,7 +1344,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -1357,7 +1357,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -1369,7 +1369,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.argon2</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// HashViewModel
@@ -1381,7 +1381,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.argon2</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of HashViewModel
@@ -1392,7 +1392,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.bcrypt</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// HashViewModel
@@ -1404,7 +1404,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.bcrypt</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of HashViewModel
@@ -1415,7 +1415,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.md5</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// HashViewModel
@@ -1427,7 +1427,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.md5</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of HashViewModel
@@ -1438,7 +1438,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.sha256</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// HashViewModel
@@ -1450,7 +1450,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.sha256</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of HashViewModel
@@ -1461,7 +1461,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.introspect</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -1473,7 +1473,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.introspect</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -1484,7 +1484,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// LoginResponse
@@ -1497,7 +1497,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of LoginResponse
@@ -1509,7 +1509,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
///
[Obsolete]
@@ -1521,7 +1521,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Object(void)
[Obsolete]
@@ -1532,7 +1532,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.refresh</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// LoginResponse
@@ -1545,7 +1545,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.refresh</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of LoginResponse
@@ -1557,7 +1557,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// LoginResponse
@@ -1569,7 +1569,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of LoginResponse
@@ -1580,7 +1580,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -1592,7 +1592,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
@@ -1603,7 +1603,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.search</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// List<Object>
@@ -1615,7 +1615,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.search</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<Object>
@@ -1626,7 +1626,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1639,7 +1639,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1651,7 +1651,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1664,7 +1664,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1676,7 +1676,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1689,7 +1689,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1701,7 +1701,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1714,7 +1714,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1726,7 +1726,7 @@ namespace Tribufu.Api
///
/// Represents a collection of functions to interact with the API endpoints
///
- public interface ITribufuApiAsync : IApiAccessor
+ public interface ITribufuGeneratedApiAsync : IApiAccessor
{
#region Asynchronous Operations
///
@@ -1735,7 +1735,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1748,7 +1748,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1760,7 +1760,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1774,7 +1774,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1787,7 +1787,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1801,7 +1801,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1814,7 +1814,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1828,7 +1828,7 @@ namespace Tribufu.Api
///
/// This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -1841,7 +1841,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1854,7 +1854,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1866,7 +1866,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1879,7 +1879,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1891,7 +1891,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1904,7 +1904,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1916,7 +1916,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1929,7 +1929,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1941,7 +1941,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1954,7 +1954,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1966,7 +1966,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1979,7 +1979,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -1991,7 +1991,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2004,7 +2004,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2016,7 +2016,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2029,7 +2029,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2041,7 +2041,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2054,7 +2054,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2066,7 +2066,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -2080,7 +2080,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -2093,7 +2093,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2107,7 +2107,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2120,7 +2120,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2134,7 +2134,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2147,7 +2147,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of void
@@ -2159,7 +2159,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
@@ -2170,7 +2170,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<IpAddress>
@@ -2182,7 +2182,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<IpAddress>)
@@ -2193,7 +2193,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2206,7 +2206,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2218,7 +2218,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2233,7 +2233,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2247,7 +2247,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2262,7 +2262,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2276,7 +2276,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
@@ -2290,7 +2290,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
@@ -2303,7 +2303,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2316,7 +2316,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2328,7 +2328,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2341,7 +2341,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2353,7 +2353,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2367,7 +2367,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2380,7 +2380,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2394,7 +2394,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2407,7 +2407,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2422,7 +2422,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2436,7 +2436,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2451,7 +2451,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -2465,7 +2465,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of Dictionary<string, int>
@@ -2477,7 +2477,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (Dictionary<string, int>)
@@ -2488,7 +2488,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ServerMetrics
@@ -2500,7 +2500,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ServerMetrics)
@@ -2511,7 +2511,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Game>
@@ -2523,7 +2523,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Game>)
@@ -2534,7 +2534,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2547,7 +2547,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2559,7 +2559,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.tag</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2572,7 +2572,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.tag</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2584,7 +2584,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2597,7 +2597,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2609,7 +2609,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2622,7 +2622,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2634,7 +2634,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.member.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2647,7 +2647,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.member.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2659,7 +2659,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2673,7 +2673,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2686,7 +2686,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2699,7 +2699,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2711,7 +2711,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2725,7 +2725,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.geoip.address.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2738,7 +2738,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.leaderboard.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2751,7 +2751,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.leaderboard.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2763,7 +2763,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of UserInfo
@@ -2776,7 +2776,7 @@ namespace Tribufu.Api
///
///
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (UserInfo)
@@ -2788,7 +2788,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2801,7 +2801,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2813,7 +2813,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2827,7 +2827,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.package.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2840,7 +2840,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.client.keys</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of void
@@ -2852,7 +2852,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.client.keys</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
@@ -2863,7 +2863,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2876,7 +2876,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2888,7 +2888,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2902,7 +2902,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.store.subscription.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -2915,7 +2915,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.account.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2928,7 +2928,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.account.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2940,7 +2940,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2953,7 +2953,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2965,7 +2965,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.name</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2978,7 +2978,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.name</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -2990,7 +2990,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3003,7 +3003,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.get.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3015,7 +3015,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.friend.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3028,7 +3028,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.friend.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3040,7 +3040,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3053,7 +3053,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3065,7 +3065,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3078,7 +3078,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.group.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3090,7 +3090,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.user.info</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of UserInfo
@@ -3102,7 +3102,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.user.info</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (UserInfo)
@@ -3113,7 +3113,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.punishment.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3126,7 +3126,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.punishment.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3138,7 +3138,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -3153,7 +3153,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -3167,7 +3167,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -3181,7 +3181,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -3194,7 +3194,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.argon2</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3207,7 +3207,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.argon2</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3219,7 +3219,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.bcrypt</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3232,7 +3232,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.bcrypt</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3244,7 +3244,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.md5</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3257,7 +3257,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.md5</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3269,7 +3269,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.sha256</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3282,7 +3282,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.utils.hash.sha256</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3294,7 +3294,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.introspect</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3307,7 +3307,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.introspect</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3319,7 +3319,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3333,7 +3333,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3346,7 +3346,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of void
@@ -3359,7 +3359,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
@@ -3371,7 +3371,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.refresh</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3385,7 +3385,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.token.refresh</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3398,7 +3398,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3411,7 +3411,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.user.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3423,7 +3423,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3436,7 +3436,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.token.revoke</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3448,7 +3448,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.search</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3461,7 +3461,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.search</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3473,7 +3473,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3487,7 +3487,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3500,7 +3500,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3514,7 +3514,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3527,7 +3527,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3541,7 +3541,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.group.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3554,7 +3554,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3568,7 +3568,7 @@ namespace Tribufu.Api
///
/// <b>🔒 Required permissions:</b> <code>tribufu.community.profile.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3581,7 +3581,7 @@ namespace Tribufu.Api
///
/// Represents a collection of functions to interact with the API endpoints
///
- public interface ITribufuApi : ITribufuApiSync, ITribufuApiAsync
+ public interface ITribufuGeneratedApi : ITribufuGeneratedApiSync, ITribufuGeneratedApiAsync
{
}
@@ -3589,60 +3589,60 @@ namespace Tribufu.Api
///
/// Represents a collection of functions to interact with the API endpoints
///
- public partial class TribufuApi : ITribufuApi
+ public partial class TribufuGeneratedApi : ITribufuGeneratedApi
{
- private Tribufu.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
+ private Tribufu.Generated.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
///
- public TribufuApi() : this((string)null)
+ public TribufuGeneratedApi() : this((string)null)
{
}
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
///
- public TribufuApi(string basePath)
+ public TribufuGeneratedApi(string basePath)
{
- this.Configuration = Tribufu.Client.Configuration.MergeConfigurations(
- Tribufu.Client.GlobalConfiguration.Instance,
- new Tribufu.Client.Configuration { BasePath = basePath }
+ this.Configuration = Tribufu.Generated.Client.Configuration.MergeConfigurations(
+ Tribufu.Generated.Client.GlobalConfiguration.Instance,
+ new Tribufu.Generated.Client.Configuration { BasePath = basePath }
);
- this.Client = new Tribufu.Client.ApiClient(this.Configuration.BasePath);
- this.AsynchronousClient = new Tribufu.Client.ApiClient(this.Configuration.BasePath);
- this.ExceptionFactory = Tribufu.Client.Configuration.DefaultExceptionFactory;
+ this.Client = new Tribufu.Generated.Client.ApiClient(this.Configuration.BasePath);
+ this.AsynchronousClient = new Tribufu.Generated.Client.ApiClient(this.Configuration.BasePath);
+ this.ExceptionFactory = Tribufu.Generated.Client.Configuration.DefaultExceptionFactory;
}
///
- /// Initializes a new instance of the class
+ /// Initializes a new instance of the class
/// using Configuration object
///
/// An instance of Configuration
///
- public TribufuApi(Tribufu.Client.Configuration configuration)
+ public TribufuGeneratedApi(Tribufu.Generated.Client.Configuration configuration)
{
if (configuration == null) throw new ArgumentNullException("configuration");
- this.Configuration = Tribufu.Client.Configuration.MergeConfigurations(
- Tribufu.Client.GlobalConfiguration.Instance,
+ this.Configuration = Tribufu.Generated.Client.Configuration.MergeConfigurations(
+ Tribufu.Generated.Client.GlobalConfiguration.Instance,
configuration
);
- this.Client = new Tribufu.Client.ApiClient(this.Configuration.BasePath);
- this.AsynchronousClient = new Tribufu.Client.ApiClient(this.Configuration.BasePath);
- ExceptionFactory = Tribufu.Client.Configuration.DefaultExceptionFactory;
+ this.Client = new Tribufu.Generated.Client.ApiClient(this.Configuration.BasePath);
+ this.AsynchronousClient = new Tribufu.Generated.Client.ApiClient(this.Configuration.BasePath);
+ ExceptionFactory = Tribufu.Generated.Client.Configuration.DefaultExceptionFactory;
}
///
- /// Initializes a new instance of the class
+ /// Initializes a new instance of the class
/// using a Configuration object and client instance.
///
/// The client interface for synchronous API access.
/// The client interface for asynchronous API access.
/// The configuration object.
- public TribufuApi(Tribufu.Client.ISynchronousClient client, Tribufu.Client.IAsynchronousClient asyncClient, Tribufu.Client.IReadableConfiguration configuration)
+ public TribufuGeneratedApi(Tribufu.Generated.Client.ISynchronousClient client, Tribufu.Generated.Client.IAsynchronousClient asyncClient, Tribufu.Generated.Client.IReadableConfiguration configuration)
{
if (client == null) throw new ArgumentNullException("client");
if (asyncClient == null) throw new ArgumentNullException("asyncClient");
@@ -3651,18 +3651,18 @@ namespace Tribufu.Api
this.Client = client;
this.AsynchronousClient = asyncClient;
this.Configuration = configuration;
- this.ExceptionFactory = Tribufu.Client.Configuration.DefaultExceptionFactory;
+ this.ExceptionFactory = Tribufu.Generated.Client.Configuration.DefaultExceptionFactory;
}
///
/// The client for accessing this underlying API asynchronously.
///
- public Tribufu.Client.IAsynchronousClient AsynchronousClient { get; set; }
+ public Tribufu.Generated.Client.IAsynchronousClient AsynchronousClient { get; set; }
///
/// The client for accessing this underlying API synchronously.
///
- public Tribufu.Client.ISynchronousClient Client { get; set; }
+ public Tribufu.Generated.Client.ISynchronousClient Client { get; set; }
///
/// Gets the base path of the API client.
@@ -3677,12 +3677,12 @@ namespace Tribufu.Api
/// Gets or sets the configuration object
///
/// An instance of the Configuration
- public Tribufu.Client.IReadableConfiguration Configuration { get; set; }
+ public Tribufu.Generated.Client.IReadableConfiguration Configuration { get; set; }
///
/// Provides a factory method hook for the creation of exceptions.
///
- public Tribufu.Client.ExceptionFactory ExceptionFactory
+ public Tribufu.Generated.Client.ExceptionFactory ExceptionFactory
{
get
{
@@ -3698,7 +3698,7 @@ namespace Tribufu.Api
///
/// Authorize the client to access the user information. <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -3710,13 +3710,13 @@ namespace Tribufu.Api
///
/// Authorize the client to access the user information. <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse AuthorizeWithHttpInfo(AuthorizeRequest? authorizeRequest = default(AuthorizeRequest?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse AuthorizeWithHttpInfo(AuthorizeRequest? authorizeRequest = default(AuthorizeRequest?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -3729,14 +3729,14 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -3744,7 +3744,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = authorizeRequest;
- localVarRequestOptions.Operation = "TribufuApi.Authorize";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.Authorize";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -3770,7 +3770,7 @@ namespace Tribufu.Api
///
/// Authorize the client to access the user information. <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -3783,15 +3783,15 @@ namespace Tribufu.Api
///
/// Authorize the client to access the user information. <b>🔒 Required permissions:</b> <code>tribufu.identity.oauth2.authorize</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> AuthorizeWithHttpInfoAsync(AuthorizeRequest? authorizeRequest = default(AuthorizeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> AuthorizeWithHttpInfoAsync(AuthorizeRequest? authorizeRequest = default(AuthorizeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -3804,13 +3804,13 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -3818,7 +3818,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = authorizeRequest;
- localVarRequestOptions.Operation = "TribufuApi.Authorize";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.Authorize";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -3845,7 +3845,7 @@ namespace Tribufu.Api
///
/// Change the email of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3858,20 +3858,20 @@ namespace Tribufu.Api
///
/// Change the email of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse ChangeEmailWithHttpInfo(string id, Object? body = default(Object?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse ChangeEmailWithHttpInfo(string id, Object? body = default(Object?), int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->ChangeEmail");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->ChangeEmail");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -3884,23 +3884,23 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.ChangeEmail";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ChangeEmail";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -3926,7 +3926,7 @@ namespace Tribufu.Api
///
/// Change the email of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -3940,22 +3940,22 @@ namespace Tribufu.Api
///
/// Change the email of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.email.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> ChangeEmailWithHttpInfoAsync(string id, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> ChangeEmailWithHttpInfoAsync(string id, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->ChangeEmail");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->ChangeEmail");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -3968,22 +3968,22 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.ChangeEmail";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ChangeEmail";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4010,7 +4010,7 @@ namespace Tribufu.Api
///
/// Change the password of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -4023,20 +4023,20 @@ namespace Tribufu.Api
///
/// Change the password of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse ChangePasswordWithHttpInfo(string id, Object? body = default(Object?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse ChangePasswordWithHttpInfo(string id, Object? body = default(Object?), int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->ChangePassword");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->ChangePassword");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4049,23 +4049,23 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.ChangePassword";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ChangePassword";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4091,7 +4091,7 @@ namespace Tribufu.Api
///
/// Change the password of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -4105,22 +4105,22 @@ namespace Tribufu.Api
///
/// Change the password of a user. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.identity.user.password.update</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> ChangePasswordWithHttpInfoAsync(string id, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> ChangePasswordWithHttpInfoAsync(string id, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->ChangePassword");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->ChangePassword");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4133,22 +4133,22 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.ChangePassword";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ChangePassword";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4175,7 +4175,7 @@ namespace Tribufu.Api
///
/// Claim a game server. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -4188,20 +4188,20 @@ namespace Tribufu.Api
///
/// Claim a game server. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse ClaimGameServerWithHttpInfo(string id, Object? body = default(Object?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse ClaimGameServerWithHttpInfo(string id, Object? body = default(Object?), int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->ClaimGameServer");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->ClaimGameServer");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4214,23 +4214,23 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.ClaimGameServer";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ClaimGameServer";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4256,7 +4256,7 @@ namespace Tribufu.Api
///
/// Claim a game server. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -4270,22 +4270,22 @@ namespace Tribufu.Api
///
/// Claim a game server. This endpoint is not available with an api key, only with a bearer token.<br/><br/><b>🔒 Required permissions:</b> <code>tribufu.community.game.server.claim</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> ClaimGameServerWithHttpInfoAsync(string id, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> ClaimGameServerWithHttpInfoAsync(string id, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->ClaimGameServer");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->ClaimGameServer");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4298,22 +4298,22 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.ClaimGameServer";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ClaimGameServer";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4340,26 +4340,26 @@ namespace Tribufu.Api
///
/// Convert a string to base64 or vice versa. <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// CryptoViewModel
public CryptoViewModel ConvertBase64(CryptoViewModel? cryptoViewModel = default(CryptoViewModel?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = ConvertBase64WithHttpInfo(cryptoViewModel);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = ConvertBase64WithHttpInfo(cryptoViewModel);
return localVarResponse.Data;
}
///
/// Convert a string to base64 or vice versa. <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of CryptoViewModel
- public Tribufu.Client.ApiResponse ConvertBase64WithHttpInfo(CryptoViewModel? cryptoViewModel = default(CryptoViewModel?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse ConvertBase64WithHttpInfo(CryptoViewModel? cryptoViewModel = default(CryptoViewModel?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4375,14 +4375,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4390,7 +4390,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = cryptoViewModel;
- localVarRequestOptions.Operation = "TribufuApi.ConvertBase64";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ConvertBase64";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4416,29 +4416,29 @@ namespace Tribufu.Api
///
/// Convert a string to base64 or vice versa. <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of CryptoViewModel
public async System.Threading.Tasks.Task ConvertBase64Async(CryptoViewModel? cryptoViewModel = default(CryptoViewModel?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await ConvertBase64WithHttpInfoAsync(cryptoViewModel, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await ConvertBase64WithHttpInfoAsync(cryptoViewModel, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Convert a string to base64 or vice versa. <b>🔒 Required permissions:</b> <code>tribufu.utils.convert.base64</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (CryptoViewModel)
- public async System.Threading.Tasks.Task> ConvertBase64WithHttpInfoAsync(CryptoViewModel? cryptoViewModel = default(CryptoViewModel?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> ConvertBase64WithHttpInfoAsync(CryptoViewModel? cryptoViewModel = default(CryptoViewModel?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4454,13 +4454,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4468,7 +4468,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = cryptoViewModel;
- localVarRequestOptions.Operation = "TribufuApi.ConvertBase64";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.ConvertBase64";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4495,7 +4495,7 @@ namespace Tribufu.Api
///
/// Create a new game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -4507,13 +4507,13 @@ namespace Tribufu.Api
///
/// Create a new game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse CreateGameServerWithHttpInfo(Object? body = default(Object?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse CreateGameServerWithHttpInfo(Object? body = default(Object?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4526,14 +4526,14 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4541,7 +4541,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.CreateGameServer";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateGameServer";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4567,7 +4567,7 @@ namespace Tribufu.Api
///
/// Create a new game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -4580,15 +4580,15 @@ namespace Tribufu.Api
///
/// Create a new game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> CreateGameServerWithHttpInfoAsync(Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> CreateGameServerWithHttpInfoAsync(Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4601,13 +4601,13 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4615,7 +4615,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.CreateGameServer";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateGameServer";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4642,7 +4642,7 @@ namespace Tribufu.Api
///
/// Create a new game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -4654,13 +4654,13 @@ namespace Tribufu.Api
///
/// Create a new game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse CreateGameServerClusterWithHttpInfo(Object? body = default(Object?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse CreateGameServerClusterWithHttpInfo(Object? body = default(Object?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4673,14 +4673,14 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4688,7 +4688,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.CreateGameServerCluster";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateGameServerCluster";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4714,7 +4714,7 @@ namespace Tribufu.Api
///
/// Create a new game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -4727,15 +4727,15 @@ namespace Tribufu.Api
///
/// Create a new game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> CreateGameServerClusterWithHttpInfoAsync(Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> CreateGameServerClusterWithHttpInfoAsync(Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4748,13 +4748,13 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4762,7 +4762,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.CreateGameServerCluster";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateGameServerCluster";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4789,7 +4789,7 @@ namespace Tribufu.Api
///
/// Create a new group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
///
@@ -4801,13 +4801,13 @@ namespace Tribufu.Api
///
/// Create a new group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse CreateGroupWithHttpInfo(Object? body = default(Object?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse CreateGroupWithHttpInfo(Object? body = default(Object?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4820,14 +4820,14 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4835,7 +4835,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.CreateGroup";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateGroup";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4861,7 +4861,7 @@ namespace Tribufu.Api
///
/// Create a new group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -4874,15 +4874,15 @@ namespace Tribufu.Api
///
/// Create a new group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.create</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> CreateGroupWithHttpInfoAsync(Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> CreateGroupWithHttpInfoAsync(Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json-patch+json",
@@ -4895,13 +4895,13 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4909,7 +4909,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = body;
- localVarRequestOptions.Operation = "TribufuApi.CreateGroup";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateGroup";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -4936,26 +4936,26 @@ namespace Tribufu.Api
///
/// Create a new token with grant type.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// TokenResponse
public TokenResponse CreateToken(TokenRequest? tokenRequest = default(TokenRequest?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = CreateTokenWithHttpInfo(tokenRequest);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = CreateTokenWithHttpInfo(tokenRequest);
return localVarResponse.Data;
}
///
/// Create a new token with grant type.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of TokenResponse
- public Tribufu.Client.ApiResponse CreateTokenWithHttpInfo(TokenRequest? tokenRequest = default(TokenRequest?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse CreateTokenWithHttpInfo(TokenRequest? tokenRequest = default(TokenRequest?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json",
@@ -4969,14 +4969,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -4984,7 +4984,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = tokenRequest;
- localVarRequestOptions.Operation = "TribufuApi.CreateToken";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateToken";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5010,29 +5010,29 @@ namespace Tribufu.Api
///
/// Create a new token with grant type.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of TokenResponse
public async System.Threading.Tasks.Task CreateTokenAsync(TokenRequest? tokenRequest = default(TokenRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await CreateTokenWithHttpInfoAsync(tokenRequest, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await CreateTokenWithHttpInfoAsync(tokenRequest, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Create a new token with grant type.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (TokenResponse)
- public async System.Threading.Tasks.Task> CreateTokenWithHttpInfoAsync(TokenRequest? tokenRequest = default(TokenRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> CreateTokenWithHttpInfoAsync(TokenRequest? tokenRequest = default(TokenRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
"application/json",
@@ -5046,13 +5046,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -5060,7 +5060,7 @@ namespace Tribufu.Api
localVarRequestOptions.Data = tokenRequest;
- localVarRequestOptions.Operation = "TribufuApi.CreateToken";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.CreateToken";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5087,7 +5087,7 @@ namespace Tribufu.Api
///
/// Delete a game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -5099,19 +5099,19 @@ namespace Tribufu.Api
///
/// Delete a game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse DeleteGameServerWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse DeleteGameServerWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->DeleteGameServer");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->DeleteGameServer");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5120,22 +5120,22 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.DeleteGameServer";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.DeleteGameServer";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5161,7 +5161,7 @@ namespace Tribufu.Api
///
/// Delete a game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -5174,21 +5174,21 @@ namespace Tribufu.Api
///
/// Delete a game server. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> DeleteGameServerWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> DeleteGameServerWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->DeleteGameServer");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->DeleteGameServer");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5197,21 +5197,21 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.DeleteGameServer";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.DeleteGameServer";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5238,7 +5238,7 @@ namespace Tribufu.Api
///
/// Delete a game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -5250,19 +5250,19 @@ namespace Tribufu.Api
///
/// Delete a game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse DeleteGameServerClusterWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse DeleteGameServerClusterWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->DeleteGameServerCluster");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->DeleteGameServerCluster");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5271,22 +5271,22 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.DeleteGameServerCluster";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.DeleteGameServerCluster";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5312,7 +5312,7 @@ namespace Tribufu.Api
///
/// Delete a game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -5325,21 +5325,21 @@ namespace Tribufu.Api
///
/// Delete a game server cluster. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> DeleteGameServerClusterWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> DeleteGameServerClusterWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->DeleteGameServerCluster");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->DeleteGameServerCluster");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5348,21 +5348,21 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.DeleteGameServerCluster";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.DeleteGameServerCluster";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5389,7 +5389,7 @@ namespace Tribufu.Api
///
/// Delete a group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
///
@@ -5401,19 +5401,19 @@ namespace Tribufu.Api
///
/// Delete a group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse DeleteGroupWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse DeleteGroupWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->DeleteGroup");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->DeleteGroup");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5422,22 +5422,22 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.DeleteGroup";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.DeleteGroup";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5463,7 +5463,7 @@ namespace Tribufu.Api
///
/// Delete a group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
@@ -5476,21 +5476,21 @@ namespace Tribufu.Api
///
/// Delete a group. <b>🔒 Required permissions:</b> <code>tribufu.community.group.delete</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> DeleteGroupWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> DeleteGroupWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->DeleteGroup");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->DeleteGroup");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5499,21 +5499,21 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.DeleteGroup";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.DeleteGroup";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5540,26 +5540,26 @@ namespace Tribufu.Api
///
/// Generate one or more flake ids. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// List<string>
public List GenerateFlakeId(int? amount = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GenerateFlakeIdWithHttpInfo(amount);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GenerateFlakeIdWithHttpInfo(amount);
return localVarResponse.Data;
}
///
/// Generate one or more flake ids. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<string>
- public Tribufu.Client.ApiResponse> GenerateFlakeIdWithHttpInfo(int? amount = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GenerateFlakeIdWithHttpInfo(int? amount = default(int?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5571,14 +5571,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -5586,10 +5586,10 @@ namespace Tribufu.Api
if (amount != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
}
- localVarRequestOptions.Operation = "TribufuApi.GenerateFlakeId";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GenerateFlakeId";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5615,29 +5615,29 @@ namespace Tribufu.Api
///
/// Generate one or more flake ids. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<string>
public async System.Threading.Tasks.Task> GenerateFlakeIdAsync(int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GenerateFlakeIdWithHttpInfoAsync(amount, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GenerateFlakeIdWithHttpInfoAsync(amount, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Generate one or more flake ids. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<string>)
- public async System.Threading.Tasks.Task>> GenerateFlakeIdWithHttpInfoAsync(int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GenerateFlakeIdWithHttpInfoAsync(int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5649,13 +5649,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -5663,10 +5663,10 @@ namespace Tribufu.Api
if (amount != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
}
- localVarRequestOptions.Operation = "TribufuApi.GenerateFlakeId";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GenerateFlakeId";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5693,34 +5693,34 @@ namespace Tribufu.Api
///
/// Generate one or more flake ids from a timestamp. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// List<string>
public List GenerateFlakeIdFromTimestamp(string timestamp, int? amount = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GenerateFlakeIdFromTimestampWithHttpInfo(timestamp, amount);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GenerateFlakeIdFromTimestampWithHttpInfo(timestamp, amount);
return localVarResponse.Data;
}
///
/// Generate one or more flake ids from a timestamp. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<string>
- public Tribufu.Client.ApiResponse> GenerateFlakeIdFromTimestampWithHttpInfo(string timestamp, int? amount = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GenerateFlakeIdFromTimestampWithHttpInfo(string timestamp, int? amount = default(int?), int operationIndex = 0)
{
// verify the required parameter 'timestamp' is set
if (timestamp == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'timestamp' when calling TribufuApi->GenerateFlakeIdFromTimestamp");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'timestamp' when calling TribufuGeneratedApi->GenerateFlakeIdFromTimestamp");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5732,26 +5732,26 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("timestamp", Tribufu.Client.ClientUtils.ParameterToString(timestamp)); // path parameter
+ localVarRequestOptions.PathParameters.Add("timestamp", Tribufu.Generated.Client.ClientUtils.ParameterToString(timestamp)); // path parameter
if (amount != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
}
- localVarRequestOptions.Operation = "TribufuApi.GenerateFlakeIdFromTimestamp";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GenerateFlakeIdFromTimestamp";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5777,7 +5777,7 @@ namespace Tribufu.Api
///
/// Generate one or more flake ids from a timestamp. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
@@ -5785,29 +5785,29 @@ namespace Tribufu.Api
/// Task of List<string>
public async System.Threading.Tasks.Task> GenerateFlakeIdFromTimestampAsync(string timestamp, int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GenerateFlakeIdFromTimestampWithHttpInfoAsync(timestamp, amount, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GenerateFlakeIdFromTimestampWithHttpInfoAsync(timestamp, amount, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Generate one or more flake ids from a timestamp. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.flake.timestamp</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<string>)
- public async System.Threading.Tasks.Task>> GenerateFlakeIdFromTimestampWithHttpInfoAsync(string timestamp, int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GenerateFlakeIdFromTimestampWithHttpInfoAsync(string timestamp, int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'timestamp' is set
if (timestamp == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'timestamp' when calling TribufuApi->GenerateFlakeIdFromTimestamp");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'timestamp' when calling TribufuGeneratedApi->GenerateFlakeIdFromTimestamp");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5819,25 +5819,25 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("timestamp", Tribufu.Client.ClientUtils.ParameterToString(timestamp)); // path parameter
+ localVarRequestOptions.PathParameters.Add("timestamp", Tribufu.Generated.Client.ClientUtils.ParameterToString(timestamp)); // path parameter
if (amount != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
}
- localVarRequestOptions.Operation = "TribufuApi.GenerateFlakeIdFromTimestamp";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GenerateFlakeIdFromTimestamp";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5864,28 +5864,28 @@ namespace Tribufu.Api
///
/// Generate a random password. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// HashViewModel
public HashViewModel GeneratePassword(int? length = default(int?), bool? symbols = default(bool?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GeneratePasswordWithHttpInfo(length, symbols);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GeneratePasswordWithHttpInfo(length, symbols);
return localVarResponse.Data;
}
///
/// Generate a random password. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of HashViewModel
- public Tribufu.Client.ApiResponse GeneratePasswordWithHttpInfo(int? length = default(int?), bool? symbols = default(bool?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GeneratePasswordWithHttpInfo(int? length = default(int?), bool? symbols = default(bool?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5897,14 +5897,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -5912,14 +5912,14 @@ namespace Tribufu.Api
if (length != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "length", length));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "length", length));
}
if (symbols != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "symbols", symbols));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "symbols", symbols));
}
- localVarRequestOptions.Operation = "TribufuApi.GeneratePassword";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GeneratePassword";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -5945,7 +5945,7 @@ namespace Tribufu.Api
///
/// Generate a random password. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -5953,23 +5953,23 @@ namespace Tribufu.Api
/// Task of HashViewModel
public async System.Threading.Tasks.Task GeneratePasswordAsync(int? length = default(int?), bool? symbols = default(bool?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GeneratePasswordWithHttpInfoAsync(length, symbols, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await GeneratePasswordWithHttpInfoAsync(length, symbols, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Generate a random password. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.password</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (HashViewModel)
- public async System.Threading.Tasks.Task> GeneratePasswordWithHttpInfoAsync(int? length = default(int?), bool? symbols = default(bool?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GeneratePasswordWithHttpInfoAsync(int? length = default(int?), bool? symbols = default(bool?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -5981,13 +5981,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -5995,14 +5995,14 @@ namespace Tribufu.Api
if (length != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "length", length));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "length", length));
}
if (symbols != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "symbols", symbols));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "symbols", symbols));
}
- localVarRequestOptions.Operation = "TribufuApi.GeneratePassword";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GeneratePassword";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6029,28 +6029,28 @@ namespace Tribufu.Api
///
/// Generate one or more uuids with a specific version. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// List<Guid>
public List GenerateUuid(int? version = default(int?), int? amount = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GenerateUuidWithHttpInfo(version, amount);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GenerateUuidWithHttpInfo(version, amount);
return localVarResponse.Data;
}
///
/// Generate one or more uuids with a specific version. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<Guid>
- public Tribufu.Client.ApiResponse> GenerateUuidWithHttpInfo(int? version = default(int?), int? amount = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GenerateUuidWithHttpInfo(int? version = default(int?), int? amount = default(int?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6062,14 +6062,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -6077,14 +6077,14 @@ namespace Tribufu.Api
if (version != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "version", version));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "version", version));
}
if (amount != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
}
- localVarRequestOptions.Operation = "TribufuApi.GenerateUuid";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GenerateUuid";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6110,7 +6110,7 @@ namespace Tribufu.Api
///
/// Generate one or more uuids with a specific version. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -6118,23 +6118,23 @@ namespace Tribufu.Api
/// Task of List<Guid>
public async System.Threading.Tasks.Task> GenerateUuidAsync(int? version = default(int?), int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GenerateUuidWithHttpInfoAsync(version, amount, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GenerateUuidWithHttpInfoAsync(version, amount, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Generate one or more uuids with a specific version. <b>🔒 Required permissions:</b> <code>tribufu.utils.generate.uuid</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Guid>)
- public async System.Threading.Tasks.Task>> GenerateUuidWithHttpInfoAsync(int? version = default(int?), int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GenerateUuidWithHttpInfoAsync(int? version = default(int?), int? amount = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6146,13 +6146,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -6160,14 +6160,14 @@ namespace Tribufu.Api
if (version != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "version", version));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "version", version));
}
if (amount != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "amount", amount));
}
- localVarRequestOptions.Operation = "TribufuApi.GenerateUuid";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GenerateUuid";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6194,7 +6194,7 @@ namespace Tribufu.Api
///
/// Get current client information.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
///
public void GetClientInfo(int operationIndex = 0)
@@ -6205,12 +6205,12 @@ namespace Tribufu.Api
///
/// Get current client information.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Object(void)
- public Tribufu.Client.ApiResponse GetClientInfoWithHttpInfo(int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetClientInfoWithHttpInfo(int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6219,21 +6219,21 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetClientInfo";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetClientInfo";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6259,7 +6259,7 @@ namespace Tribufu.Api
///
/// Get current client information.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of void
@@ -6271,14 +6271,14 @@ namespace Tribufu.Api
///
/// Get current client information.
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- public async System.Threading.Tasks.Task> GetClientInfoWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetClientInfoWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6287,20 +6287,20 @@ namespace Tribufu.Api
string[] _accepts = new string[] {
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetClientInfo";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetClientInfo";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6327,24 +6327,24 @@ namespace Tribufu.Api
///
/// Get current ip address location. <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<IpAddress>
public List GetCurrentIpAddress(int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetCurrentIpAddressWithHttpInfo();
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetCurrentIpAddressWithHttpInfo();
return localVarResponse.Data;
}
///
/// Get current ip address location. <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<IpAddress>
- public Tribufu.Client.ApiResponse> GetCurrentIpAddressWithHttpInfo(int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetCurrentIpAddressWithHttpInfo(int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6356,21 +6356,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetCurrentIpAddress";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetCurrentIpAddress";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6396,27 +6396,27 @@ namespace Tribufu.Api
///
/// Get current ip address location. <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<IpAddress>
public async System.Threading.Tasks.Task> GetCurrentIpAddressAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetCurrentIpAddressWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetCurrentIpAddressWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get current ip address location. <b>🔒 Required permissions:</b> <code>tribufu.geoip.current</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<IpAddress>)
- public async System.Threading.Tasks.Task>> GetCurrentIpAddressWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetCurrentIpAddressWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6428,20 +6428,20 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetCurrentIpAddress";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetCurrentIpAddress";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6468,32 +6468,32 @@ namespace Tribufu.Api
///
/// Get a game by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Game
public Game GetGameById(string id, int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GetGameByIdWithHttpInfo(id);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GetGameByIdWithHttpInfo(id);
return localVarResponse.Data;
}
///
/// Get a game by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Game
- public Tribufu.Client.ApiResponse GetGameByIdWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetGameByIdWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6505,22 +6505,22 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6546,35 +6546,35 @@ namespace Tribufu.Api
///
/// Get a game by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of Game
public async System.Threading.Tasks.Task GetGameByIdAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GetGameByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await GetGameByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a game by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (Game)
- public async System.Threading.Tasks.Task> GetGameByIdWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetGameByIdWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6586,21 +6586,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6627,7 +6627,7 @@ namespace Tribufu.Api
///
/// Get a list of game server clusters of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -6635,28 +6635,28 @@ namespace Tribufu.Api
/// List<GameServerCluster>
public List GetGameClustersByGameId(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameClustersByGameIdWithHttpInfo(id, page, limit);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameClustersByGameIdWithHttpInfo(id, page, limit);
return localVarResponse.Data;
}
///
/// Get a list of game server clusters of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<GameServerCluster>
- public Tribufu.Client.ApiResponse> GetGameClustersByGameIdWithHttpInfo(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameClustersByGameIdWithHttpInfo(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameClustersByGameId");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameClustersByGameId");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6668,30 +6668,30 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameClustersByGameId";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameClustersByGameId";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6717,7 +6717,7 @@ namespace Tribufu.Api
///
/// Get a list of game server clusters of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -6726,30 +6726,30 @@ namespace Tribufu.Api
/// Task of List<GameServerCluster>
public async System.Threading.Tasks.Task> GetGameClustersByGameIdAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameClustersByGameIdWithHttpInfoAsync(id, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameClustersByGameIdWithHttpInfoAsync(id, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of game server clusters of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<GameServerCluster>)
- public async System.Threading.Tasks.Task>> GetGameClustersByGameIdWithHttpInfoAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameClustersByGameIdWithHttpInfoAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameClustersByGameId");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameClustersByGameId");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6761,29 +6761,29 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameClustersByGameId";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameClustersByGameId";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6810,7 +6810,7 @@ namespace Tribufu.Api
///
/// Get a list of game items. <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -6818,28 +6818,28 @@ namespace Tribufu.Api
/// List<Object>
public List GetGameItems(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameItemsWithHttpInfo(id, page, limit);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameItemsWithHttpInfo(id, page, limit);
return localVarResponse.Data;
}
///
/// Get a list of game items. <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<Object>
- public Tribufu.Client.ApiResponse> GetGameItemsWithHttpInfo(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameItemsWithHttpInfo(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameItems");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameItems");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6851,30 +6851,30 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameItems";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameItems";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6900,7 +6900,7 @@ namespace Tribufu.Api
///
/// Get a list of game items. <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -6909,30 +6909,30 @@ namespace Tribufu.Api
/// Task of List<Object>
public async System.Threading.Tasks.Task> GetGameItemsAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameItemsWithHttpInfoAsync(id, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameItemsWithHttpInfoAsync(id, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of game items. <b>🔒 Required permissions:</b> <code>tribufu.community.game.item.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Object>)
- public async System.Threading.Tasks.Task>> GetGameItemsWithHttpInfoAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameItemsWithHttpInfoAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameItems");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameItems");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -6944,29 +6944,29 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameItems";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameItems";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -6993,34 +6993,34 @@ namespace Tribufu.Api
///
/// Get a game server by address and query port. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
/// GameServer
public GameServer GetGameServerByAddressAndQueryPort(string address, int port, int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GetGameServerByAddressAndQueryPortWithHttpInfo(address, port);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GetGameServerByAddressAndQueryPortWithHttpInfo(address, port);
return localVarResponse.Data;
}
///
/// Get a game server by address and query port. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
/// ApiResponse of GameServer
- public Tribufu.Client.ApiResponse GetGameServerByAddressAndQueryPortWithHttpInfo(string address, int port, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetGameServerByAddressAndQueryPortWithHttpInfo(string address, int port, int operationIndex = 0)
{
// verify the required parameter 'address' is set
if (address == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'address' when calling TribufuApi->GetGameServerByAddressAndQueryPort");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'address' when calling TribufuGeneratedApi->GetGameServerByAddressAndQueryPort");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7032,23 +7032,23 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("address", Tribufu.Client.ClientUtils.ParameterToString(address)); // path parameter
- localVarRequestOptions.PathParameters.Add("port", Tribufu.Client.ClientUtils.ParameterToString(port)); // path parameter
+ localVarRequestOptions.PathParameters.Add("address", Tribufu.Generated.Client.ClientUtils.ParameterToString(address)); // path parameter
+ localVarRequestOptions.PathParameters.Add("port", Tribufu.Generated.Client.ClientUtils.ParameterToString(port)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerByAddressAndQueryPort";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerByAddressAndQueryPort";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7074,7 +7074,7 @@ namespace Tribufu.Api
///
/// Get a game server by address and query port. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
@@ -7082,29 +7082,29 @@ namespace Tribufu.Api
/// Task of GameServer
public async System.Threading.Tasks.Task GetGameServerByAddressAndQueryPortAsync(string address, int port, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GetGameServerByAddressAndQueryPortWithHttpInfoAsync(address, port, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await GetGameServerByAddressAndQueryPortWithHttpInfoAsync(address, port, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a game server by address and query port. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get.address</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (GameServer)
- public async System.Threading.Tasks.Task> GetGameServerByAddressAndQueryPortWithHttpInfoAsync(string address, int port, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetGameServerByAddressAndQueryPortWithHttpInfoAsync(string address, int port, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'address' is set
if (address == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'address' when calling TribufuApi->GetGameServerByAddressAndQueryPort");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'address' when calling TribufuGeneratedApi->GetGameServerByAddressAndQueryPort");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7116,22 +7116,22 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("address", Tribufu.Client.ClientUtils.ParameterToString(address)); // path parameter
- localVarRequestOptions.PathParameters.Add("port", Tribufu.Client.ClientUtils.ParameterToString(port)); // path parameter
+ localVarRequestOptions.PathParameters.Add("address", Tribufu.Generated.Client.ClientUtils.ParameterToString(address)); // path parameter
+ localVarRequestOptions.PathParameters.Add("port", Tribufu.Generated.Client.ClientUtils.ParameterToString(port)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerByAddressAndQueryPort";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerByAddressAndQueryPort";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7158,32 +7158,32 @@ namespace Tribufu.Api
///
/// Get a game server by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// GameServer
public GameServer GetGameServerById(string id, int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GetGameServerByIdWithHttpInfo(id);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GetGameServerByIdWithHttpInfo(id);
return localVarResponse.Data;
}
///
/// Get a game server by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of GameServer
- public Tribufu.Client.ApiResponse GetGameServerByIdWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetGameServerByIdWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameServerById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameServerById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7195,22 +7195,22 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7236,35 +7236,35 @@ namespace Tribufu.Api
///
/// Get a game server by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of GameServer
public async System.Threading.Tasks.Task GetGameServerByIdAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GetGameServerByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await GetGameServerByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a game server by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (GameServer)
- public async System.Threading.Tasks.Task> GetGameServerByIdWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetGameServerByIdWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameServerById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameServerById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7276,21 +7276,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7317,32 +7317,32 @@ namespace Tribufu.Api
///
/// Get a game server cluster by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// GameServerCluster
public GameServerCluster GetGameServerClusterById(string id, int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GetGameServerClusterByIdWithHttpInfo(id);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GetGameServerClusterByIdWithHttpInfo(id);
return localVarResponse.Data;
}
///
/// Get a game server cluster by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of GameServerCluster
- public Tribufu.Client.ApiResponse GetGameServerClusterByIdWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetGameServerClusterByIdWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameServerClusterById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameServerClusterById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7354,22 +7354,22 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerClusterById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerClusterById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7395,35 +7395,35 @@ namespace Tribufu.Api
///
/// Get a game server cluster by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of GameServerCluster
public async System.Threading.Tasks.Task GetGameServerClusterByIdAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GetGameServerClusterByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await GetGameServerClusterByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a game server cluster by id. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (GameServerCluster)
- public async System.Threading.Tasks.Task> GetGameServerClusterByIdWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetGameServerClusterByIdWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameServerClusterById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameServerClusterById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7435,21 +7435,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerClusterById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerClusterById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7476,28 +7476,28 @@ namespace Tribufu.Api
///
/// Get a list of game server clusters. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// List<GameServerCluster>
public List GetGameServerClusters(int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameServerClustersWithHttpInfo(page, limit);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameServerClustersWithHttpInfo(page, limit);
return localVarResponse.Data;
}
///
/// Get a list of game server clusters. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<GameServerCluster>
- public Tribufu.Client.ApiResponse> GetGameServerClustersWithHttpInfo(int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameServerClustersWithHttpInfo(int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7509,14 +7509,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -7524,14 +7524,14 @@ namespace Tribufu.Api
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerClusters";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerClusters";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7557,7 +7557,7 @@ namespace Tribufu.Api
///
/// Get a list of game server clusters. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -7565,23 +7565,23 @@ namespace Tribufu.Api
/// Task of List<GameServerCluster>
public async System.Threading.Tasks.Task> GetGameServerClustersAsync(int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameServerClustersWithHttpInfoAsync(page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameServerClustersWithHttpInfoAsync(page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of game server clusters. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.cluster.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<GameServerCluster>)
- public async System.Threading.Tasks.Task>> GetGameServerClustersWithHttpInfoAsync(int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameServerClustersWithHttpInfoAsync(int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7593,13 +7593,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -7607,14 +7607,14 @@ namespace Tribufu.Api
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServerClusters";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServerClusters";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7641,28 +7641,28 @@ namespace Tribufu.Api
///
/// Get a list of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// List<GameServer>
public List GetGameServers(int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameServersWithHttpInfo(page, limit);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameServersWithHttpInfo(page, limit);
return localVarResponse.Data;
}
///
/// Get a list of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<GameServer>
- public Tribufu.Client.ApiResponse> GetGameServersWithHttpInfo(int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameServersWithHttpInfo(int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7674,14 +7674,14 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -7689,14 +7689,14 @@ namespace Tribufu.Api
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServers";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServers";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7722,7 +7722,7 @@ namespace Tribufu.Api
///
/// Get a list of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
@@ -7730,23 +7730,23 @@ namespace Tribufu.Api
/// Task of List<GameServer>
public async System.Threading.Tasks.Task> GetGameServersAsync(int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameServersWithHttpInfoAsync(page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameServersWithHttpInfoAsync(page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<GameServer>)
- public async System.Threading.Tasks.Task>> GetGameServersWithHttpInfoAsync(int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameServersWithHttpInfoAsync(int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7758,13 +7758,13 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
@@ -7772,14 +7772,14 @@ namespace Tribufu.Api
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServers";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServers";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7806,7 +7806,7 @@ namespace Tribufu.Api
///
/// Get a list of game servers from a country. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -7814,28 +7814,28 @@ namespace Tribufu.Api
/// List<GameServer>
public List GetGameServersByCountry(string country, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameServersByCountryWithHttpInfo(country, page, limit);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameServersByCountryWithHttpInfo(country, page, limit);
return localVarResponse.Data;
}
///
/// Get a list of game servers from a country. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<GameServer>
- public Tribufu.Client.ApiResponse> GetGameServersByCountryWithHttpInfo(string country, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameServersByCountryWithHttpInfo(string country, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
// verify the required parameter 'country' is set
if (country == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'country' when calling TribufuApi->GetGameServersByCountry");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'country' when calling TribufuGeneratedApi->GetGameServersByCountry");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7847,30 +7847,30 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("country", Tribufu.Client.ClientUtils.ParameterToString(country)); // path parameter
+ localVarRequestOptions.PathParameters.Add("country", Tribufu.Generated.Client.ClientUtils.ParameterToString(country)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersByCountry";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersByCountry";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7896,7 +7896,7 @@ namespace Tribufu.Api
///
/// Get a list of game servers from a country. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -7905,30 +7905,30 @@ namespace Tribufu.Api
/// Task of List<GameServer>
public async System.Threading.Tasks.Task> GetGameServersByCountryAsync(string country, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameServersByCountryWithHttpInfoAsync(country, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameServersByCountryWithHttpInfoAsync(country, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of game servers from a country. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list.country</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<GameServer>)
- public async System.Threading.Tasks.Task>> GetGameServersByCountryWithHttpInfoAsync(string country, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameServersByCountryWithHttpInfoAsync(string country, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'country' is set
if (country == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'country' when calling TribufuApi->GetGameServersByCountry");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'country' when calling TribufuGeneratedApi->GetGameServersByCountry");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -7940,29 +7940,29 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("country", Tribufu.Client.ClientUtils.ParameterToString(country)); // path parameter
+ localVarRequestOptions.PathParameters.Add("country", Tribufu.Generated.Client.ClientUtils.ParameterToString(country)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersByCountry";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersByCountry";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -7989,7 +7989,7 @@ namespace Tribufu.Api
///
/// Get a list of game servers of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -7997,28 +7997,28 @@ namespace Tribufu.Api
/// List<GameServer>
public List GetGameServersByGameId(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameServersByGameIdWithHttpInfo(id, page, limit);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameServersByGameIdWithHttpInfo(id, page, limit);
return localVarResponse.Data;
}
///
/// Get a list of game servers of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// ApiResponse of List<GameServer>
- public Tribufu.Client.ApiResponse> GetGameServersByGameIdWithHttpInfo(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameServersByGameIdWithHttpInfo(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameServersByGameId");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameServersByGameId");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8030,30 +8030,30 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersByGameId";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersByGameId";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8079,7 +8079,7 @@ namespace Tribufu.Api
///
/// Get a list of game servers of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
@@ -8088,30 +8088,30 @@ namespace Tribufu.Api
/// Task of List<GameServer>
public async System.Threading.Tasks.Task> GetGameServersByGameIdAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameServersByGameIdWithHttpInfoAsync(id, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameServersByGameIdWithHttpInfoAsync(id, page, limit, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of game servers of a game. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// (optional)
/// (optional)
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<GameServer>)
- public async System.Threading.Tasks.Task>> GetGameServersByGameIdWithHttpInfoAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameServersByGameIdWithHttpInfoAsync(string id, int? page = default(int?), int? limit = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGameServersByGameId");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGameServersByGameId");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8123,29 +8123,29 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
if (page != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "page", page));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "page", page));
}
if (limit != null)
{
- localVarRequestOptions.QueryParameters.Add(Tribufu.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
+ localVarRequestOptions.QueryParameters.Add(Tribufu.Generated.Client.ClientUtils.ParameterToMultiMap("", "limit", limit));
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersByGameId";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersByGameId";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8172,24 +8172,24 @@ namespace Tribufu.Api
///
/// Get a list of countries with the number of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Dictionary<string, int>
public Dictionary GetGameServersCountries(int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGameServersCountriesWithHttpInfo();
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGameServersCountriesWithHttpInfo();
return localVarResponse.Data;
}
///
/// Get a list of countries with the number of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of Dictionary<string, int>
- public Tribufu.Client.ApiResponse> GetGameServersCountriesWithHttpInfo(int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGameServersCountriesWithHttpInfo(int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8201,21 +8201,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersCountries";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersCountries";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8241,27 +8241,27 @@ namespace Tribufu.Api
///
/// Get a list of countries with the number of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of Dictionary<string, int>
public async System.Threading.Tasks.Task> GetGameServersCountriesAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGameServersCountriesWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGameServersCountriesWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of countries with the number of game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.country.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (Dictionary<string, int>)
- public async System.Threading.Tasks.Task>> GetGameServersCountriesWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGameServersCountriesWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8273,20 +8273,20 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersCountries";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersCountries";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8313,24 +8313,24 @@ namespace Tribufu.Api
///
/// Get metrics about the tracked game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ServerMetrics
public ServerMetrics GetGameServersMetrics(int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GetGameServersMetricsWithHttpInfo();
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GetGameServersMetricsWithHttpInfo();
return localVarResponse.Data;
}
///
/// Get metrics about the tracked game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of ServerMetrics
- public Tribufu.Client.ApiResponse GetGameServersMetricsWithHttpInfo(int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetGameServersMetricsWithHttpInfo(int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8342,21 +8342,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersMetrics";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersMetrics";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8382,27 +8382,27 @@ namespace Tribufu.Api
///
/// Get metrics about the tracked game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ServerMetrics
public async System.Threading.Tasks.Task GetGameServersMetricsAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GetGameServersMetricsWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = await GetGameServersMetricsWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get metrics about the tracked game servers. <b>🔒 Required permissions:</b> <code>tribufu.community.game.server.metric.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ServerMetrics)
- public async System.Threading.Tasks.Task> GetGameServersMetricsWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetGameServersMetricsWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8414,20 +8414,20 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetGameServersMetrics";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGameServersMetrics";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8454,24 +8454,24 @@ namespace Tribufu.Api
///
/// Get a list of games. <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// List<Game>
public List GetGames(int operationIndex = 0)
{
- Tribufu.Client.ApiResponse> localVarResponse = GetGamesWithHttpInfo();
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = GetGamesWithHttpInfo();
return localVarResponse.Data;
}
///
/// Get a list of games. <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// ApiResponse of List<Game>
- public Tribufu.Client.ApiResponse> GetGamesWithHttpInfo(int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse> GetGamesWithHttpInfo(int operationIndex = 0)
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8483,21 +8483,21 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetGames";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGames";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8523,27 +8523,27 @@ namespace Tribufu.Api
///
/// Get a list of games. <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<Game>
public async System.Threading.Tasks.Task> GetGamesAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse> localVarResponse = await GetGamesWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse> localVarResponse = await GetGamesWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
}
///
/// Get a list of games. <b>🔒 Required permissions:</b> <code>tribufu.community.game.list</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Game>)
- public async System.Threading.Tasks.Task>> GetGamesWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> GetGamesWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8555,20 +8555,20 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.Operation = "TribufuApi.GetGames";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGames";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8595,32 +8595,32 @@ namespace Tribufu.Api
///
/// Get a group by id. <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Group
public Group GetGroupById(string id, int operationIndex = 0)
{
- Tribufu.Client.ApiResponse localVarResponse = GetGroupByIdWithHttpInfo(id);
+ Tribufu.Generated.Client.ApiResponse localVarResponse = GetGroupByIdWithHttpInfo(id);
return localVarResponse.Data;
}
///
/// Get a group by id. <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// ApiResponse of Group
- public Tribufu.Client.ApiResponse GetGroupByIdWithHttpInfo(string id, int operationIndex = 0)
+ public Tribufu.Generated.Client.ApiResponse GetGroupByIdWithHttpInfo(string id, int operationIndex = 0)
{
// verify the required parameter 'id' is set
if (id == null)
{
- throw new Tribufu.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuApi->GetGroupById");
+ throw new Tribufu.Generated.Client.ApiException(400, "Missing required parameter 'id' when calling TribufuGeneratedApi->GetGroupById");
}
- Tribufu.Client.RequestOptions localVarRequestOptions = new Tribufu.Client.RequestOptions();
+ Tribufu.Generated.Client.RequestOptions localVarRequestOptions = new Tribufu.Generated.Client.RequestOptions();
string[] _contentTypes = new string[] {
};
@@ -8632,22 +8632,22 @@ namespace Tribufu.Api
"text/json"
};
- var localVarContentType = Tribufu.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
+ var localVarContentType = Tribufu.Generated.Client.ClientUtils.SelectHeaderContentType(_contentTypes);
var localVarMultipartFormData = localVarContentType == "multipart/form-data";
if (localVarContentType != null)
{
localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType);
}
- var localVarAccept = Tribufu.Client.ClientUtils.SelectHeaderAccept(_accepts);
+ var localVarAccept = Tribufu.Generated.Client.ClientUtils.SelectHeaderAccept(_accepts);
if (localVarAccept != null)
{
localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
}
- localVarRequestOptions.PathParameters.Add("id", Tribufu.Client.ClientUtils.ParameterToString(id)); // path parameter
+ localVarRequestOptions.PathParameters.Add("id", Tribufu.Generated.Client.ClientUtils.ParameterToString(id)); // path parameter
- localVarRequestOptions.Operation = "TribufuApi.GetGroupById";
+ localVarRequestOptions.Operation = "TribufuGeneratedApi.GetGroupById";
localVarRequestOptions.OperationIndex = operationIndex;
// authentication (ApiKey) required
@@ -8673,35 +8673,35 @@ namespace Tribufu.Api
///
/// Get a group by id. <b>🔒 Required permissions:</b> <code>tribufu.community.group.get</code>
///
- /// Thrown when fails to make API call
+ /// Thrown when fails to make API call
///
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of Group
public async System.Threading.Tasks.Task GetGroupByIdAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
- Tribufu.Client.ApiResponse localVarResponse = await GetGroupByIdWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
+ Tribufu.Generated.Client.ApiResponse