nschum / Gitifier

Git commit notifier for MacOSX
http://psionides.github.com/Gitifier/
Eclipse Public License 1.0
314 stars 15 forks source link

Request: Use GitHub API to create list of watched repositories #28

Open paulyoung opened 13 years ago

paulyoung commented 13 years ago

No auth required:

http://github.com/api/v2/json/repos/watched/psionides

nschum commented 9 years ago

The call has changed with the v3 API, but is still available without authorization:

https://api.github.com/users/nschum/subscriptions

https://api.github.com/users/nschum/starred might be interesting to offer, as well.