FIRST-Tech-Challenge / scorekeeper

FIRST Tech Challenge Live Scorekeeper Software
87 stars 21 forks source link

Add API Endpoint for inspection schedule #631

Open jvens opened 1 year ago

jvens commented 1 year ago

Is your feature request related to a problem? Please describe. There is currently an API endpoint to get the inspection status, but there is no way to get the schedule.

Describe the solution you'd like An API endpoint returning the inspection schedule. It could be in basically the same format as http://localhost/event/:eventId/inspection_schedule/raw/, but provided through the API.

Describe alternatives you've considered Currently the only ways to get this information in an officially supported way is to export the schedule as CSV.

Additional context N/A