gitpoint/git-point

Use conditional requests for API requests

Open

#178 opened on Jul 27, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (837 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,684 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://developer.github.com/v3/#conditional-requests

Allows us to drastically cut down on the number of API requests we've made if there aren't any changes since the last time we accessed the endpoint.

Contributor guide