lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

Create naming tools to standardize service, class and method names #9

Open ignasi35 opened 7 years ago

ignasi35 commented 7 years ago

External Spec formats allow inline Definition of types or consider some fields optional which are required for Lagom.

Naming tools should normalize for the purpose (service name, class name, method name, call name) or even generate unique names when the input doesn't specify the Lagom required field (specifying the request body type in swagger inline doesn't require a name).