googleapis / gapic-generator-ruby

Generate Ruby gRPC client libraries from Protocol Buffer definitions.
Apache License 2.0
45 stars 32 forks source link

feat: Format path pattern variables to snake case #1086

Closed aandreassa closed 4 months ago

aandreassa commented 4 months ago

Removes path variables formatting from post-processor. This change conforms to AIP 123 requirements of:

Pattern variables (the segments within braces) must use snake_case, and must not use an _id suffix.

List of affected gems, minus google-cloud-support-v2.

Fixes #894