#Protobuf Doubt
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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
What do you mean by handle your query params?