Join Slack
Powered by
whats the best way/library to send http requests i...
# announcements
w
warriorprincess
03/07/2018, 1:23 PM
whats the best way/library to send http requests in kotlin? I'm trying to make a facebook chat bot
o
odet_a
03/07/2018, 1:24 PM
Check Retrofit.
odet_a
03/07/2018, 1:24 PM
https://medium.com/@elye.project/kotlin-and-retrofit-2-tutorial-with-working-codes-333a4422a890
with an article on Medium to help through that.
w
warriorprincess
03/07/2018, 1:25 PM
Thanks a lot!
o
odet_a
03/07/2018, 1:25 PM
NP
r
Rich Gabrielli
03/07/2018, 10:53 PM
Retrofit is solid. When reviewing the demo consider Moshi over Gson. I noticed my processing was quicker when I converted to Moshi.
3
Views
Open in Slack
Previous
Next