From 5f1ad653eb5579f0d87349e919f7f92feb0aa98b Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sat, 19 Apr 2014 14:46:17 -0700 Subject: [PATCH] add link to api docs for conditional requests --- github/doc.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/github/doc.go b/github/doc.go index e75ca12..e4f811d 100644 --- a/github/doc.go +++ b/github/doc.go @@ -77,6 +77,9 @@ https://github.com/gregjones/httpcache, which can be used in conjuction with https://github.com/sourcegraph/apiproxy to provide additional flexibility and control of caching rules. +Learn more about GitHub rate limiting at +https://developer.github.com/v3/#conditional-requests. + Creating and Updating Resources All structs for GitHub resources use pointer values for all non-repeated fields.