dependent-repos
dependent-repos copied to clipboard
Get dependent repo list from GitHub instead of Libraries.io
We are currently using libraries.io data to produce a complete list of public GitHub repositories that depend on Electron. GitHub has this kind of data now and surfaces it on github.com, but I'm not sure that it's yet available via the GitHub API.
Its available in v4 github api, but not in v3
@vaibhavhrt Do you have an example of how? I had a look at the documentation but there is no dependencygraphdependency property for a repository object. I would be grateful if you help me in this way...