The request method can now use the async/await functionality in JS to simplify the code. I was looking to do this synchronously but promises and fetching the additional pages screwed with my head. I think the recursive call to fetch more pages will become much simpler than it is written now.
The request method can now use the async/await functionality in JS to simplify the code. I was looking to do this synchronously but promises and fetching the additional pages screwed with my head. I think the recursive call to fetch more pages will become much simpler than it is written now.