twitchax / AspNetCore.Proxy

ASP.NET Core Proxies made easy.
MIT License
505 stars 80 forks source link

How to proxy two API calls and response back merging the response from API #115

Open rajeshpatil74 opened 1 month ago

rajeshpatil74 commented 1 month ago

With Controller approach , need to proxy two API calls and needs to merge there response. How to do this using AspNetCore.Proxy ??