diff --git a/misc/BreCalApi.cs b/misc/BreCalApi.cs index e849a38..73c7497 100644 --- a/misc/BreCalApi.cs +++ b/misc/BreCalApi.cs @@ -7,13 +7,13 @@ //---------------------- -using BreCalClient.......misc.Client; -using BreCalClient.......misc.Model; +using BreCalClient.misc.Client; +using BreCalClient.misc.Model; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; -using OpenAPIDateConverter = BreCalClient.......misc.Client.OpenAPIDateConverter; +using OpenAPIDateConverter = BreCalClient.misc.Client.OpenAPIDateConverter; using Polly; using RestSharp; using RestSharp.Serializers; @@ -48,7 +48,7 @@ using System.Threading.Tasks; * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Api +namespace BreCalClient.misc.Api { /// /// Represents a collection of functions to interact with the API endpoints @@ -59,7 +59,7 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of all berths registered /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// List<Berth> List BerthsGet(int operationIndex = 0); @@ -69,14 +69,14 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// ApiResponse of List<Berth> ApiResponse> BerthsGetWithHttpInfo(int operationIndex = 0); /// /// Returns a JWT session token and user data if successful /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// LoginResult @@ -87,7 +87,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// ApiResponse of LoginResult @@ -95,7 +95,7 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of notifications pursuant to a specified participant and ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. @@ -107,7 +107,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. @@ -116,7 +116,7 @@ namespace BreCalClient.......misc.Api /// /// gets a particular participant entry corresponding to user id /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// Participant @@ -127,7 +127,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// ApiResponse of Participant @@ -135,7 +135,7 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of ship calls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// List<Shipcall> @@ -146,7 +146,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// ApiResponse of List<Shipcall> @@ -154,7 +154,7 @@ namespace BreCalClient.......misc.Api /// /// Create a new ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// @@ -165,7 +165,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// ApiResponse of Object(void) @@ -173,7 +173,7 @@ namespace BreCalClient.......misc.Api /// /// Updates a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// @@ -184,7 +184,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// ApiResponse of Object(void) @@ -192,7 +192,7 @@ namespace BreCalClient.......misc.Api /// /// gets a list of registered shipcalls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// List<Ship> List ShipsGet(int operationIndex = 0); @@ -202,14 +202,14 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// ApiResponse of List<Ship> ApiResponse> ShipsGetWithHttpInfo(int operationIndex = 0); /// /// Delete a times entry for a ship call. /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// /// Index associated with the operation. /// @@ -220,7 +220,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// /// Index associated with the operation. /// ApiResponse of Object(void) @@ -228,7 +228,7 @@ namespace BreCalClient.......misc.Api /// /// Get all recorded times for a a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// List<Times> @@ -239,7 +239,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// ApiResponse of List<Times> @@ -247,7 +247,7 @@ namespace BreCalClient.......misc.Api /// /// Create a new times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// @@ -258,7 +258,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// ApiResponse of Object(void) @@ -266,7 +266,7 @@ namespace BreCalClient.......misc.Api /// /// Update a times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// @@ -277,7 +277,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// ApiResponse of Object(void) @@ -296,7 +296,7 @@ namespace BreCalClient.......misc.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 List<Berth> @@ -307,7 +307,7 @@ namespace BreCalClient.......misc.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 (List<Berth>) @@ -318,7 +318,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -330,7 +330,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -342,7 +342,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. @@ -355,7 +355,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. @@ -368,7 +368,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -380,7 +380,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -392,7 +392,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -404,7 +404,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -416,7 +416,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -428,7 +428,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -440,7 +440,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -452,7 +452,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -464,7 +464,7 @@ namespace BreCalClient.......misc.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 List<Ship> @@ -475,7 +475,7 @@ namespace BreCalClient.......misc.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 (List<Ship>) @@ -486,7 +486,7 @@ namespace BreCalClient.......misc.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. @@ -498,7 +498,7 @@ namespace BreCalClient.......misc.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. @@ -510,7 +510,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -522,7 +522,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -534,7 +534,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -546,7 +546,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -558,7 +558,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -570,7 +570,7 @@ namespace BreCalClient.......misc.Api /// /// /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -589,7 +589,7 @@ namespace BreCalClient.......misc.Api /// public partial class DefaultApi : IDefaultApi { - private BreCalClient.......misc.Client.ExceptionFactory _exceptionFactory = (name, response) => null; + private BreCalClient.misc.Client.ExceptionFactory _exceptionFactory = (name, response) => null; /// /// Initializes a new instance of the class. /// @@ -603,13 +603,13 @@ namespace BreCalClient.......misc.Api /// public DefaultApi(string basePath) { - this.Configuration = BreCalClient.......misc.Client.Configuration.MergeConfigurations( - BreCalClient.......misc.Client.GlobalConfiguration.Instance, - new BreCalClient.......misc.Client.Configuration { BasePath = basePath } + this.Configuration = BreCalClient.misc.Client.Configuration.MergeConfigurations( + BreCalClient.misc.Client.GlobalConfiguration.Instance, + new BreCalClient.misc.Client.Configuration { BasePath = basePath } ); - this.Client = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath); - this.AsynchronousClient = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath); - this.ExceptionFactory = BreCalClient.......misc.Client.Configuration.DefaultExceptionFactory; + this.Client = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath); + this.AsynchronousClient = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath); + this.ExceptionFactory = BreCalClient.misc.Client.Configuration.DefaultExceptionFactory; } /// /// Initializes a new instance of the class @@ -617,16 +617,16 @@ namespace BreCalClient.......misc.Api /// /// An instance of Configuration /// - public DefaultApi(BreCalClient.......misc.Client.Configuration configuration) + public DefaultApi(BreCalClient.misc.Client.Configuration configuration) { if (configuration == null) throw new ArgumentNullException("configuration"); - this.Configuration = BreCalClient.......misc.Client.Configuration.MergeConfigurations( - BreCalClient.......misc.Client.GlobalConfiguration.Instance, + this.Configuration = BreCalClient.misc.Client.Configuration.MergeConfigurations( + BreCalClient.misc.Client.GlobalConfiguration.Instance, configuration ); - this.Client = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath); - this.AsynchronousClient = new BreCalClient.......misc.Client.ApiClient(this.Configuration.BasePath); - ExceptionFactory = BreCalClient.......misc.Client.Configuration.DefaultExceptionFactory; + this.Client = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath); + this.AsynchronousClient = new BreCalClient.misc.Client.ApiClient(this.Configuration.BasePath); + ExceptionFactory = BreCalClient.misc.Client.Configuration.DefaultExceptionFactory; } /// /// Initializes a new instance of the class @@ -635,7 +635,7 @@ namespace BreCalClient.......misc.Api /// The client interface for synchronous API access. /// The client interface for asynchronous API access. /// The configuration object. - public DefaultApi(BreCalClient.......misc.Client.ISynchronousClient client, BreCalClient.......misc.Client.IAsynchronousClient asyncClient, BreCalClient.......misc.Client.IReadableConfiguration configuration) + public DefaultApi(BreCalClient.misc.Client.ISynchronousClient client, BreCalClient.misc.Client.IAsynchronousClient asyncClient, BreCalClient.misc.Client.IReadableConfiguration configuration) { if (client == null) throw new ArgumentNullException("client"); if (asyncClient == null) throw new ArgumentNullException("asyncClient"); @@ -643,16 +643,16 @@ namespace BreCalClient.......misc.Api this.Client = client; this.AsynchronousClient = asyncClient; this.Configuration = configuration; - this.ExceptionFactory = BreCalClient.......misc.Client.Configuration.DefaultExceptionFactory; + this.ExceptionFactory = BreCalClient.misc.Client.Configuration.DefaultExceptionFactory; } /// /// The client for accessing this underlying API asynchronously. /// - public BreCalClient.......misc.Client.IAsynchronousClient AsynchronousClient { get; set; } + public BreCalClient.misc.Client.IAsynchronousClient AsynchronousClient { get; set; } /// /// The client for accessing this underlying API synchronously. /// - public BreCalClient.......misc.Client.ISynchronousClient Client { get; set; } + public BreCalClient.misc.Client.ISynchronousClient Client { get; set; } /// /// Gets the base path of the API client. /// @@ -665,11 +665,11 @@ namespace BreCalClient.......misc.Api /// Gets or sets the configuration object /// /// An instance of the Configuration - public BreCalClient.......misc.Client.IReadableConfiguration Configuration { get; set; } + public BreCalClient.misc.Client.IReadableConfiguration Configuration { get; set; } /// /// Provides a factory method hook for the creation of exceptions. /// - public BreCalClient.......misc.Client.ExceptionFactory ExceptionFactory + public BreCalClient.misc.Client.ExceptionFactory ExceptionFactory { get { @@ -684,35 +684,35 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of all berths registered /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// List<Berth> public List BerthsGet(int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = BerthsGetWithHttpInfo(); + BreCalClient.misc.Client.ApiResponse> localVarResponse = BerthsGetWithHttpInfo(); return localVarResponse.Data; } /// /// Gets a list of all berths registered /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// ApiResponse of List<Berth> - public BreCalClient.......misc.Client.ApiResponse> BerthsGetWithHttpInfo(int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse> BerthsGetWithHttpInfo(int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -739,37 +739,37 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of all berths registered /// - /// 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<Berth> public async System.Threading.Tasks.Task> BerthsGetAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = await BerthsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse> localVarResponse = await BerthsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// Gets a list of all berths registered /// - /// 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<Berth>) - public async System.Threading.Tasks.Task>> BerthsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task>> BerthsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -796,30 +796,30 @@ namespace BreCalClient.......misc.Api /// /// Returns a JWT session token and user data if successful /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// LoginResult public LoginResult LoginPost(Credentials credentials, int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse localVarResponse = LoginPostWithHttpInfo(credentials); + BreCalClient.misc.Client.ApiResponse localVarResponse = LoginPostWithHttpInfo(credentials); return localVarResponse.Data; } /// /// Returns a JWT session token and user data if successful /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// ApiResponse of LoginResult - public BreCalClient.......misc.Client.ApiResponse LoginPostWithHttpInfo(Credentials credentials, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse LoginPostWithHttpInfo(Credentials credentials, int operationIndex = 0) { // verify the required parameter 'credentials' is set if (credentials == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -827,12 +827,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -860,32 +860,32 @@ namespace BreCalClient.......misc.Api /// /// Returns a JWT session token and user data if successful /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of LoginResult public async System.Threading.Tasks.Task LoginPostAsync(Credentials credentials, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse localVarResponse = await LoginPostWithHttpInfoAsync(credentials, operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse localVarResponse = await LoginPostWithHttpInfoAsync(credentials, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// Returns a JWT session token and user data if successful /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Login credentials /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (LoginResult) - public async System.Threading.Tasks.Task> LoginPostWithHttpInfoAsync(Credentials credentials, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> LoginPostWithHttpInfoAsync(Credentials credentials, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // verify the required parameter 'credentials' is set if (credentials == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'credentials' when calling DefaultApi->LoginPost"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -893,12 +893,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -926,45 +926,45 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of notifications pursuant to a specified participant and ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. /// Notification public Notification NotificationsGet(int participantId, int shipcallId, int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse localVarResponse = NotificationsGetWithHttpInfo(participantId, shipcallId); + BreCalClient.misc.Client.ApiResponse localVarResponse = NotificationsGetWithHttpInfo(participantId, shipcallId); return localVarResponse.Data; } /// /// Gets a list of notifications pursuant to a specified participant and ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. /// ApiResponse of Notification - public BreCalClient.......misc.Client.ApiResponse NotificationsGetWithHttpInfo(int participantId, int shipcallId, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse NotificationsGetWithHttpInfo(int participantId, int shipcallId, int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); localVarRequestOptions.Operation = "DefaultApi.NotificationsGet"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -987,7 +987,7 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of notifications pursuant to a specified participant and ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. @@ -995,39 +995,39 @@ namespace BreCalClient.......misc.Api /// Task of Notification public async System.Threading.Tasks.Task NotificationsGetAsync(int participantId, int shipcallId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse localVarResponse = await NotificationsGetWithHttpInfoAsync(participantId, shipcallId, operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse localVarResponse = await NotificationsGetWithHttpInfoAsync(participantId, shipcallId, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// Gets a list of notifications pursuant to a specified participant and ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id returned through loading of participant /// **Id of ship call**. *Example: 52*. Id given in ship call list /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (Notification) - public async System.Threading.Tasks.Task> NotificationsGetWithHttpInfoAsync(int participantId, int shipcallId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> NotificationsGetWithHttpInfoAsync(int participantId, int shipcallId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); localVarRequestOptions.Operation = "DefaultApi.NotificationsGet"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1050,42 +1050,42 @@ namespace BreCalClient.......misc.Api /// /// gets a particular participant entry corresponding to user id /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// Participant public Participant ParticipantGet(int userId, int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse localVarResponse = ParticipantGetWithHttpInfo(userId); + BreCalClient.misc.Client.ApiResponse localVarResponse = ParticipantGetWithHttpInfo(userId); return localVarResponse.Data; } /// /// gets a particular participant entry corresponding to user id /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// ApiResponse of Participant - public BreCalClient.......misc.Client.ApiResponse ParticipantGetWithHttpInfo(int userId, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse ParticipantGetWithHttpInfo(int userId, int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId)); localVarRequestOptions.Operation = "DefaultApi.ParticipantGet"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1108,44 +1108,44 @@ namespace BreCalClient.......misc.Api /// /// gets a particular participant entry corresponding to user id /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of Participant public async System.Threading.Tasks.Task ParticipantGetAsync(int userId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse localVarResponse = await ParticipantGetWithHttpInfoAsync(userId, operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse localVarResponse = await ParticipantGetWithHttpInfoAsync(userId, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// gets a particular participant entry corresponding to user id /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of user**. *Example: 2*. User id returned by verify call. /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (Participant) - public async System.Threading.Tasks.Task> ParticipantGetWithHttpInfoAsync(int userId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ParticipantGetWithHttpInfoAsync(int userId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "user_id", userId)); localVarRequestOptions.Operation = "DefaultApi.ParticipantGet"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1168,42 +1168,42 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of ship calls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// List<Shipcall> public List ShipcallsGet(int participantId, int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = ShipcallsGetWithHttpInfo(participantId); + BreCalClient.misc.Client.ApiResponse> localVarResponse = ShipcallsGetWithHttpInfo(participantId); return localVarResponse.Data; } /// /// Gets a list of ship calls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// ApiResponse of List<Shipcall> - public BreCalClient.......misc.Client.ApiResponse> ShipcallsGetWithHttpInfo(int participantId, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse> ShipcallsGetWithHttpInfo(int participantId, int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); localVarRequestOptions.Operation = "DefaultApi.ShipcallsGet"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1226,44 +1226,44 @@ namespace BreCalClient.......misc.Api /// /// Gets a list of ship calls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of List<Shipcall> public async System.Threading.Tasks.Task> ShipcallsGetAsync(int participantId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = await ShipcallsGetWithHttpInfoAsync(participantId, operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse> localVarResponse = await ShipcallsGetWithHttpInfoAsync(participantId, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// Gets a list of ship calls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id of participant**. *Example: 2*. Id of participant entity requesting ship calls /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (List<Shipcall>) - public async System.Threading.Tasks.Task>> ShipcallsGetWithHttpInfoAsync(int participantId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task>> ShipcallsGetWithHttpInfoAsync(int participantId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "participant_id", participantId)); localVarRequestOptions.Operation = "DefaultApi.ShipcallsGet"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1286,7 +1286,7 @@ namespace BreCalClient.......misc.Api /// /// Create a new ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// @@ -1297,18 +1297,18 @@ namespace BreCalClient.......misc.Api /// /// Create a new ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// ApiResponse of Object(void) - public BreCalClient.......misc.Client.ApiResponse ShipcallsPostWithHttpInfo(Shipcall shipcall, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse ShipcallsPostWithHttpInfo(Shipcall shipcall, int operationIndex = 0) { // verify the required parameter 'shipcall' is set if (shipcall == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPost"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPost"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -1316,12 +1316,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1349,7 +1349,7 @@ namespace BreCalClient.......misc.Api /// /// Create a new ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -1361,19 +1361,19 @@ namespace BreCalClient.......misc.Api /// /// Create a new ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse - public async System.Threading.Tasks.Task> ShipcallsPostWithHttpInfoAsync(Shipcall shipcall, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ShipcallsPostWithHttpInfoAsync(Shipcall shipcall, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // verify the required parameter 'shipcall' is set if (shipcall == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPost"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPost"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -1381,12 +1381,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1414,7 +1414,7 @@ namespace BreCalClient.......misc.Api /// /// Updates a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// @@ -1425,18 +1425,18 @@ namespace BreCalClient.......misc.Api /// /// Updates a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// ApiResponse of Object(void) - public BreCalClient.......misc.Client.ApiResponse ShipcallsPutWithHttpInfo(Shipcall shipcall, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse ShipcallsPutWithHttpInfo(Shipcall shipcall, int operationIndex = 0) { // verify the required parameter 'shipcall' is set if (shipcall == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPut"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPut"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -1444,12 +1444,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1477,7 +1477,7 @@ namespace BreCalClient.......misc.Api /// /// Updates a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -1489,19 +1489,19 @@ namespace BreCalClient.......misc.Api /// /// Updates a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Creates a new ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse - public async System.Threading.Tasks.Task> ShipcallsPutWithHttpInfoAsync(Shipcall shipcall, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ShipcallsPutWithHttpInfoAsync(Shipcall shipcall, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // verify the required parameter 'shipcall' is set if (shipcall == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPut"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'shipcall' when calling DefaultApi->ShipcallsPut"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -1509,12 +1509,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1542,35 +1542,35 @@ namespace BreCalClient.......misc.Api /// /// gets a list of registered shipcalls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// List<Ship> public List ShipsGet(int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = ShipsGetWithHttpInfo(); + BreCalClient.misc.Client.ApiResponse> localVarResponse = ShipsGetWithHttpInfo(); return localVarResponse.Data; } /// /// gets a list of registered shipcalls /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Index associated with the operation. /// ApiResponse of List<Ship> - public BreCalClient.......misc.Client.ApiResponse> ShipsGetWithHttpInfo(int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse> ShipsGetWithHttpInfo(int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1597,37 +1597,37 @@ namespace BreCalClient.......misc.Api /// /// gets a list of registered shipcalls /// - /// 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<Ship> public async System.Threading.Tasks.Task> ShipsGetAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = await ShipsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse> localVarResponse = await ShipsGetWithHttpInfoAsync(operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// gets a list of registered shipcalls /// - /// 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<Ship>) - public async System.Threading.Tasks.Task>> ShipsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task>> ShipsGetWithHttpInfoAsync(int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1654,7 +1654,7 @@ namespace BreCalClient.......misc.Api /// /// Delete a times entry for a ship call. /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// /// Index associated with the operation. /// @@ -1665,30 +1665,30 @@ namespace BreCalClient.......misc.Api /// /// Delete a times entry for a ship call. /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// /// Index associated with the operation. /// ApiResponse of Object(void) - public BreCalClient.......misc.Client.ApiResponse TimesDeleteWithHttpInfo(int id, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse TimesDeleteWithHttpInfo(int id, int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "id", id)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "id", id)); localVarRequestOptions.Operation = "DefaultApi.TimesDelete"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1711,7 +1711,7 @@ namespace BreCalClient.......misc.Api /// /// Delete a times entry for a ship call. /// - /// 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. @@ -1723,31 +1723,31 @@ namespace BreCalClient.......misc.Api /// /// Delete a times entry for a ship call. /// - /// 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> TimesDeleteWithHttpInfoAsync(int id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> TimesDeleteWithHttpInfoAsync(int id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "id", id)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "id", id)); localVarRequestOptions.Operation = "DefaultApi.TimesDelete"; localVarRequestOptions.OperationIndex = operationIndex; // authentication (ApiKey) required @@ -1770,44 +1770,44 @@ namespace BreCalClient.......misc.Api /// /// Get all recorded times for a a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// List<Times> public List TimesGet(int? shipcallId = default(int?), int operationIndex = 0) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = TimesGetWithHttpInfo(shipcallId); + BreCalClient.misc.Client.ApiResponse> localVarResponse = TimesGetWithHttpInfo(shipcallId); return localVarResponse.Data; } /// /// Get all recorded times for a a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// ApiResponse of List<Times> - public BreCalClient.......misc.Client.ApiResponse> TimesGetWithHttpInfo(int? shipcallId = default(int?), int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse> TimesGetWithHttpInfo(int? shipcallId = default(int?), int operationIndex = 0) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } if (shipcallId != null) { - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); } localVarRequestOptions.Operation = "DefaultApi.TimesGet"; localVarRequestOptions.OperationIndex = operationIndex; @@ -1831,46 +1831,46 @@ namespace BreCalClient.......misc.Api /// /// Get all recorded times for a a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of List<Times> public async System.Threading.Tasks.Task> TimesGetAsync(int? shipcallId = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.ApiResponse> localVarResponse = await TimesGetWithHttpInfoAsync(shipcallId, operationIndex, cancellationToken).ConfigureAwait(false); + BreCalClient.misc.Client.ApiResponse> localVarResponse = await TimesGetWithHttpInfoAsync(shipcallId, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; } /// /// Get all recorded times for a a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// **Id**. *Example: 42*. Id of referenced ship call. (optional) /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (List<Times>) - public async System.Threading.Tasks.Task>> TimesGetWithHttpInfoAsync(int? shipcallId = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task>> TimesGetWithHttpInfoAsync(int? shipcallId = default(int?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { }; // to determine the Accept header string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); } if (shipcallId != null) { - localVarRequestOptions.QueryParameters.Add(BreCalClient.......misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); + localVarRequestOptions.QueryParameters.Add(BreCalClient.misc.Client.ClientUtils.ParameterToMultiMap("", "shipcall_id", shipcallId)); } localVarRequestOptions.Operation = "DefaultApi.TimesGet"; localVarRequestOptions.OperationIndex = operationIndex; @@ -1894,7 +1894,7 @@ namespace BreCalClient.......misc.Api /// /// Create a new times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// @@ -1905,18 +1905,18 @@ namespace BreCalClient.......misc.Api /// /// Create a new times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// ApiResponse of Object(void) - public BreCalClient.......misc.Client.ApiResponse TimesPostWithHttpInfo(Times times, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse TimesPostWithHttpInfo(Times times, int operationIndex = 0) { // verify the required parameter 'times' is set if (times == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPost"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPost"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -1924,12 +1924,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -1957,7 +1957,7 @@ namespace BreCalClient.......misc.Api /// /// Create a new times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -1969,19 +1969,19 @@ namespace BreCalClient.......misc.Api /// /// Create a new times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. **Do not** provide id parameter. /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse - public async System.Threading.Tasks.Task> TimesPostWithHttpInfoAsync(Times times, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> TimesPostWithHttpInfoAsync(Times times, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // verify the required parameter 'times' is set if (times == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPost"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPost"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -1989,12 +1989,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -2022,7 +2022,7 @@ namespace BreCalClient.......misc.Api /// /// Update a times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// @@ -2033,18 +2033,18 @@ namespace BreCalClient.......misc.Api /// /// Update a times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// ApiResponse of Object(void) - public BreCalClient.......misc.Client.ApiResponse TimesPutWithHttpInfo(Times times, int operationIndex = 0) + public BreCalClient.misc.Client.ApiResponse TimesPutWithHttpInfo(Times times, int operationIndex = 0) { // verify the required parameter 'times' is set if (times == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPut"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPut"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -2052,12 +2052,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -2085,7 +2085,7 @@ namespace BreCalClient.......misc.Api /// /// Update a times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. @@ -2097,19 +2097,19 @@ namespace BreCalClient.......misc.Api /// /// Update a times entry for a ship call /// - /// Thrown when fails to make API call + /// Thrown when fails to make API call /// Times entry that will be added to the ship call. The id parameter is **required**. /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse - public async System.Threading.Tasks.Task> TimesPutWithHttpInfoAsync(Times times, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> TimesPutWithHttpInfoAsync(Times times, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // verify the required parameter 'times' is set if (times == null) { - throw new BreCalClient.......misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPut"); + throw new BreCalClient.misc.Client.ApiException(400, "Missing required parameter 'times' when calling DefaultApi->TimesPut"); } - BreCalClient.......misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.......misc.Client.RequestOptions(); + BreCalClient.misc.Client.RequestOptions localVarRequestOptions = new BreCalClient.misc.Client.RequestOptions(); string[] _contentTypes = new string[] { "application/json" }; @@ -2117,12 +2117,12 @@ namespace BreCalClient.......misc.Api string[] _accepts = new string[] { "application/json" }; - var localVarContentType = BreCalClient.......misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + var localVarContentType = BreCalClient.misc.Client.ClientUtils.SelectHeaderContentType(_contentTypes); if (localVarContentType != null) { localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); } - var localVarAccept = BreCalClient.......misc.Client.ClientUtils.SelectHeaderAccept(_accepts); + var localVarAccept = BreCalClient.misc.Client.ClientUtils.SelectHeaderAccept(_accepts); if (localVarAccept != null) { localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); @@ -2159,7 +2159,7 @@ namespace BreCalClient.......misc.Api * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Allows RestSharp to Serialize/Deserialize JSON using our custom logic, but only when ContentType is JSON. @@ -2196,10 +2196,10 @@ namespace BreCalClient.......misc.Client /// A JSON string. public string Serialize(object obj) { - if (obj != null && obj is BreCalClient.......misc.Model.AbstractOpenAPISchema) + if (obj != null && obj is BreCalClient.misc.Model.AbstractOpenAPISchema) { // the object to be serialized is an oneOf/anyOf schema - return ((BreCalClient.......misc.Model.AbstractOpenAPISchema)obj).ToJson(); + return ((BreCalClient.misc.Model.AbstractOpenAPISchema)obj).ToJson(); } else { @@ -2318,7 +2318,7 @@ namespace BreCalClient.......misc.Client /// public ApiClient() { - _baseUrl = BreCalClient.......misc.Client.GlobalConfiguration.Instance.BasePath; + _baseUrl = BreCalClient.misc.Client.GlobalConfiguration.Instance.BasePath; } /// /// Initializes a new instance of the @@ -2559,7 +2559,7 @@ namespace BreCalClient.......misc.Client response = client.Execute(req); } // if the response type is oneOf/anyOf, call FromJSON to deserialize the data - if (typeof(BreCalClient.......misc.Model.AbstractOpenAPISchema).IsAssignableFrom(typeof(T))) + if (typeof(BreCalClient.misc.Model.AbstractOpenAPISchema).IsAssignableFrom(typeof(T))) { try { @@ -2644,7 +2644,7 @@ namespace BreCalClient.......misc.Client response = await client.ExecuteAsync(req, cancellationToken).ConfigureAwait(false); } // if the response type is oneOf/anyOf, call FromJSON to deserialize the data - if (typeof(BreCalClient.......misc.Model.AbstractOpenAPISchema).IsAssignableFrom(typeof(T))) + if (typeof(BreCalClient.misc.Model.AbstractOpenAPISchema).IsAssignableFrom(typeof(T))) { response.Data = (T) typeof(T).GetMethod("FromJson").Invoke(null, new object[] { response.Content }); } @@ -2894,7 +2894,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// API Exception @@ -2954,7 +2954,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Provides a non-generic contract for the ApiResponse wrapper. @@ -3094,7 +3094,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Utility functions providing some benefit to API client consumers. @@ -3312,7 +3312,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Represents a set of configuration settings @@ -3387,7 +3387,7 @@ namespace BreCalClient.......misc.Client { Proxy = null; UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.0.0/csharp"); - BasePath = "https://puls200.dyn-dns.org:8088/brecal/api"; + BasePath = "https://brecal.bsmd-emswe.eu/"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); ApiKeyPrefix = new ConcurrentDictionary(); @@ -3395,7 +3395,7 @@ namespace BreCalClient.......misc.Client { { new Dictionary { - {"url", "https://puls200.dyn-dns.org:8088/brecal/api"}, + {"url", "https://brecal.bsmd-emswe.eu/"}, {"description", "Test server self-hosted by yours truly"}, } } @@ -3414,7 +3414,7 @@ namespace BreCalClient.......misc.Client IDictionary defaultHeaders, IDictionary apiKey, IDictionary apiKeyPrefix, - string basePath = "https://puls200.dyn-dns.org:8088/brecal/api") : this() + string basePath = "https://brecal.bsmd-emswe.eu/") : this() { if (string.IsNullOrWhiteSpace(basePath)) throw new ArgumentException("The provided basePath is invalid.", "basePath"); @@ -3581,7 +3581,7 @@ namespace BreCalClient.......misc.Client /// /// ApiKeyPrefix["Authorization"] = "Bearer"; /// - /// … where ApiKey["Authorization"] would then be used to set the value of your bearer token. + /// � where ApiKey["Authorization"] would then be used to set the value of your bearer token. /// /// /// OAuth2 workflows should set tokens via AccessToken. @@ -3745,7 +3745,7 @@ namespace BreCalClient.......misc.Client /// public static string ToDebugReport() { - string report = "C# SDK (BreCalClient.......misc) Debug Report:\n"; + string report = "C# SDK (BreCalClient.misc) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; report += " Version of the API: 1.0.0\n"; @@ -3819,7 +3819,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// A delegate to ExceptionFactory method @@ -3839,7 +3839,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// provides a compile-time extension point for globally configuring @@ -3896,7 +3896,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Http methods supported by swagger @@ -3929,7 +3929,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Represents configuration aspects required to interact with the API endpoints. @@ -3962,7 +3962,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Contract for Asynchronous RESTful API interactions. @@ -4053,7 +4053,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Represents a readable-only configuration contract. @@ -4161,7 +4161,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Contract for Synchronous RESTful API interactions. @@ -4245,7 +4245,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// A dictionary in which one key has many associated values. @@ -4504,7 +4504,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Formatter for 'date' openapi formats ss defined by full-date - RFC3339 @@ -4532,7 +4532,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// A container for generalized request inputs. This type allows consumers to extend the request functionality @@ -4602,7 +4602,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Client +namespace BreCalClient.misc.Client { /// /// Configuration class to set the polly retry policies to be applied to the requests. @@ -4629,7 +4629,7 @@ namespace BreCalClient.......misc.Client * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// Abstract base class for oneOf, anyOf schemas in the OpenAPI specification @@ -4696,7 +4696,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// Ship berth used for a ship call @@ -4831,7 +4831,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// Credentials @@ -4968,7 +4968,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// Error @@ -5084,7 +5084,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// result structure of a successful login attempt @@ -5296,7 +5296,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// a notification created by the engine if a times entry violates a rule @@ -5488,7 +5488,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// A organisational entity that participates in Bremen Calling @@ -5657,7 +5657,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// a ship @@ -5865,7 +5865,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// Shipcall @@ -6024,7 +6024,7 @@ namespace BreCalClient.......misc.Model * Contact: info@textbausteine.net * Generated by: https://github.com/openapitools/openapi-generator.git */ -namespace BreCalClient.......misc.Model +namespace BreCalClient.misc.Model { /// /// the id parameter needs to be missing on POST and to be present on PUT (Update) calls, otherwise a 400 response will be generated diff --git a/misc/BreCalApi.yaml b/misc/BreCalApi.yaml index c08e978..9d88e62 100644 --- a/misc/BreCalApi.yaml +++ b/misc/BreCalApi.yaml @@ -14,8 +14,8 @@ info: servers: # tutorial: https://idratherbewriting.com/learnapidoc/pubapis_openapi_step3_servers_object.html - - url : "https://puls200.dyn-dns.org:8088/brecal/api" - description: "Test server self-hosted by yours truly" + - url : "https://brecal.bsmd-emswe.eu/" + description: "Test server hosted on netcup vserver" paths: # tutorial: https://idratherbewriting.com/learnapidoc/pubapis_openapi_step4_paths_object.html