Skip to content

Commit 3f79685

Browse files
committed
Move grpc samples from .NET 7 to grpc folders
1 parent fdfaa66 commit 3f79685

32 files changed

+22
-23
lines changed

projects/.net7/README.MD

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,6 @@ Samples in this section require .NET 7. You can download it from [here](https://
5656
This sample shows how to use both JWT and Cookie authentications in the same application.
5757

5858

59-
## gRPC
60-
61-
* [gRPC - 13](grpc-13)
62-
63-
This sample shows how to make a GET HTTP call to a gRPC endpoint via gRPC JSON transcoding.
64-
65-
* [gRPC - 14](grpc-14)
66-
67-
This sample shows how to make a POST HTTP call to a gRPC endpoint via gRPC JSON transcoding.
68-
69-
* [gRPC - 15](grpc-15)
70-
71-
This sample shows how to make a POST HTTP call to a gRPC endpoint via gRPC JSON transcoding by combining route parameter and body.
72-
73-
* [gRPC - 16](grpc-16)
74-
75-
This sample shows how to make a PUT HTTP call to a gRPC endpoint via gRPC JSON transcoding.
76-
77-
* [gRPC - 17](grpc-17)
78-
79-
This sample shows how to make a PATCH HTTP call to a gRPC endpoint via gRPC JSON transcoding.
80-
8159
## Problem Details
8260

8361
* [Problem Details - 1](problem-details)

projects/grpc/README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,28 @@
5353
* [Server Streaming - Message Server - Blazor Web Assembly](/projects/grpc/grpc-12)
5454

5555
This sample shows how to do simple gRPC sever streaming with Blazor Web Assembly client.
56-
56+
57+
* [gRPC - 13](grpc-13)
58+
59+
This sample shows how to make a GET HTTP call to a gRPC endpoint via gRPC JSON transcoding.
60+
61+
* [gRPC - 14](grpc-14)
62+
63+
This sample shows how to make a POST HTTP call to a gRPC endpoint via gRPC JSON transcoding.
64+
65+
* [gRPC - 15](grpc-15)
66+
67+
This sample shows how to make a POST HTTP call to a gRPC endpoint via gRPC JSON transcoding by combining route parameter and body.
68+
69+
* [gRPC - 16](grpc-16)
70+
71+
This sample shows how to make a PUT HTTP call to a gRPC endpoint via gRPC JSON transcoding.
72+
73+
* [gRPC - 17](grpc-17)
74+
75+
This sample shows how to make a PATCH HTTP call to a gRPC endpoint via gRPC JSON transcoding.
76+
77+
5778
## Other collections of gRPC samples
5879

5980
* [grpc-dotnet examples](https://github.com/grpc/grpc-dotnet/tree/master/examples)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)