Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

How to retrieve organisation invitations? #247

Open
billbuilder opened this issue Sep 14, 2016 · 5 comments
Open

How to retrieve organisation invitations? #247

billbuilder opened this issue Sep 14, 2016 · 5 comments

Comments

@billbuilder
Copy link

I would like to accept invitation from code as described here:

https://developer.github.com/v3/orgs/members/#input

I haven"t found any api call to retrieve organisations with 'pending' status.

Any help is much appreciated!

@billbuilder
Copy link
Author

neither of them retrieves the 'pending' membership:

    github.me().orgs(...
    github.me().teams(...
    github.me().notifications(...

@pksunkara
Copy link
Owner

@billbuilder You can add a getMemberships easily here.

updateMembership: (org, state, cb) ->

@billbuilder
Copy link
Author

It seems I have to fork it and extend it then :)

@pksunkara
Copy link
Owner

Would really appreciate it. 😄

@billbuilder
Copy link
Author

I try it, however I never used coffee script before ...

Repository owner deleted a comment from zekethefreak Feb 4, 2020
@pksunkara pksunkara removed the feature label Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants