surp-hovhannes / bahk

App for Christians curious about how, when, and why to fast
MIT License
3 stars 1 forks source link

Bugfix/count results fasts endpoint #74

Closed mattash closed 3 weeks ago

mattash commented 3 weeks ago

Adding more fasts for 2025, I realized that the current fast list endpoint only returns 10 results and paginates the rest. This returns results that +/- 6 months from the current date.

To test locally, use an api client, or visit http://localhost:8000/api/fasts/. Append the URL with ?start_date=YYYY-MM-DD and ?end_date=YYYY-MM-DD to test optional params.