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
How can I make a @post
@FormUrlEncoded @post("api/v1/login")
fun myFunction( @field("username") field1: String, @field("password") field2: String
): Deferred
backend is not receiving the fields
The text was updated successfully, but these errors were encountered:
How can I make a @post
@FormUrlEncoded
@post("api/v1/login")
fun myFunction(
@field("username") field1: String,
@field("password") field2: String
): Deferred
backend is not receiving the fields
The text was updated successfully, but these errors were encountered: