You are currently viewing How to populate ktor server from another REST api?

How to populate ktor server from another REST api?

I need to use an 3rd party rest api for my android app but this api requires me to use my own backend server.

So when i made a request from my app request will go to my ktor server and server should get data from another 3rd party api, how can i do that and what kinda structure should i use?

submitted by /u/arifemrebulut
[link] [comments]