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