nytimes / openapi2proto

A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications
Apache License 2.0
964 stars 98 forks source link

Issue 56 - remove special chars in package names #57

Closed dnfehren closed 6 years ago

dnfehren commented 6 years ago

added new function to replace non a-z, 0-9 characters with underscores. Also added the sanitizer to the Service name creation function. Added simple text fixtures to based on the existing cat fixtures.

jprobinson commented 6 years ago

🌮 🍾 thanks, @dnfehren!!