Interface GistComments


@Immutable public interface GistComments
Gist Comments.

Use this class to get access to all comments in a gist, for example:

 gist = // ... get it somewhere
 GistComments comments = gist.comments();
 GistComment comment = comments.post("Hi, how are you?");
Since:
0.8
See Also: