whats the best way/library to send http requests i...
# announcements
w
whats the best way/library to send http requests in kotlin? I'm trying to make a facebook chat bot
o
Check Retrofit.
w
Thanks a lot!
o
NP
r
Retrofit is solid. When reviewing the demo consider Moshi over Gson. I noticed my processing was quicker when I converted to Moshi.