Skip to content

Commit 48214c1

Browse files
committed
Remove noise and fix some links
1 parent 01a24dd commit 48214c1

332 files changed

Lines changed: 36 additions & 1169 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 314 deletions
Large diffs are not rendered by default.

docs/apis/AccountApi.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,13 @@ namespace Example
5858
| Name | Type | Description | Notes |
5959
|------|------|-------------|-------|
6060
| **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. | |
61-
| **createAccountSettingsImageRequestBody** | [**CreateAccountSettingsImageRequestBody**](CreateAccountSettingsImageRequestBody.md) | | |
61+
| **createAccountSettingsImageRequestBody** | [**CreateAccountSettingsImageRequestBody**](../../docs//models/CreateAccountSettingsImageRequestBody.md) | | |
6262
| **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. | |
6363

6464
### Return type
6565

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

68-
[[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)
69-
7068
<a id="deleteaccountimagebyid"></a>
7169
# **DeleteAccountImageById**
7270
```csharp
@@ -123,8 +121,6 @@ namespace Example
123121

124122
**string**
125123

126-
[[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)
127-
128124
<a id="getaccountsettingsimagesbyid"></a>
129125
# **GetAccountSettingsImagesById**
130126
```csharp
@@ -181,8 +177,6 @@ namespace Example
181177

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

184-
[[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)
185-
186180
<a id="listaccountimages"></a>
187181
# **ListAccountImages**
188182
```csharp
@@ -237,8 +231,6 @@ namespace Example
237231

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

240-
[[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)
241-
242234
<a id="listaccountsettings"></a>
243235
# **ListAccountSettings**
244236
```csharp
@@ -293,8 +285,6 @@ namespace Example
293285

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

296-
[[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)
297-
298288
<a id="updateaccountsettingsimagesbyid"></a>
299289
# **UpdateAccountSettingsImagesById**
300290
```csharp
@@ -345,13 +335,11 @@ namespace Example
345335
| Name | Type | Description | Notes |
346336
|------|------|-------------|-------|
347337
| **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. | |
348-
| **updateAccountSettingsImageRequestBody** | [**UpdateAccountSettingsImageRequestBody**](UpdateAccountSettingsImageRequestBody.md) | | |
338+
| **updateAccountSettingsImageRequestBody** | [**UpdateAccountSettingsImageRequestBody**](../../docs//models/UpdateAccountSettingsImageRequestBody.md) | | |
349339
| **labelImageId** | **string** | Label Image Id | |
350340
| **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. | |
351341

352342
### Return type
353343

354344
**string**
355345

356-
[[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)
357-

docs/apis/AddressesApi.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,13 @@ namespace Example
5454
| Name | Type | Description | Notes |
5555
|------|------|-------------|-------|
5656
| **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. | |
57-
| **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. | |
57+
| **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. | |
5858
| **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. | |
5959

6060
### Return type
6161

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

64-
[[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)
65-
6664
<a id="validateaddress"></a>
6765
# **ValidateAddress**
6866
```csharp
@@ -112,12 +110,10 @@ namespace Example
112110
| Name | Type | Description | Notes |
113111
|------|------|-------------|-------|
114112
| **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. | |
115-
| **addressToValidate** | [**List&lt;AddressToValidate&gt;**](AddressToValidate.md) | | |
113+
| **addressToValidate** | [**List&lt;AddressToValidate&gt;**](../../docs//models/AddressToValidate.md) | | |
116114
| **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. | |
117115

118116
### Return type
119117

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

122-
[[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)
123-

docs/apis/BatchesApi.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,14 @@ namespace Example
6363
| Name | Type | Description | Notes |
6464
|------|------|-------------|-------|
6565
| **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. | |
66-
| **addToBatchRequestBody** | [**AddToBatchRequestBody**](AddToBatchRequestBody.md) | | |
66+
| **addToBatchRequestBody** | [**AddToBatchRequestBody**](../../docs//models/AddToBatchRequestBody.md) | | |
6767
| **batchId** | **string** | Batch ID | |
6868
| **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. | |
6969

7070
### Return type
7171

7272
**string**
7373

74-
[[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)
75-
7674
<a id="createbatch"></a>
7775
# **CreateBatch**
7876
```csharp
@@ -122,15 +120,13 @@ namespace Example
122120
| Name | Type | Description | Notes |
123121
|------|------|-------------|-------|
124122
| **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. | |
125-
| **createBatchRequest** | [**CreateBatchRequest**](CreateBatchRequest.md) | | |
123+
| **createBatchRequest** | [**CreateBatchRequest**](../../docs//models/CreateBatchRequest.md) | | |
126124
| **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. | |
127125

128126
### Return type
129127

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

132-
[[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)
133-
134130
<a id="deletebatch"></a>
135131
# **DeleteBatch**
136132
```csharp
@@ -187,8 +183,6 @@ namespace Example
187183

188184
**string**
189185

190-
[[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)
191-
192186
<a id="getbatchbyexternalid"></a>
193187
# **GetBatchByExternalId**
194188
```csharp
@@ -245,8 +239,6 @@ namespace Example
245239

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

248-
[[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)
249-
250242
<a id="getbatchbyid"></a>
251243
# **GetBatchById**
252244
```csharp
@@ -303,8 +295,6 @@ namespace Example
303295

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

306-
[[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)
307-
308298
<a id="listbatcherrors"></a>
309299
# **ListBatchErrors**
310300
```csharp
@@ -365,8 +355,6 @@ namespace Example
365355

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

368-
[[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)
369-
370358
<a id="listbatches"></a>
371359
# **ListBatches**
372360
```csharp
@@ -433,8 +421,6 @@ namespace Example
433421

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

436-
[[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)
437-
438424
<a id="processbatch"></a>
439425
# **ProcessBatch**
440426
```csharp
@@ -485,16 +471,14 @@ namespace Example
485471
| Name | Type | Description | Notes |
486472
|------|------|-------------|-------|
487473
| **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. | |
488-
| **processBatchRequestBody** | [**ProcessBatchRequestBody**](ProcessBatchRequestBody.md) | | |
474+
| **processBatchRequestBody** | [**ProcessBatchRequestBody**](../../docs//models/ProcessBatchRequestBody.md) | | |
489475
| **batchId** | **string** | Batch ID | |
490476
| **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. | |
491477

492478
### Return type
493479

494480
**string**
495481

496-
[[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)
497-
498482
<a id="removefrombatch"></a>
499483
# **RemoveFromBatch**
500484
```csharp
@@ -545,16 +529,14 @@ namespace Example
545529
| Name | Type | Description | Notes |
546530
|------|------|-------------|-------|
547531
| **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. | |
548-
| **removeFromBatchRequestBody** | [**RemoveFromBatchRequestBody**](RemoveFromBatchRequestBody.md) | | |
532+
| **removeFromBatchRequestBody** | [**RemoveFromBatchRequestBody**](../../docs//models/RemoveFromBatchRequestBody.md) | | |
549533
| **batchId** | **string** | Batch ID | |
550534
| **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. | |
551535

552536
### Return type
553537

554538
**string**
555539

556-
[[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)
557-
558540
<a id="updatebatch"></a>
559541
# **UpdateBatch**
560542
```csharp
@@ -611,5 +593,3 @@ namespace Example
611593

612594
**string**
613595

614-
[[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)
615-

docs/apis/CarrierAccountsApi.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,13 @@ namespace Example
5858
|------|------|-------------|-------|
5959
| **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. | |
6060
| **carrierName** | **CarrierName** | The carrier name, such as &#x60;stamps_com&#x60;, &#x60;ups&#x60;, &#x60;fedex&#x60;, or &#x60;dhl_express&#x60;. | |
61-
| **connectCarrierRequestBody** | [**ConnectCarrierRequestBody**](ConnectCarrierRequestBody.md) | | |
61+
| **connectCarrierRequestBody** | [**ConnectCarrierRequestBody**](../../docs//models/ConnectCarrierRequestBody.md) | | |
6262
| **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. | |
6363

6464
### Return type
6565

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

68-
[[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)
69-
7068
<a id="disconnectcarrier"></a>
7169
# **DisconnectCarrier**
7270
```csharp
@@ -125,8 +123,6 @@ namespace Example
125123

126124
**string**
127125

128-
[[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)
129-
130126
<a id="getcarriersettings"></a>
131127
# **GetCarrierSettings**
132128
```csharp
@@ -185,8 +181,6 @@ namespace Example
185181

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

188-
[[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)
189-
190184
<a id="updatecarriersettings"></a>
191185
# **UpdateCarrierSettings**
192186
```csharp
@@ -239,13 +233,11 @@ namespace Example
239233
|------|------|-------------|-------|
240234
| **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. | |
241235
| **carrierName** | **CarrierNameWithSettings** | The carrier name, such as &#x60;ups&#x60;, &#x60;fedex&#x60;, or &#x60;dhl_express&#x60;. | |
242-
| **updateCarrierSettingsRequestBody** | [**UpdateCarrierSettingsRequestBody**](UpdateCarrierSettingsRequestBody.md) | | |
236+
| **updateCarrierSettingsRequestBody** | [**UpdateCarrierSettingsRequestBody**](../../docs//models/UpdateCarrierSettingsRequestBody.md) | | |
243237
| **carrierId** | **string** | Carrier ID | |
244238
| **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. | |
245239

246240
### Return type
247241

248242
**string**
249243

250-
[[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)
251-

docs/apis/CarriersApi.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,14 @@ namespace Example
6060
| Name | Type | Description | Notes |
6161
|------|------|-------------|-------|
6262
| **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. | |
63-
| **addFundsToCarrierRequestBody** | [**AddFundsToCarrierRequestBody**](AddFundsToCarrierRequestBody.md) | | |
63+
| **addFundsToCarrierRequestBody** | [**AddFundsToCarrierRequestBody**](../../docs//models/AddFundsToCarrierRequestBody.md) | | |
6464
| **carrierId** | **string** | Carrier ID | |
6565
| **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. | |
6666

6767
### Return type
6868

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

71-
[[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)
72-
7371
<a id="disconnectcarrierbyid"></a>
7472
# **DisconnectCarrierById**
7573
```csharp
@@ -126,8 +124,6 @@ namespace Example
126124

127125
**string**
128126

129-
[[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)
130-
131127
<a id="getcarrierbyid"></a>
132128
# **GetCarrierById**
133129
```csharp
@@ -184,8 +180,6 @@ namespace Example
184180

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

187-
[[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)
188-
189183
<a id="getcarrieroptions"></a>
190184
# **GetCarrierOptions**
191185
```csharp
@@ -242,8 +236,6 @@ namespace Example
242236

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

245-
[[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)
246-
247239
<a id="listcarrierpackagetypes"></a>
248240
# **ListCarrierPackageTypes**
249241
```csharp
@@ -300,8 +292,6 @@ namespace Example
300292

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

303-
[[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)
304-
305295
<a id="listcarrierservices"></a>
306296
# **ListCarrierServices**
307297
```csharp
@@ -358,8 +348,6 @@ namespace Example
358348

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

361-
[[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)
362-
363351
<a id="listcarriers"></a>
364352
# **ListCarriers**
365353
```csharp
@@ -414,5 +402,3 @@ namespace Example
414402

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

417-
[[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)
418-

docs/apis/DownloadsApi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,3 @@ namespace Example
6868

6969
**System.IO.Stream**
7070

71-
[[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)
72-

0 commit comments

Comments
 (0)