lvarayut/github-date-of-creation

Use Authenticated Requests to relax rate limiting

Open

#1 geöffnet am 6. Aug. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (7 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (65 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The date is being displayed as August 2017 (the current data) due to rate-limiting for me.

The reason: a request to api.github.com/repos/graphql/graphql-js returns a 403 response:

{
  "message": "API rate limit exceeded for xx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
  "documentation_url": "https://developer.github.com/v3/#rate-limiting"
}

I also have Notifier for GitHub installed, which is probably part of the problem, as the extensions would share a rate limit.

Contributor Guide