Skip to content

Instantly share code, notes, and snippets.

@Alqueraf
Created June 21, 2020 21:09
Show Gist options
  • Save Alqueraf/878f68f36f4b94e4f33cae312b175248 to your computer and use it in GitHub Desktop.
Save Alqueraf/878f68f36f4b94e4f33cae312b175248 to your computer and use it in GitHub Desktop.
Ktor Sample Request
val items: List<Item> = httpClient.get<List<Item>>("https://api.example.org/items") {
parameter("limit", 10)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment