I am using HTTPWebRequest and HTTPWebResponse to get some data from a website using the API provided.
On HTTPResponse response.Headers["Link"] is see "https://xxx.com/api/v1/xxx?page=1&per_page=10". I wanted to loop through and get the data from the other pages e.g. page=2 etc. The maximum per_page=50. But, I have many more records on the other pages.
I have googled but no luck. I am not sure how to do this. Any direction will be greatly appreciated.
Thank you in advance.