-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
command:cliRelated to 'cli' commandRelated to 'cli' commandcommand:cli-check-updateRelated to 'cli check-update' commandRelated to 'cli check-update' commandcommand:cli-updateRelated to 'cli update' commandRelated to 'cli update' commandwontfix
Description
https://api.github.com has a request rate limit (previously #1612):
local ➜ wp-cli git:(master) http HEAD https://api.github.com
HTTP/1.1 200 OK
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1474920559
If we proxied requests to https://api.github.com through something like https://github-api.wp-cli.org, then we could:
- Have CI run the updater tests on each run.
- Open ourselves to a future where the updater isn't dependent on the Github API.
What's the simplest possible implementation of this proxy?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
command:cliRelated to 'cli' commandRelated to 'cli' commandcommand:cli-check-updateRelated to 'cli check-update' commandRelated to 'cli check-update' commandcommand:cli-updateRelated to 'cli update' commandRelated to 'cli update' commandwontfix