Skip to content

Commit

Permalink
Fixing Documentation namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
issus committed Feb 5, 2022
1 parent 081889e commit e6cd92e
Show file tree
Hide file tree
Showing 44 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/ApiErrorResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ApiErrorResponse
# DigiKey.Api.Model.ApiErrorResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ApiValidationError.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ApiValidationError
# DigiKey.Api.Model.ApiValidationError
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/AssociatedProduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.AssociatedProduct
# DigiKey.Api.Model.AssociatedProduct
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/BasicProduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.BasicProduct
# DigiKey.Api.Model.BasicProduct
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/CategoriesResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.CategoriesResponse
# DigiKey.Api.Model.CategoriesResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/Category.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.Category
# DigiKey.Api.Model.Category
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeNotification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ChangeNotification
# DigiKey.Api.Model.ChangeNotification
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/DigiReelPricingDto.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.DigiReelPricingDto
# DigiKey.Api.Model.DigiReelPricingDto
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/Filters.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.Filters
# DigiKey.Api.Model.Filters
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/IsoSearchLocale.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.IsoSearchLocale
# DigiKey.Api.Model.IsoSearchLocale
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/KeywordSearchRequest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.KeywordSearchRequest
# DigiKey.Api.Model.KeywordSearchRequest
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/KeywordSearchResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.KeywordSearchResponse
# DigiKey.Api.Model.KeywordSearchResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/KitPart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.KitPart
# DigiKey.Api.Model.KitPart
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/LimitedParameter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.LimitedParameter
# DigiKey.Api.Model.LimitedParameter
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/LimitedTaxonomy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.LimitedTaxonomy
# DigiKey.Api.Model.LimitedTaxonomy
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ManufacturerInfo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ManufacturerInfo
# DigiKey.Api.Model.ManufacturerInfo
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ManufacturerProductDetailsRequest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ManufacturerProductDetailsRequest
# DigiKey.Api.Model.ManufacturerProductDetailsRequest
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ManufacturersResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ManufacturersResponse
# DigiKey.Api.Model.ManufacturersResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/MediaLinks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.MediaLinks
# DigiKey.Api.Model.MediaLinks
## Properties

Name | Type | Description | Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/PackageTypeByQuantityApi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Api.PackageTypeByQuantityApi
# DigiKey.Api.Api.PackageTypeByQuantityApi

All URIs are relative to *https://api.digikey.com/PackageTypeByQuantity/v3*

Expand All @@ -17,9 +17,9 @@ Provide a part number and quantity to receive product information such as pricin
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down
2 changes: 1 addition & 1 deletion docs/PackageTypeByQuantityProduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.PackageTypeByQuantityProduct
# DigiKey.Api.Model.PackageTypeByQuantityProduct
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/PackageTypeByQuantityResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.PackageTypeByQuantityResponse
# DigiKey.Api.Model.PackageTypeByQuantityResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ParametricFilter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ParametricFilter
# DigiKey.Api.Model.ParametricFilter
## Properties

Name | Type | Description | Notes
Expand Down
50 changes: 25 additions & 25 deletions docs/PartSearchApi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Api.PartSearchApi
# DigiKey.Api.Api.PartSearchApi

All URIs are relative to *https://api.digikey.com/Search/v3*

Expand All @@ -24,9 +24,9 @@ Returns all Product Categories. Category Id can be used in KeywordSearchRequest.
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -100,9 +100,9 @@ Returns Category for given Id. Category Id can be used in KeywordSearchRequest.F
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -178,9 +178,9 @@ Calculate the DigiReel pricing for the given DigiKeyPartNumber and RequestedQuan
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -260,9 +260,9 @@ KeywordSearch can search for any product in the Digi-Key catalog.
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -340,9 +340,9 @@ Create list of ProductDetails from the matches of the requested manufacturer pro
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -420,9 +420,9 @@ Returns all Product Manufacturers. ManufacturersId can be used in KeywordSearchR
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -498,9 +498,9 @@ Works best with a Digi-Key part number. Some manufacturer part numbers conflict
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down Expand Up @@ -580,9 +580,9 @@ Works best with a Digi-Key part number. Some manufacturer part numbers conflict
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down
8 changes: 4 additions & 4 deletions docs/PcnApi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Api.PcnApi
# DigiKey.Api.Api.PcnApi

All URIs are relative to *https://api.digikey.com/ChangeNotifications/v3*

Expand All @@ -17,9 +17,9 @@ This returns all change notifications for the given DigiKey product.
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down
2 changes: 1 addition & 1 deletion docs/PcnResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.PcnResponse
# DigiKey.Api.Model.PcnResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/PidVid.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.PidVid
# DigiKey.Api.Model.PidVid
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/PriceBreak.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.PriceBreak
# DigiKey.Api.Model.PriceBreak
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/Product.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.Product
# DigiKey.Api.Model.Product
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ProductDetails.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ProductDetails
# DigiKey.Api.Model.ProductDetails
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ProductDetailsResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ProductDetailsResponse
# DigiKey.Api.Model.ProductDetailsResponse
## Properties

Name | Type | Description | Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/ProductTracingApi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Api.ProductTracingApi
# DigiKey.Api.Api.ProductTracingApi

All URIs are relative to *https://api.digikey.com/ProductTracing/v1*

Expand All @@ -17,9 +17,9 @@ Retrieve detailed information about the product being traced
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ProductTracingResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ProductTracingResponse
# DigiKey.Api.Model.ProductTracingResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/ProductWithSuggestions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.ProductWithSuggestions
# DigiKey.Api.Model.ProductWithSuggestions
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/RecommendedProduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.RecommendedProduct
# DigiKey.Api.Model.RecommendedProduct
## Properties

Name | Type | Description | Notes
Expand Down
8 changes: 4 additions & 4 deletions docs/RecommendedProductsApi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Api.RecommendedProductsApi
# DigiKey.Api.Api.RecommendedProductsApi

All URIs are relative to *https://api.digikey.com*

Expand All @@ -17,9 +17,9 @@ Returns a list of recommended products for the given part number.
```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
using DigiKey.Api.Api;
using DigiKey.Api.Client;
using DigiKey.Api.Model;

namespace Example
{
Expand Down
2 changes: 1 addition & 1 deletion docs/RecommendedProductsCollection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.RecommendedProductsCollection
# DigiKey.Api.Model.RecommendedProductsCollection
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/RecommendedProductsResponse.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.RecommendedProductsResponse
# DigiKey.Api.Model.RecommendedProductsResponse
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/SearchOption.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.SearchOption
# DigiKey.Api.Model.SearchOption
## Properties

Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/SortDirection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IO.Swagger.Model.SortDirection
# DigiKey.Api.Model.SortDirection
## Properties

Name | Type | Description | Notes
Expand Down
Loading

0 comments on commit e6cd92e

Please sign in to comment.