nytimes/openapi2proto

Query strings in paths not gracefully handled.

jkinkead opened this issue · 0 comments

Query strings are not allowed in swagger paths, but some tooling appears to tolerate their presence.

When a query string is in the path, it gets appended, with its ? character intact, to all path-based names in the proto file. It should be handled gracefully (probably stripped).

Fix in a moment.