Gitifier icon indicating copy to clipboard operation
Gitifier copied to clipboard

Request: Use GitHub API to create list of watched repositories

Open paulyoung opened this issue 12 years ago • 1 comments

No auth required:

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

paulyoung avatar Jul 28 '11 14:07 paulyoung

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.

nschum avatar Jan 06 '15 16:01 nschum