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
{{ message }}
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.
I tried to bound my x-www-form-urlencoded parameters with corresponding annotation (@ApiRequestParam) but it fails to send the request by casting Map to String.
Right here: https://github.com/sbtqa/api-factory/blob/5665d2f272e2f88d66d29e6c4977b38b0427e8f9/src/main/java/ru/sbtqa/tag/apifactory/rest/RestRawImpl.java#L83
I don't understand how it supposed to work with any kind of params tbh.
The text was updated successfully, but these errors were encountered: