Call another rest api from my server in Ktor

Viewed 29

I want to call another web-api from my backend on a specific request of user.

How can I achieve this in Ktor. Like in spring boot we use Rest Template, but how can I do the same in Ktor.

Reference Article for doing the same in spring boot: (Call another rest api from my server in Spring-Boot)

2 Answers
Related