You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you provided a full/minimal spec to reproduce the issue?
Description
We have a requirement for passing in a JSON object in a GET url as query string. Currently if we don't provide an option of queryParamsStringify url for a nested query object such as this
Bug Report Checklist
Description
We have a requirement for passing in a JSON object in a GET url as query string. Currently if we don't provide an option of
queryParamsStringify
url for a nested query object such as thisthe queryParamsStringify will return this
name=Jordan&address[city]=NY&address[state]=NY&address[house]=1002&address[st]=wall st
Now I am not sure if this is a desired result. I am under the impression that address json object should be percent-encoded
and response should be
openapi-generator version
2.2.0
Suggest a fix
We can change the runtime.ts in our client
I can make a PR to change the said file
File: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/typescript-fetch/runtime.mustache#L223
The text was updated successfully, but these errors were encountered: