#Protobuf Doubt

3 messages · Page 1 of 1 (latest)

forest thicket
#

Does anyone know how to deal with query Params in the protobufers?
This is the route that i want to register and want to add the query param,

    option (google.api.http) = {post:"/v1/internal/customers/eligibility" body:"*"};
  }```
#

Do i need to handle the query params in my application or here in protobufers

fair river
#

What do you mean by handle your query params?