Skip to content

Commit

Permalink
Remove noise and fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBenzSW committed Feb 5, 2025
1 parent 01a24dd commit 48214c1
Show file tree
Hide file tree
Showing 332 changed files with 36 additions and 1,169 deletions.
314 changes: 0 additions & 314 deletions README.md

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions docs/apis/AccountApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **createAccountSettingsImageRequestBody** | [**CreateAccountSettingsImageRequestBody**](CreateAccountSettingsImageRequestBody.md) | | |
| **createAccountSettingsImageRequestBody** | [**CreateAccountSettingsImageRequestBody**](../../docs//models/CreateAccountSettingsImageRequestBody.md) | | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

[**GetAccountSettingsImagesResponseBody**](../models/GetAccountSettingsImagesResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="deleteaccountimagebyid"></a>
# **DeleteAccountImageById**
```csharp
Expand Down Expand Up @@ -123,8 +121,6 @@ namespace Example

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="getaccountsettingsimagesbyid"></a>
# **GetAccountSettingsImagesById**
```csharp
Expand Down Expand Up @@ -181,8 +177,6 @@ namespace Example

[**GetAccountSettingsImagesResponseBody**](../models/GetAccountSettingsImagesResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listaccountimages"></a>
# **ListAccountImages**
```csharp
Expand Down Expand Up @@ -237,8 +231,6 @@ namespace Example

[**ListAccountSettingsImagesResponseBody**](../models/ListAccountSettingsImagesResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listaccountsettings"></a>
# **ListAccountSettings**
```csharp
Expand Down Expand Up @@ -293,8 +285,6 @@ namespace Example

[**GetAccountSettingsResponseBody**](../models/GetAccountSettingsResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="updateaccountsettingsimagesbyid"></a>
# **UpdateAccountSettingsImagesById**
```csharp
Expand Down Expand Up @@ -345,13 +335,11 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **updateAccountSettingsImageRequestBody** | [**UpdateAccountSettingsImageRequestBody**](UpdateAccountSettingsImageRequestBody.md) | | |
| **updateAccountSettingsImageRequestBody** | [**UpdateAccountSettingsImageRequestBody**](../../docs//models/UpdateAccountSettingsImageRequestBody.md) | | |
| **labelImageId** | **string** | Label Image Id | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

8 changes: 2 additions & 6 deletions docs/apis/AddressesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **parseAddressRequestBody** | [**ParseAddressRequestBody**](ParseAddressRequestBody.md) | The only required field is &#x60;text&#x60;, which is the text to be parsed. You can optionally also provide an &#x60;address&#x60; containing already-known values. For example, you may already know the recipient&#39;s name, city, and country, and only want to parse the street address into separate lines. | |
| **parseAddressRequestBody** | [**ParseAddressRequestBody**](../../docs//models/ParseAddressRequestBody.md) | The only required field is &#x60;text&#x60;, which is the text to be parsed. You can optionally also provide an &#x60;address&#x60; containing already-known values. For example, you may already know the recipient&#39;s name, city, and country, and only want to parse the street address into separate lines. | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

[**ParseAddressResponseBody**](../models/ParseAddressResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="validateaddress"></a>
# **ValidateAddress**
```csharp
Expand Down Expand Up @@ -112,12 +110,10 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **addressToValidate** | [**List&lt;AddressToValidate&gt;**](AddressToValidate.md) | | |
| **addressToValidate** | [**List&lt;AddressToValidate&gt;**](../../docs//models/AddressToValidate.md) | | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

[**List&lt;AddressValidationResult&gt;**](../models/AddressValidationResult.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

28 changes: 4 additions & 24 deletions docs/apis/BatchesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **addToBatchRequestBody** | [**AddToBatchRequestBody**](AddToBatchRequestBody.md) | | |
| **addToBatchRequestBody** | [**AddToBatchRequestBody**](../../docs//models/AddToBatchRequestBody.md) | | |
| **batchId** | **string** | Batch ID | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="createbatch"></a>
# **CreateBatch**
```csharp
Expand Down Expand Up @@ -122,15 +120,13 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **createBatchRequest** | [**CreateBatchRequest**](CreateBatchRequest.md) | | |
| **createBatchRequest** | [**CreateBatchRequest**](../../docs//models/CreateBatchRequest.md) | | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

[**CreateBatchResponseBody**](../models/CreateBatchResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="deletebatch"></a>
# **DeleteBatch**
```csharp
Expand Down Expand Up @@ -187,8 +183,6 @@ namespace Example

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="getbatchbyexternalid"></a>
# **GetBatchByExternalId**
```csharp
Expand Down Expand Up @@ -245,8 +239,6 @@ namespace Example

[**GetBatchByExternalIdResponseBody**](../models/GetBatchByExternalIdResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="getbatchbyid"></a>
# **GetBatchById**
```csharp
Expand Down Expand Up @@ -303,8 +295,6 @@ namespace Example

[**GetBatchByIdResponseBody**](../models/GetBatchByIdResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listbatcherrors"></a>
# **ListBatchErrors**
```csharp
Expand Down Expand Up @@ -365,8 +355,6 @@ namespace Example

[**ListBatchErrorsResponseBody**](../models/ListBatchErrorsResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listbatches"></a>
# **ListBatches**
```csharp
Expand Down Expand Up @@ -433,8 +421,6 @@ namespace Example

[**ListBatchesResponseBody**](../models/ListBatchesResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="processbatch"></a>
# **ProcessBatch**
```csharp
Expand Down Expand Up @@ -485,16 +471,14 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **processBatchRequestBody** | [**ProcessBatchRequestBody**](ProcessBatchRequestBody.md) | | |
| **processBatchRequestBody** | [**ProcessBatchRequestBody**](../../docs//models/ProcessBatchRequestBody.md) | | |
| **batchId** | **string** | Batch ID | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="removefrombatch"></a>
# **RemoveFromBatch**
```csharp
Expand Down Expand Up @@ -545,16 +529,14 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **removeFromBatchRequestBody** | [**RemoveFromBatchRequestBody**](RemoveFromBatchRequestBody.md) | | |
| **removeFromBatchRequestBody** | [**RemoveFromBatchRequestBody**](../../docs//models/RemoveFromBatchRequestBody.md) | | |
| **batchId** | **string** | Batch ID | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="updatebatch"></a>
# **UpdateBatch**
```csharp
Expand Down Expand Up @@ -611,5 +593,3 @@ namespace Example

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

12 changes: 2 additions & 10 deletions docs/apis/CarrierAccountsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ namespace Example
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **carrierName** | **CarrierName** | The carrier name, such as &#x60;stamps_com&#x60;, &#x60;ups&#x60;, &#x60;fedex&#x60;, or &#x60;dhl_express&#x60;. | |
| **connectCarrierRequestBody** | [**ConnectCarrierRequestBody**](ConnectCarrierRequestBody.md) | | |
| **connectCarrierRequestBody** | [**ConnectCarrierRequestBody**](../../docs//models/ConnectCarrierRequestBody.md) | | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

[**ConnectCarrierResponseBody**](../models/ConnectCarrierResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="disconnectcarrier"></a>
# **DisconnectCarrier**
```csharp
Expand Down Expand Up @@ -125,8 +123,6 @@ namespace Example

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="getcarriersettings"></a>
# **GetCarrierSettings**
```csharp
Expand Down Expand Up @@ -185,8 +181,6 @@ namespace Example

[**GetCarrierSettingsResponseBody**](../models/GetCarrierSettingsResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="updatecarriersettings"></a>
# **UpdateCarrierSettings**
```csharp
Expand Down Expand Up @@ -239,13 +233,11 @@ namespace Example
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **carrierName** | **CarrierNameWithSettings** | The carrier name, such as &#x60;ups&#x60;, &#x60;fedex&#x60;, or &#x60;dhl_express&#x60;. | |
| **updateCarrierSettingsRequestBody** | [**UpdateCarrierSettingsRequestBody**](UpdateCarrierSettingsRequestBody.md) | | |
| **updateCarrierSettingsRequestBody** | [**UpdateCarrierSettingsRequestBody**](../../docs//models/UpdateCarrierSettingsRequestBody.md) | | |
| **carrierId** | **string** | Carrier ID | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

16 changes: 1 addition & 15 deletions docs/apis/CarriersApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,14 @@ namespace Example
| Name | Type | Description | Notes |
|------|------|-------------|-------|
| **methodClient** | [**HttpClient**](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=netstandard-2.0) | The HttpClient instance to use for the request. | |
| **addFundsToCarrierRequestBody** | [**AddFundsToCarrierRequestBody**](AddFundsToCarrierRequestBody.md) | | |
| **addFundsToCarrierRequestBody** | [**AddFundsToCarrierRequestBody**](../../docs//models/AddFundsToCarrierRequestBody.md) | | |
| **carrierId** | **string** | Carrier ID | |
| **cancellationToken** | [**CancellationToken**](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netstandard-2.0) | The cancellation token to use for the request. | |

### Return type

[**AddFundsToCarrierResponseBody**](../models/AddFundsToCarrierResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="disconnectcarrierbyid"></a>
# **DisconnectCarrierById**
```csharp
Expand Down Expand Up @@ -126,8 +124,6 @@ namespace Example

**string**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="getcarrierbyid"></a>
# **GetCarrierById**
```csharp
Expand Down Expand Up @@ -184,8 +180,6 @@ namespace Example

[**GetCarrierByIdResponseBody**](../models/GetCarrierByIdResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="getcarrieroptions"></a>
# **GetCarrierOptions**
```csharp
Expand Down Expand Up @@ -242,8 +236,6 @@ namespace Example

[**GetCarrierOptionsResponseBody**](../models/GetCarrierOptionsResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listcarrierpackagetypes"></a>
# **ListCarrierPackageTypes**
```csharp
Expand Down Expand Up @@ -300,8 +292,6 @@ namespace Example

[**ListCarrierPackageTypesResponseBody**](../models/ListCarrierPackageTypesResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listcarrierservices"></a>
# **ListCarrierServices**
```csharp
Expand Down Expand Up @@ -358,8 +348,6 @@ namespace Example

[**ListCarrierServicesResponseBody**](../models/ListCarrierServicesResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

<a id="listcarriers"></a>
# **ListCarriers**
```csharp
Expand Down Expand Up @@ -414,5 +402,3 @@ namespace Example

[**GetCarriersResponseBody**](../models/GetCarriersResponseBody.md)

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

2 changes: 0 additions & 2 deletions docs/apis/DownloadsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,3 @@ namespace Example

**System.IO.Stream**

[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)

Loading

0 comments on commit 48214c1

Please sign in to comment.