We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07202f commit f2b5cfdCopy full SHA for f2b5cfd
templates/kotlin/base/requests/location.twig
@@ -1,6 +1,6 @@
1
return client.call(
2
"{{ method.method | caseUpper }}",
3
apiPath,
4
- params = params,
+ params = apiParams,
5
responseType = {{ method | returnType(spec, sdk.namespace | caseDot) | raw }}::class.java
6
)
0 commit comments