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 (4,684 stars) (837 forks)batch import
enhancementhelp wanted

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