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
I was trying to get comments made on a commit, but the implementation of the rest api is missing. Following is the api to get comments of a commit
/projects/:id/repository/commits/:sha/comments
The text was updated successfully, but these errors were encountered:
Added Comment support to the CommitsApi (#67).
7280af7
Chaged response status to CREATED for addComment() (#67).
92afc5f
Added addComment(projectId, sha, note) (#67).
fb692b8
Added tests for getComments() and addComment() (#67).
9f480b3
Support for CommitsApi.getComments() has been added in version 4.4.7.
Sorry, something went wrong.
No branches or pull requests
I was trying to get comments made on a commit, but the implementation of the rest api is missing.
Following is the api to get comments of a commit
The text was updated successfully, but these errors were encountered: