Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Endpoints.Gists.Comments
Description
The loving comments people have left on Gists, described on http://developer.github.com/v3/gists/comments/.
Synopsis
- commentsOnR :: forall (k :: RW). Name Gist -> FetchCount -> Request k (Vector GistComment)
- gistCommentR :: forall (k :: RW). Id GistComment -> Request k GistComment
- module GitHub.Data
Documentation
commentsOnR :: forall (k :: RW). Name Gist -> FetchCount -> Request k (Vector GistComment) Source #
gistCommentR :: forall (k :: RW). Id GistComment -> Request k GistComment Source #
module GitHub.Data