I want get RSS code from a URL with Retrofit and if I enter url staticly in the get annotation everything is OK but with dynamic url I get an error.
Retrofit
My
(Kotlin) I solved here:
//@FormUrlEncoded // Don't used @POST("orders") fun saveOrders(@Body orders: Orders): Call