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: cde418830e0581fe8a18b886db1c0ad5bdebeeca $
    Author:
    Giang Le (giang@vn-smartsolutions.com)
    See Also:
    Gist Comments API