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
As of now data param allowing only <String, String>
Please add provision for allowing <String, dynamic>
so that we can send multiple level of json format like ,
{ product: {
name: ['Apple', 'Orange']
}
}
The text was updated successfully, but these errors were encountered:
@Dheena32 I'm thinking to replace the data parameter with a generic ByteList, so that you could send anything you'd like. The uploader is currently forcing JSON but it should really be up to the API user. Thx for the feedback.
As of now data param allowing only <String, String>
Please add provision for allowing <String, dynamic>
so that we can send multiple level of json format like ,
{ product: {
name: ['Apple', 'Orange']
}
}
The text was updated successfully, but these errors were encountered: