I have to GET data from a REST API and POST it in a sql database.
I know how to GET data from an API and displaying it in a Web-service, and I know how to POST data to a database, from a Web-service, using azure functions.
The problem is that I don't know how to GET the data from an API and directly POST it in a database. NOTE: It's quite a lot of data.
UPDATE: I use C# (.NET?) and SQL. The API provides JSON result.
