Question

I have an API form an external source. I would like to get the API data on the server side and load the data in a database. I never accessed an API from on the server side. What is the best way to load the API data on the server side, can you guys point me in the right direction?

Was it helpful?

Solution

You probably want to use the WebRequest class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top