GitHub - Show user's starred repos

github

Solution

The URL I was looking for was this format:

https://github.com/stars/<user>

Problem

I know that there is an API endpoint of repos that are starred by a particular user... Is there an app endpoint that lists all starred repos by a user? I've tried: - http://github.com/ddavison/starred - http://github.com/users/ddavison/starred to no avail.. i've run out of ideas. Is there an app endpoint that shows repos that a user has starred?

Original source