👩💻 Join our community of thousands of amazing developers!
Whenever we work with gRPC and protobuf, we generate code. The code generator has some rules, and we know beforehand what to expect. In this post, I’ll show you how to use this knowledge. Let’s say we build a REST API on top of the gRPC one, and one or more of our list endpoints have two parameters: page and limit. The first specifies a page to return within a list, and the last is the number of elements per page....