-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename JsonApiDotNetCore.OpenApi NuGet package to JsonApiDotNetCore.O…
…penApi.Swashbuckle, rename AddOpenApi() to AddOpenApiForJsonApi()
- Loading branch information
Showing
126 changed files
with
227 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ore.OpenApi/ConfigureSwaggerGenOptions.cs → ...Swashbuckle/ConfigureSwaggerGenOptions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tCore.OpenApi/IncludeDependencyScanner.cs → ...i.Swashbuckle/IncludeDependencyScanner.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...nApiActionDescriptorCollectionProvider.cs → ...nApiActionDescriptorCollectionProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nApiDotNetCore.OpenApi/JsonApiEndpoint.cs → ...re.OpenApi.Swashbuckle/JsonApiEndpoint.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tadata/AtomicOperationsRequestMetadata.cs → ...tadata/AtomicOperationsRequestMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...adata/AtomicOperationsResponseMetadata.cs → ...adata/AtomicOperationsResponseMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/JsonApiDotNetCore.OpenApi.Swashbuckle/JsonApiMetadata/IJsonApiEndpointMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
namespace JsonApiDotNetCore.OpenApi.Swashbuckle.JsonApiMetadata; | ||
|
||
internal interface IJsonApiEndpointMetadata; |
2 changes: 1 addition & 1 deletion
2
...sonApiMetadata/IJsonApiRequestMetadata.cs → ...sonApiMetadata/IJsonApiRequestMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
namespace JsonApiDotNetCore.OpenApi.JsonApiMetadata; | ||
namespace JsonApiDotNetCore.OpenApi.Swashbuckle.JsonApiMetadata; | ||
|
||
internal interface IJsonApiRequestMetadata : IJsonApiEndpointMetadata; |
2 changes: 1 addition & 1 deletion
2
...onApiMetadata/IJsonApiResponseMetadata.cs → ...onApiMetadata/IJsonApiResponseMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
namespace JsonApiDotNetCore.OpenApi.JsonApiMetadata; | ||
namespace JsonApiDotNetCore.OpenApi.Swashbuckle.JsonApiMetadata; | ||
|
||
internal interface IJsonApiResponseMetadata : IJsonApiEndpointMetadata; |
2 changes: 1 addition & 1 deletion
2
...adata/JsonApiEndpointMetadataContainer.cs → ...adata/JsonApiEndpointMetadataContainer.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tadata/JsonApiEndpointMetadataProvider.cs → ...tadata/JsonApiEndpointMetadataProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...Metadata/NonPrimaryDocumentTypeFactory.cs → ...Metadata/NonPrimaryDocumentTypeFactory.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ApiMetadata/NonPrimaryEndpointMetadata.cs → ...ApiMetadata/NonPrimaryEndpointMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...JsonApiMetadata/PrimaryRequestMetadata.cs → ...JsonApiMetadata/PrimaryRequestMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sonApiMetadata/PrimaryResponseMetadata.cs → ...sonApiMetadata/PrimaryResponseMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...piMetadata/RelationshipRequestMetadata.cs → ...piMetadata/RelationshipRequestMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JsonApiDotNetCore.OpenApi.JsonApiMetadata; | ||
namespace JsonApiDotNetCore.OpenApi.Swashbuckle.JsonApiMetadata; | ||
|
||
internal sealed class RelationshipRequestMetadata(IDictionary<string, Type> documentTypesByRelationshipName) | ||
: NonPrimaryEndpointMetadata(documentTypesByRelationshipName), IJsonApiRequestMetadata; |
2 changes: 1 addition & 1 deletion
2
...iMetadata/RelationshipResponseMetadata.cs → ...iMetadata/RelationshipResponseMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JsonApiDotNetCore.OpenApi.JsonApiMetadata; | ||
namespace JsonApiDotNetCore.OpenApi.Swashbuckle.JsonApiMetadata; | ||
|
||
internal sealed class RelationshipResponseMetadata(IDictionary<string, Type> documentTypesByRelationshipName) | ||
: NonPrimaryEndpointMetadata(documentTypesByRelationshipName), IJsonApiResponseMetadata; |
4 changes: 2 additions & 2 deletions
4
...sonApiMetadata/RelationshipTypeFactory.cs → ...sonApiMetadata/RelationshipTypeFactory.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nApiMetadata/SecondaryResponseMetadata.cs → ...nApiMetadata/SecondaryResponseMetadata.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JsonApiDotNetCore.OpenApi.JsonApiMetadata; | ||
namespace JsonApiDotNetCore.OpenApi.Swashbuckle.JsonApiMetadata; | ||
|
||
internal sealed class SecondaryResponseMetadata(IDictionary<string, Type> documentTypesByRelationshipName) | ||
: NonPrimaryEndpointMetadata(documentTypesByRelationshipName), IJsonApiResponseMetadata; |
4 changes: 2 additions & 2 deletions
4
...cOperations/AddToRelationshipOperation.cs → ...cOperations/AddToRelationshipOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...jects/AtomicOperations/AtomicOperation.cs → ...jects/AtomicOperations/AtomicOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...iObjects/AtomicOperations/AtomicResult.cs → ...iObjects/AtomicOperations/AtomicResult.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...omicOperations/CreateResourceOperation.cs → ...omicOperations/CreateResourceOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...omicOperations/DeleteResourceOperation.cs → ...omicOperations/DeleteResourceOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ations/RemoveFromRelationshipOperation.cs → ...ations/RemoveFromRelationshipOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...omicOperations/UpdateResourceOperation.cs → ...omicOperations/UpdateResourceOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ions/UpdateToManyRelationshipOperation.cs → ...ions/UpdateToManyRelationshipOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tions/UpdateToOneRelationshipOperation.cs → ...tions/UpdateToOneRelationshipOperation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ocuments/CreateResourceRequestDocument.cs → ...ocuments/CreateResourceRequestDocument.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...bjects/Documents/ErrorResponseDocument.cs → ...bjects/Documents/ErrorResponseDocument.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.