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

scala-http4s-server.delegateCallJson.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{{^authName}}
  delegate.{{operationId}}.handle(req, req.asJsonDecode[{{{bodyParam.dataType}}}] , {{#pathParams}}{{baseName}}, {{/pathParams}}{{#queryParams}}{{baseName}}, {{/queryParams}}responses)
{{/authName}}
{{#authName}}
  delegate.{{operationId}}.handle_{{authName}}(auth, req, req.asJsonDecode[{{{bodyParam.dataType}}}] , {{#pathParams}}{{baseName}}, {{/pathParams}}{{#queryParams}}{{baseName}}, {{/queryParams}}responses)
{{/authName}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy