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
Describe the bug
I have queryParameters with name "include" and value as image
However, the URI when using DIO is not sent to the array, but it is duplicated "include".
I tried using Do().get with queryParameters like that and it works fine. And here is the URI when using Dio().get
Is there a way can generator code can work like this?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Can you tell me how you did that using Dio.get() or if there is a way to do it with retrofit now ? I have a similar problem like you, my API needs array for a particular parameter but retrofit just copies it multiple times so it doesn't work overall. I don't have any experience in Dio as I haven't really used it before
Describe the bug
I have queryParameters with name "include" and value as image
However, the URI when using DIO is not sent to the array, but it is duplicated "include".
I tried using Do().get with queryParameters like that and it works fine. And here is the URI when using Dio().get
Is there a way can generator code can work like this?
The text was updated successfully, but these errors were encountered: