Created
June 21, 2020 21:09
-
-
Save Alqueraf/878f68f36f4b94e4f33cae312b175248 to your computer and use it in GitHub Desktop.
Ktor Sample Request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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