Pergunta

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?

Foi útil?

Solução

You probably want to use the WebRequest class.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top