github-data
Version 0.18 revision 1 uploaded by MatthewFarkasDyck.
Package meta
- Synopsis
- Access to the GitHub API, v3.
- Description
Fork of github, with data types only
The GitHub API provides programmatic access to the full GitHub Web site, from Issues to Gists to repos down to the underlying git data like references and trees. This library wraps all of that, exposing a basic but Haskell-friendly set of functions and data structures.
For supported endpoints see GitHub module.
import qualified GitHub as GH main :: IO () main = do possibleUser <- GH.executeRequest' $ GH.userInfoR "phadej" print possibleUser
For more of an overview please see the README: https://github.com/phadej/github/blob/master/README.md
- Author
- Mike Burns, John Wiegley, Oleg Grenrus
- Bug reports
- n/a
- Category
- Network
- Copyright
- Copyright 2012-2013 Mike Burns, Copyright 2013-2015 John Wiegley, Copyright 2016 Oleg Grenrus
- Homepage
- https://github.com/strake/github.hs
- Maintainer
- M Farkas-Dyck <strake888@gmail.com>
- Package URL
- n/a
- Stability
- n/a