``` @GET("whatever") @InsideHtmlText("#foo") fun w...
# android
j
Copy code
@GET("whatever") @InsideHtmlText("#foo")
fun whatever(): Call<JsonType>
👍 6