Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get user organizations #26

Open
1ambda opened this issue Dec 6, 2015 · 1 comment
Open

Get user organizations #26

1ambda opened this issue Dec 6, 2015 · 1 comment
Assignees
Milestone

Comments

@1ambda
Copy link
Contributor

1ambda commented Dec 6, 2015

using https://developer.github.com/v3/orgs/

For example,

// https://api.github.com/users/njir/orgs

[
   {
      "login":"springbreak",
      "id":7614351,
      "url":"https://api.github.com/orgs/springbreak",
      "repos_url":"https://api.github.com/orgs/springbreak/repos",
      "events_url":"https://api.github.com/orgs/springbreak/events",
      "members_url":"https://api.github.com/orgs/springbreak/members{/member}",
      "public_members_url":"https://api.github.com/orgs/springbreak/public_members{/member}",
      "avatar_url":"https://avatars.githubusercontent.com/u/7614351?v=3",
      "description":"[email protected]:springbreak"
   },
   {
      "login":"oh-my-github",
      "id":13924389,
      "url":"https://api.github.com/orgs/oh-my-github",
      "repos_url":"https://api.github.com/orgs/oh-my-github/repos",
      "events_url":"https://api.github.com/orgs/oh-my-github/events",
      "members_url":"https://api.github.com/orgs/oh-my-github/members{/member}",
      "public_members_url":"https://api.github.com/orgs/oh-my-github/public_members{/member}",
      "avatar_url":"https://avatars.githubusercontent.com/u/13924389?v=3",
      "description":""
   }
]
@1ambda 1ambda self-assigned this Dec 6, 2015
@1ambda 1ambda added this to the 0.2.0 milestone Dec 6, 2015
@1ambda
Copy link
Contributor Author

1ambda commented Dec 6, 2015

  • Orgs list
  • Orgs contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant