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

Problem with Get Method when i send complexe object #67

Open
SalvadorCardona opened this issue Mar 20, 2024 · 2 comments
Open

Problem with Get Method when i send complexe object #67

SalvadorCardona opened this issue Mar 20, 2024 · 2 comments

Comments

@SalvadorCardona
Copy link

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
image

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 ?

@ajaishankar
Copy link
Owner

Hi @SalvadorCardona currently custom query or body encoders are not supported.

@SalvadorCardona
Copy link
Author

Thank you, for your sentence !

Have a good day !

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

No branches or pull requests

2 participants