-
Notifications
You must be signed in to change notification settings - Fork 731
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
#215 fix read() failure with private repos #216
Conversation
Kohsuke Kawaguchi » github-api #389 SUCCESS |
Should the PR also modify |
There are many such request patterns in the class... |
Possibly. read() is 100% broken on private repos, though. getContent() works but it is deprecated. This does fix the issue and it seems unlikely to cause regression. I'll add a MockWebServer test if you support it. OkHttp is used so I suspect it is ok? |
@if6was9 |
reorder buildRequest()
Kohsuke Kawaguchi » github-api #390 SUCCESS |
…e#1-of ? extends GHHook[]>) is undefined
Kohsuke Kawaguchi » github-api #391 SUCCESS |
@if6was9 |
#215 fix read() failure with private repos
This fixes #215