github-0.22: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Endpoints.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)