/bookshop-grpc

GRPC services implementation for Go & .NET

Primary LanguageGo

Bookshop GRPC services implementation

That repo contains grpc service implementation which used common proto files on different programming languages

Supported languages

  • Go
  • .NET

How to use these services through grpcurl

grpcurl is a command-line tool that lets you interact with gRPC servers. It's basically curl for gRPC servers.

How to curl call to GetBookDetailById service method

    grpcurl -plaintext -d '{"id":32}' localhost:8080 Inventory/GetBookDetailById