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
Documentation: https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository
Existing methods: https://github.com/octokit/octokit.net/blob/master/Octokit/Clients/IIssueCommentsClient.cs#L36-L66
There should be overloads for each of these methods which accept an parameter which IssueCommentRequest and has those fields from the documentation.
IssueCommentRequest
The text was updated successfully, but these errors were encountered:
Fix IssueCommentClient #1500 (#1501)
cf0eddd
* Make GetAllForRepo to accept optional args * Fix tests * add missing interfaces * fix tests * Fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * fix * fix tests * fix tests
I believe this is now closed via #1501.
Sorry, something went wrong.
No branches or pull requests
Documentation: https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository
Existing methods: https://github.com/octokit/octokit.net/blob/master/Octokit/Clients/IIssueCommentsClient.cs#L36-L66
There should be overloads for each of these methods which accept an parameter which
IssueCommentRequest
and has those fields from the documentation.The text was updated successfully, but these errors were encountered: