We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Primary, thank you for you excellente library,
I have a problem when i send an object with an Array of Object, this library converted my array into the string "Object Object"
My object { "levelExperience.skill": [ { "id": "018e3d92-389f-70bc-bcfa-5629ca7c4d4c", "levelExperience": null } ], }
{ "levelExperience.skill": [ { "id": "018e3d92-389f-70bc-bcfa-5629ca7c4d4c", "levelExperience": null } ], }
This conversation to query string
I think for fix this problem, i need to replace the query encoder of library by my self encoder.
It's possible of replace encoder ?
The text was updated successfully, but these errors were encountered:
Hi @SalvadorCardona currently custom query or body encoders are not supported.
Sorry, something went wrong.
Thank you, for your sentence !
Have a good day !
No branches or pull requests
Hello,
Primary, thank you for you excellente library,
I have a problem when i send an object with an Array of Object, this library converted my array into the string "Object Object"
My object
{ "levelExperience.skill": [ { "id": "018e3d92-389f-70bc-bcfa-5629ca7c4d4c", "levelExperience": null } ], }
This conversation to query string
I think for fix this problem, i need to replace the query encoder of library by my self encoder.
It's possible of replace encoder ?
The text was updated successfully, but these errors were encountered: