github-0.14.0: Access to the Github API, v3.

Safe HaskellNone
LanguageHaskell2010

Github.Gists.Comments

Description

The loving comments people have left on Gists, described on http://developer.github.com/v3/gists/comments/.

Synopsis

Documentation

commentsOn :: Name Gist -> IO (Either Error (Vector GistComment)) Source

All the comments on a Gist, given the Gist ID.

commentsOn "1174060"

comment :: Id GistComment -> IO (Either Error GistComment) Source

A specific comment, by the comment ID.

comment (Id 62449)