All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-play-server.README.md.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
# {{&appName}}

{{&appDescription}}

{{^hideGenerationTimestamp}}
This Scala Play Framework project was generated by the OpenAPI generator tool at {{generatedDate}}.
{{/hideGenerationTimestamp}}

{{#generateApis}}
## API

{{#apiInfo}}
{{#apis}}
### {{baseName}}

|Name|Role|
|----|----|
|`{{importPath}}Controller`|Play Framework API controller|
|`{{importPath}}Api`|Representing trait|
{{^skipStubs}}
|`{{importPath}}ApiImpl`|Default implementation|
{{/skipStubs}}

{{#operations}}
{{#operation}}
* `{{httpMethod}} {{contextPath}}{{path}}{{#queryParams.0}}?{{/queryParams.0}}{{#queryParams}}{{paramName}}=[value]{{^-last}}&{{/-last}}{{/queryParams}}` - {{summary}}
{{/operation}}
{{/operations}}

{{/apis}}
{{/apiInfo}}
{{/generateApis}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy