Hi! How does Ktor test api calls against 3rd party...
# ktor
m
Hi! How does Ktor test api calls against 3rd party service? I have been using WireMock earlier, but I want to check if Ktor does have anything smiliar?
a
You can find the information about mocking external services in the documentation.
m
Ah thank you! Would this work with external services that are GraphQL?
a
If they communicate through HTTP then yes.
👍 1