Package Info

ghc-github


Access to the GitHub API, v3


Development/Libraries/Haskell

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>.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/github

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.16.0-bp150.1.3 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • x86-64
  • ghc-github
  • ghc-github-devel