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

Exception: toJson() method have to add to FormData #660

Open
DjordjeMancic97 opened this issue Feb 29, 2024 · 0 comments
Open

Exception: toJson() method have to add to FormData #660

DjordjeMancic97 opened this issue Feb 29, 2024 · 0 comments

Comments

@DjordjeMancic97
Copy link

Describe the bug
Trying to send POST request with content-type "multipart/form-data" which contains a single image.
Function looks like this:

@POST('url') @MultiPart() Future<ResponseModel> uploadImage({ @Part() required FormData image });

When running the generator I get:
Exception: toJson() method have to add to FormData

To Reproduce
Just try running generator for supplied function.

Expected behavior
Generation should complete successfully

Screenshots
N/A

Smartphone (please complete the following information):

  • Any
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

1 participant