hi, about http4k-connect do you see it as a way to interact with big api or you would use it for any internal client of the app. If it's the second, if your app calls multiple different services, would you write a connect for each one or you think is too much overhead ?
d
dave
02/02/2021, 6:38 PM
I suppose the pattern is applicable throughout the stack, but we've only considered it for external APIs.
👍 1
r
Razvan
02/02/2021, 6:49 PM
They are external API from the application but they are internal in the corporation.
d
dave
02/02/2021, 8:11 PM
yeah, there's no reason why you wouldn't do it - especially if you have many services which rely on different bits or slices of the API.