-
Notifications
You must be signed in to change notification settings - Fork 735
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
Remove getPath() #116
Remove getPath() #116
Conversation
When getting the path and providing an enterprise url for the apiUrl, the /api/v3 portion gets duplicated. Since they will be combined on line 231 of GitHub.java there is no point just grabbing the path. See janinko/ghprb#178, and https://issues.jenkins-ci.org/browse/JENKINS-24145?focusedCommentId=208270#comment-208270
Kohsuke Kawaguchi » github-api #215 SUCCESS |
@suryagaddipati I know you guys JUST did a release 1 hour before this PR came in.... but any chance this can be reviewed and merged in? |
👍 |
1 similar comment
👍 |
👍 |
1 similar comment
+1 |
I haven't tested this code and was wondering, will this work, or what is the appropriate method to call to convert the url to a string |
👍 |
😃 👍 |
When getting the path and providing an enterprise url for the apiUrl, the /api/v3 portion gets duplicated. Since they will be combined on line 231 of GitHub.java there is no point just grabbing the path. See janinko/ghprb#178, and https://issues.jenkins-ci.org/browse/JENKINS-24145?focusedCommentId=208270#comment-208270