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
Is your feature request related to a problem? Please describe.
I've faced a case when response is needed to be used in next request "as is" - without converting it to object. I believe it could be useful to make response string available by adding default mapping for String type: String: jsonEncode,.
Describe the solution you'd like
Current solution is:
Use response_override_value_map to override YourResponseModel with String
Add String: jsonEncode, to generatedMapping rules.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I've faced a case when response is needed to be used in next request "as is" - without converting it to object. I believe it could be useful to make response string available by adding default mapping for String type:
String: jsonEncode,
.Describe the solution you'd like
Current solution is:
response_override_value_map
to overrideYourResponseModel
withString
String: jsonEncode,
togeneratedMapping
rules.The text was updated successfully, but these errors were encountered: