1 Open Issue Need Help Last updated: Aug 17, 2025

Open Issues Need Help

View All on GitHub
AI/ML Predictive Modeling

AI Summary: This issue requests the implementation of a reusable HTTP client in `src/fpl_data/clients.py`. The client, specifically a `get_json` function, must support disk caching with a time-to-live, exponential backoff retries for 429/5xx errors, and a simple 0.5-second rate limit between requests. The goal is to efficiently access FPL public endpoints while avoiding rate limits and redundant data downloads.

Complexity: 3/5
good first issue data milestone:M1 feat

naive strategy for fpl

Python