James
Results
2
issues of
James
This fixes publichealthengland/coronavirus-dashboard-api-javascript-sdk#8 by leaving the getData while loop if the current page retrieved from the API has the same records as the total retrievable. Avoiding infinite loop caused by...
When making a request that results in fewer results than contained in a single response of the API, request will be repeated infinitely. See example below: ```ts const structure =...