thewca / wca-live

Platform for running WCA competitions and sharing live results with the world
https://live.worldcubeassociation.org
70 stars 23 forks source link

REST api for exposing results for a specific competition #224

Open coder13 opened 1 month ago

coder13 commented 1 month ago

To enhance the interoperability of this software with 3rd party software, it'd be useful to have an endpoint for fetching the results for a competition.

This endpoint can just do a dump of the results in the db given a specific competitionId.

It may be useful to include query params to filter to a specific event or round.