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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy