Open Issues Need Help
View All on GitHub AI/ML • Predictive Modeling
feat(data): HTTP 客户端(缓存/重试/限速) 19 days ago
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