Google Cloud APIs are also exposed as gRPC - take a look at https://cloud.google.com/apis/docs/overview#supporting_http_and_grpc
There is an API design guide at https://cloud.google.com/apis/design which also covers gRPC APIs. Hope that helps. On Friday, April 7, 2023 at 1:32:20 AM UTC-7 Chris Lees wrote: > I'm working on a project which anticipates exposing a gRPC endpoint to > external customers. Most of the online discussion around gRPC focuses on > its use for internal microservices, however, and most examples connect > internal gRPC to external REST to provide the external API piece (often > using a gRPC-gateway <https://grpc-ecosystem.github.io/grpc-gateway/> to > provide this bridge). > > Aside from the obvious fact that both parties would need to *understand* > gRPC, are there other considerations I should be taking into account when > thinking about an external gRPC API? Is there material online that I > haven't found yet? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b7868406-6437-4cc9-be7c-394d30e186ffn%40googlegroups.com.
