mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-29 10:05:52 +00:00
More notes.
This commit is contained in:
parent
7e04770a2f
commit
22ef0540aa
1 changed files with 7 additions and 1 deletions
8
TODO
8
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue