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

scala-akka-http-server.README.mustache Maven / Gradle / Ivy

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

{{&appDescription}}

{{^hideGenerationTimestamp}}
    This Scala akka-http framework project was generated by the OpenAPI generator tool at {{generatedDate}}.
{{/hideGenerationTimestamp}}

{{#generateApis}}
    ## API

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

          |Name|Role|
          |----|----|
          |`{{importPath}}Controller`|akka-http 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