From 22ef0540aa803ebd12f6e2c43454829cc20d4d25 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Sat, 5 Jul 2014 23:28:04 -0700 Subject: [PATCH] More notes. --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 7fee86c..28218ce 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,8 @@ +Notes: +- Don't use the events API, since only 300 events are supported +- Commits API supports timestamp ranges: https://developer.github.com/v3/repos/commits/ +- Will need to get/store timezone of user (use https://bitbucket.org/pellepim/jstimezonedetect, use it with time.Location.LoadLocation) + +Later - Option to only do this for public repos (repo vs. public_repo scopes) -- Don't use the events API, since only 300 events are supported. +