Skip to content

Add rate limit awareness for GitHub API calls #37

@Hell1213

Description

@Hell1213

Description

The GitHubCLIProvider currently makes gh CLI calls without checking GitHub API rate limits. Add rate limit awareness:

  1. Parse rate limit info from gh api rate_limit response
  2. Before each API call, check remaining quota
  3. If quota is low, warn the user or back off
  4. Handle rate limit exceeded errors gracefully

Skills Required

  • Python
  • GitHub API
  • Rate limiting strategies

Difficulty

Intermediate-level2,gssoc-ext

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgssocGirlScript Summer of Codegssoc-extGSSoC Extended contributionlevel2Intermediate: Requires some experience (25 points)

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions