How to consume a webApi from asp.net Web API to store result in database?
I’m wondering how to consume a WEBAPI from another ASP.Net Web API to store the response in a database.
I know how to consume a WEBAPI from clients like javascript,console application etc.