Safe Haskell | None |
---|---|
Language | Haskell98 |
The loving comments people have left on Gists, described on http://developer.github.com/v3/gists/comments/.
- commentsOn :: String -> IO (Either Error [GistComment])
- comment :: String -> IO (Either Error GistComment)
- module Github.Data
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"
module Github.Data