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
Redesign RequestExecutor and HttpClient to support adding custom payload with further JSON serialization.
Possible solutions:
Replace String getResponse(ApiVariant variant) and String getResponse(ApiVariant variant, Method httpMethod) methods with method that receives an object that aggregates all request parameters(to get rid of method overloading).
The text was updated successfully, but these errors were encountered:
Redesign
RequestExecutor
andHttpClient
to support adding custom payload with further JSON serialization.Possible solutions:
String getResponse(ApiVariant variant)
andString getResponse(ApiVariant variant, Method httpMethod)
methods with method that receives an object that aggregates all request parameters(to get rid of method overloading).The text was updated successfully, but these errors were encountered: