See the Repository Comments API documentation for more information.
Constructors
-
Repository
Comments Instantiates a new GitHub Repository Comments API client.Client(IApi Connection)
Methods
-
Create(Int64,
String, Creates a new Commit Comment for a specified Commit.New Commit Comment) -
Create(String,
String, Creates a new Commit Comment for a specified Commit.String, New Commit Comment) -
Delete(Int64,
Int32) Deletes the specified Commit Comment -
Delete(String,
String, Deletes the specified Commit CommentInt32) -
Get(Int64,
Int32) Gets a single Repository Comment by number. -
Get(String,
String, Gets a single Repository Comment by number.Int32) -
Get
All Gets Commit Comments for a specified Commit.For Commit(Int64, String) -
Get
All Gets Commit Comments for a specified Commit.For Commit(Int64, String, Api Options) -
Get
All Gets Commit Comments for a specified Commit.For Commit(String, String, String) -
Get
All Gets Commit Comments for a specified Commit.For Commit(String, String, String, Api Options) -
Get
All Gets Commit Comments for a repository.For Repository(Int64) -
Get
All Gets Commit Comments for a repository.For Repository(Int64, Api Options) -
Get
All Gets Commit Comments for a repository.For Repository(String, String) -
Get
All Gets Commit Comments for a repository.For Repository(String, String, Api Options) -
Update(Int64,
Int32, Updates a specified Commit Comment.String) -
Update(String,
String, Updates a specified Commit Comment.Int32, String)