Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions aspnetcore/grpc/json-transcoding-openapi.md

This file was deleted.

23 changes: 0 additions & 23 deletions aspnetcore/grpc/json-transcoding-openapi/Program.cs

This file was deleted.

27 changes: 0 additions & 27 deletions aspnetcore/grpc/json-transcoding-openapi/Program2.cs

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion aspnetcore/grpc/json-transcoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ For installation and usage of grpc-gateway, see the [grpc-gateway README](https:
## Additional resources

* <xref:grpc/json-transcoding-binding>
* <xref:grpc/json-transcoding-openapi>
* <xref:grpc/browser>
* <xref:grpc/grpcweb>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ For installation and usage of grpc-gateway, see the [grpc-gateway README](https:
## Additional resources

* <xref:grpc/json-transcoding-binding>
* <xref:grpc/json-transcoding-openapi>
* <xref:grpc/browser>
* <xref:grpc/grpcweb>

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/release-notes/aspnetcore-7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ gRPC JSON transcoding is an extension for ASP.NET Core that creates RESTful JSON
* ASP.NET Core gRPC apps to support both gRPC and RESTful JSON APIs without replicating functionality.
* Experimental support for generating OpenAPI from transcoded RESTful APIs by integrating with [Swashbuckle](xref:tutorials/get-started-with-swashbuckle).

For more information, see [gRPC JSON transcoding in ASP.NET Core gRPC apps](xref:grpc/json-transcoding?view=aspnetcore-7.0) and <xref:grpc/json-transcoding-openapi>.
For more information, see [gRPC JSON transcoding in ASP.NET Core gRPC apps](xref:grpc/json-transcoding?view=aspnetcore-7.0).

### gRPC health checks in ASP.NET Core

Expand Down
2 changes: 0 additions & 2 deletions aspnetcore/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,6 @@ items:
uid: grpc/json-transcoding
- name: HTTP rules and JSON
uid: grpc/json-transcoding-binding
- name: Swagger / OpenAPI
uid: grpc/json-transcoding-openapi
- name: Configuration
uid: grpc/configuration
- name: Authentication and authorization
Expand Down
Loading