I am extremely new to Kotlin and APIs in general and can\'t find the syntax to create an API request using this language. I am creating a mobile version of a website so I\'m usi
Retrofit is a good tool to consume API's on Android. Here is a tutorial I found on how to use Retrofit on Kotlin