some people do not like that and are discarding fu...
# kotlin-fuel
n
some people do not like that and are discarding fuel as a option because they did not see that you can also do
Copy code
val(request, response, result) = "someUrl".httpGet()
    .awaitObjectResponse<SomeType>()