See the Gist Comments API documentation for more information.
Constructors
-
Gist
Comments Instantiates a new GitHub Gist Comments API client.Client(IApi Connection)
Methods
-
Create(String,
String) Creates a comment for the gist with the specified id. -
Delete(String,
Int32) Deletes the comment with the specified gist- and comment id. -
Get(String,
Int32) Gets a single comment by gist- and comment id. -
Get
All Gets all comments for the gist with the specified id.For Gist(String) -
Get
All Gets all comments for the gist with the specified id.For Gist(String, Api Options) -
Update(String,
Int32, Updates the comment with the specified gist- and comment id.String)