License | BSD-3-Clause |
---|---|
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | None |
Language | Haskell2010 |
The loving comments people have left on Gists, described on http://developer.github.com/v3/gists/comments/.
Synopsis
- commentsOnR :: Name Gist -> FetchCount -> Request k (Vector GistComment)
- gistCommentR :: Id GistComment -> Request k GistComment
- module GitHub.Data
Documentation
commentsOnR :: Name Gist -> FetchCount -> Request k (Vector GistComment) Source #
List comments on a gist. See https://developer.github.com/v3/gists/comments/#list-comments-on-a-gist
gistCommentR :: Id GistComment -> Request k GistComment Source #
Query a single comment. See https://developer.github.com/v3/gists/comments/#get-a-single-comment
module GitHub.Data