GitHubRepository class

Constructors

GitHubRepository({required GitHubClient client})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createReview({required String repo, required int num, required List<Comment> comments}) Future<String>
Create a review for a pull request https://docs.github.com/en/rest/pulls/reviews#create-a-review-for-a-pull-request
deleteReviewComment({required String repo, required int commentId}) Future<void>
Delete a review comment for a pull request https://docs.github.com/en/rest/pulls/comments#delete-a-review-comment-for-a-pull-request
listReviewComments({required String repo, required int num}) Future<List<ReviewComment>>
List review comments on a pull request https://docs.github.com/en/rest/pulls/comments#list-review-comments-on-a-pull-request
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited