I'm working with a solution that was built in ASP.NET Core 2.1 as a console application, however it works like a web API. I need to call an external API, which was created in ASP.NET as well, to receive data in JSON format by creating an API in this system to get the values and reorganize them into different tables.
Basically, I need to call an API with another API. Is there any way I could achieve this?, and how should I do it? I've tried lots of code that I found online but none seems to work because of the ASP.NET Core version.
Thanks in advance