I want to write a wrapper client for a third-party...
# getting-started
c
I want to write a wrapper client for a third-party REST service in Kotlin, and I'm looking for examples. Can anyone recommend a popular Kotlin client library that's well written? (e.g. Twitter API)
t
Firebase REST and Firebase Kotlin are good examples IMO
c
Thanks! I'll take a look.