GetWithComments returns a discussion along with a page of its comments.
(repo ghrepo.Interface, number int32, commentLimit int, after string, newest bool)
| 31 | GetByNumber(repo ghrepo.Interface, number int32) (*Discussion, error) |
| 32 | // GetWithComments returns a discussion along with a page of its comments. |
| 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. |
no outgoing calls