ductone / protoc-gen-apigw

Apache License 2.0
9 stars 2 forks source link

Fix nested routes #33

Closed ggreer closed 1 year ago

ggreer commented 1 year ago

This fixes the nested route issue and adds some comments in the generated code so it's clear which field names are being parsed. The current method generation assumes that all nested route params will be strings, but it's probably best to fix that some other time.