billbuilder
billbuilder
neither of them retrieves the 'pending' membership: ``` github.me().orgs(... github.me().teams(... github.me().notifications(... ```
It seems I have to fork it and extend it then :)
I try it, however I never used coffee script before ...
``` github.client( token ).org( orgName ).repo() ``` does not work. It gives back ``` { [Error: Not Found] message: 'Not Found', statusCode: 404, headers: { server: 'GitHub .... ```