On Mon, Dec 22, 2008 at 10:09 AM, AlainP <[email protected]> wrote:

> Hi all,
>
> is there a way with the Github API to get a list of all forks of a
> project?

To get all repos in a network:

http://github.com/USER/PROJECT/network/members.json

e.g. http://github.com/defunkt/textmate.el/network/members.json

To get all forks with unique commits (same data the Network Graph uses):

http://github.com/USER/PROJECT/network_meta

e.g. http://github.com/defunkt/github-gem/network_meta


- Chris
> >
>



-- 
Chris Wanstrath
http://github.com/defunkt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to