We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab9d04 commit 9a8a00aCopy full SHA for 9a8a00a
templates/operationBody.handlebars
@@ -1,5 +1,3 @@
1
-/* Code generated by ng-openapi-gen DO NOT EDIT. */
2
-
3
{{{bodyMethodTsComments}}}{{methodName}}({{>operationParameters}}): Observable<{{{resultType}}}> {
4
return this.{{responseMethodName}}(params, context).pipe(
5
map((r: {{@root.responseClass}}<{{{resultType}}}>): {{{resultType}}} => r.body)
0 commit comments