GetByNumber returns a single discussion by its number.
(repo ghrepo.Interface, number int32)
| 29 | Search(repo ghrepo.Interface, filters SearchFilters, after string, limit int) (*DiscussionListResult, error) |
| 30 | // GetByNumber returns a single discussion by its number. |
| 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. |
no outgoing calls