Join Slack
Powered by
How to call rest API using kotlin multiplatform de...
# compose-desktop
p
Pragnesh Meniya
06/30/2023, 12:31 PM
How to call rest API using kotlin multiplatform desktop app? Any one have Github demo?
j
Javier
06/30/2023, 1:16 PM
you have multiple alternatives, but "the official one" is Ktor, which has server and client implementations
m
mohamed rejeb
06/30/2023, 1:22 PM
You can use Ktor client for making api calls with KMP. Take a look at this app
https://github.com/MohamedRejeb/Pokedex
1243
Views
Open in Slack
Previous
Next