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.
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.