guidopetri/chess-pipeline

Run JSON fetch first and count # of games

Closed this issue · 1 comments

Right now, I'm running a simple JSON fetch, followed by the PGN fetch, and separately, a different JSON fetch. It makes sense to only do one JSON fetch, and then use the game count for the PGN fetch.

(Honestly, though - I'd really prefer to just have a game count API endpoint...)

Done with 0ee6bd1 .