Description
The GitHubCLIProvider in src/oss_dev/providers/github/client.py makes direct gh CLI calls each time. Add an optional caching layer that caches API responses to avoid redundant calls within a session.
Tasks
Skills Required
- Python
- Caching strategies
- GitHub CLI
Difficulty
Intermediate-level2,gssoc-ext
Description
The
GitHubCLIProviderinsrc/oss_dev/providers/github/client.pymakes directghCLI calls each time. Add an optional caching layer that caches API responses to avoid redundant calls within a session.Tasks
src/oss_dev/providers/cache.py(TTL-based, file-backed)GitHubCLIProvidermethodsSkills Required
Difficulty
Intermediate-level2,gssoc-ext