Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Issue passing list to performFind with GET method (#2a2ancm) #185

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

adityasharma7
Copy link
Contributor

@adityasharma7 adityasharma7 commented Jun 6, 2022

Used paramsSerializer available with axios to serialize params and qs npm package (https://www.npmjs.com/package/qs) for stringifying the parameters.
When passing object to qs, bracket or dot notation is returned as output. Handled the case by stringify the object before passing to qs.stringify() method

Related Issues

Closes https://app.clickup.com/t/2a2ancm

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

Used paramsSerializer available with axios to serialize params and qs npm package (https://www.npmjs.com/package/qs) for stringifying the parameters.
When passing object to qs, bracket or dot notation is returned as output. Handled the case by stringify the object before passing to qs.stringify() method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants