Hi all :wave::skin-tone-2: - I have a small beginn...
# ktor
j
Hi all 👋🏻 - I have a small beginner question: I am writing an API service that support some GET/POST and in turn it create rest call to fetch the data from different sources (dB , and other services) So any built in / suggested framework to implement the API calls I need to do in my services? I used to work with OKHTTP3 but I though maybe there are some default for ktor. Tnx
d
hi, you can try Ktor client
j
TNX!