I am assuming that you have an existing GitHub based organization that you want to access programmatically. GitHub provides a Rest based Api that allows a client application to read and manipulate the information about an organization. This is described in detail in https://developer.github.com/v3/orgs/. To get this going you will need to select an authentication mechanism from the methods presented in https://developer.github.com/v3/#authentication.
Jonathan Gossage On Wed, Jun 13, 2018 at 10:19 AM MAGGI Benoit <[email protected]> wrote: > Hi, > > There are some discussions in the Papyrus project around Github. > > > > Our main question is : Is it possible for a project to open a Github > Organization ? > > If so, what is the process to open one? > > > > Regards, > > Benoit > > > _______________________________________________ > incubation mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/incubation >
_______________________________________________ incubation mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/incubation
