any recommendations for http request library with ...
# announcements
e
any recommendations for http request library with asynchronous requests? Is Fuel (https://github.com/kittinunf/Fuel) a good one?
a
nope. there is no Jake Wharton’s contributions
😂 2
o
Client or Server?
e
client, updated question
e
any specific reason for not using retrofit?
r
What if you don't need to map an entire rest API, and it's just a one off request? From my usage of retrofit it seems to be central around the idea of mapping a big API to an interface