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

Safe HaskellNone

Github.Gists.Comments

Description

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

Synopsis

Documentation

commentsOn :: String -> IO (Either Error [GistComment])Source

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

 commentsOn "1174060"

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

A specific comment, by the comment ID.

 comment "62449"