GetCommentReplies returns a comment's parent discussion along with a page of the comment's replies.
(host string, commentID string, limit int, after string, newest bool)
| 33 | GetWithComments(repo ghrepo.Interface, number int32, commentLimit int, after string, newest bool) (*Discussion, error) |
| 34 | // GetCommentReplies returns a comment's parent discussion along with a page of the comment's replies. |
| 35 | GetCommentReplies(host string, commentID string, limit int, after string, newest bool) (*Discussion, error) |
| 36 | // ListCategories returns the discussion categories available in a repository. |
| 37 | ListCategories(repo ghrepo.Interface) ([]DiscussionCategory, error) |
| 38 | // ListLabels returns the labels available in a repository. |
no outgoing calls