/ComicsApiGrpc

ComicsApi example in grpc

Primary LanguageC#MIT LicenseMIT

ComicsApi gRPC

Build

ComicsApi example in gRPC which returns comic strip image urls

This is a service which can be consumed by any grpc testing clients e.g. Postman

Input can be one of the following

  • garfield
  • xkcd
  • calvinAndHobbs
  • no/any random input returns random comic url

Build instructions

After cloning the repo

cd src
dotnet run