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
    Version:
    $Id: 4b33742b10bff3d764485b3797b2607eec9f8617 $
    Author:
    Giang Le ([email protected])
    See Also:
    Gist Comments API