Popularity
6.7
Stable
Activity
0.0
Stable
10
3
9

Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Servant    

servant-github alternatives and similar packages

Based on the "servant" category.
Alternatively, view servant-github alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of servant-github or a related project?

Add another 'servant' Package

README

GitHub bindings with servant

This library defines servant types that map to (parts of) the GitHub API v3 (GH-API). It should be useful for anyone wanting to use the GH-API in their application. It does not aim to be complete, but should be easily extendible.

There are two purposes for writing this package: firstly, to get some experience with writing servant-client code, and secondly, to create a more extensible github client library.

Related projects

There are existing projects that provide a haskell client to the GH-API:

  • github is complete and based on http-client,
  • octohat only implements parts of the API, and is based on wreq,
  • hgithub is very simple, providing access only to the repository endponts.

Please review these other projects before using servant-github, at least for now.