CuBoulder / lil_shrugger

Atlas' Best Friend
2 stars 2 forks source link

Refactor Atlas Request Method #416

Closed alexfinnarn closed 5 years ago

alexfinnarn commented 5 years ago

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.