octonode
octonode copied to clipboard
Org.prototype.addMember throws error when github returns response code 200
github is returning a response when adding a member to an organization:
{ url: '',
state: 'pending',
role: 'member',
organization_url: '',
organization: {},
user: {}
@pksunkara thoughts?
@arieljake I am afraid I haven't see this kind of response. Do you have a sample code with which I can reproduce?
see https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership
@arieljake I still don't have enough information about the report. What is the code you are trying?