nytimes/openapi2proto

Title with '&' character results in a package name with an '&' character.

awalterschulze opened this issue · 2 comments

Really great tool. Thank you so much for this.

A json swagger file with

"title": "API to View & Search for Items",

Will result in a proto with

package apitoview&searchforitems;

openapi2proto should probably take special characters into account?

Resolved in #57