java-gitlab-api icon indicating copy to clipboard operation
java-gitlab-api copied to clipboard

GitlabAPI.getNotes(...) call creating non api v4 compliant URL

Open Gulliteufel opened this issue 7 years ago • 1 comments

both methods to acces Notes from a GitlabIssue are ctearing an incorrect URL string.

The issue is identified by the ID but should be accessed with IID due to API V4 changes.

https://docs.gitlab.com/ce/api/notes.html

Gulliteufel avatar Jan 16 '18 09:01 Gulliteufel

Can be closed due to pull request #284 .

PhilMFischer avatar Feb 07 '18 07:02 PhilMFischer