Enough Kotlin for the day. Let's see when I can play with it again.
@FormUrlEncoded
@POST("/auth/login")
fun login(@Field("acctname") name: String, @Field("acctpass") password: String, @Field("client_guid") clientGuid: String) : Call<Any>
Enough Kotlin for the day. Let's see when I can play with it again.
@FormUrlEncoded
@POST("/auth/login")
fun login(@Field("acctname") name: String, @Field("acctpass") password: String, @Field("client_guid") clientGuid: String) : Call<Any>