[BUG] typescript-axios query parameter is empty when type is an array of object
Created by: kingdun3284
Bug Report Checklist
-
Have you provided a full/minimal spec to reproduce the issue? Send a request with an array of object in query parameter and be able to find that the value of that query parameter is empty
-
Have you validated the input using an OpenAPI validator (example)? -
What's the version of OpenAPI Generator used? 3 -
Have you search for related issues/PRs? -
What's the actual output vs expected output? Actual output:
?where=
Expected output: array of object should be stringify and encoded.
?where=%7B%22id%22%3A1%7D
-
[Optional] Bounty to sponsor the fix (example)