We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On June 24th, GitHub made some breaking changes to the api. See https://developer.github.com/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/
I am currently using the Jenkins GitHub Oauth plugin which uses the getMyOrganizations method defined at https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L333
getMyOrganizations
Unfortunately this method relies on the API endpoint https://api.github.com/users/orgs which no longer works.
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Ah… this might explain the problems we've been having at work, which started yesterday.
According to https://developer.github.com/v3/orgs/#list-your-organizations , this API still exists. It just needs additional oauth scope.
I could be missing something, but IIUC, there's nothing this library can do, and the impact needs to be addressed by the calling app.
No branches or pull requests
On June 24th, GitHub made some breaking changes to the api. See https://developer.github.com/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/
I am currently using the Jenkins GitHub Oauth plugin which uses the
getMyOrganizations
method defined at https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L333Unfortunately this method relies on the API endpoint https://api.github.com/users/orgs which no longer works.
The text was updated successfully, but these errors were encountered: