You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does grpc-gateway have rules for path syntax in proto annotations?
all examples have lowercase {uuid}/{name} or so if request struct have SomeComelCase field, in which case i need to specify placeholder in path ?
Thanks!
The text was updated successfully, but these errors were encountered:
I think it just has to match the field name directly. Note that it is standard protobuf practice to use snake_case for field names and it may break assumptions somewhere.
does grpc-gateway have rules for path syntax in proto annotations?
all examples have lowercase {uuid}/{name} or so if request struct have SomeComelCase field, in which case i need to specify placeholder in path ?
Thanks!
The text was updated successfully, but these errors were encountered: