mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-07 01:10:53 +00:00
parent
39eba39625
commit
c76f006067
@ -25,7 +25,7 @@ class {{classname}} {
|
|||||||
{{/allParams}}
|
{{/allParams}}
|
||||||
|
|
||||||
// create path and map variables
|
// create path and map variables
|
||||||
String path = "{{path}}".replaceAll("{format}","json"){{#pathParams}}.replaceAll("{" + "{{paramName}}" + "}", {{{paramName}}}.toString()){{/pathParams}};
|
String path = "{{path}}".replaceAll("{format}","json"){{#pathParams}}.replaceAll("{" + "{{baseName}}" + "}", {{{paramName}}}.toString()){{/pathParams}};
|
||||||
|
|
||||||
// query params
|
// query params
|
||||||
List<QueryParam> queryParams = [];
|
List<QueryParam> queryParams = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user