raml2code-jaxrs-interfaces
v0.0.6
Published
Simple generator of JAX-RS interfaces from RAML
Downloads
10
Readme
raml2code-jaxrs-interfaces
This create JAX-RS interfaces in Groovy, we believe that defining a contract is more important that create a full SDK.
Important notes:
We use the optional resource.displayName to name resource classes, if you use this generator don't forget to provide it. Example:
/cats:
displayName: Gatitos
Will generate GatitosResource
This is part of the raml2code project.