5kmrun-bg / fivekmrun-app

A mobile app for 5kmrun.bg
https://5kmrun.bg
3 stars 5 forks source link

Add XL runs and Kids runs to the list with events #48

Open etabakov opened 4 years ago

etabakov commented 4 years ago

Currently, only 5km runs are shown in the application. We can provide more information by adding the runs from the Kids and XL initiatives.

etabakov commented 10 months ago

There are existing APIs for the data but the endpoints are different from those for 5k runs and plumbing code cannot be reused.

https://5kmrun.bg/api/xlrun/results https://5kmrun.bg/api/awrun/results https://5kmrun.bg/api/kidsrun/results https://5kmrun.bg/api/5kmrun/results

etabakov commented 10 months ago

Two more endpoints for future events (maybe these will be easier to start with): https://5kmrun.bg/api/kidsrun/events https://5kmrun.bg/api/xlrun/events