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.
-
servant-swagger
Generate Swagger specification for your servant API. -
servant-purescript
Generate PureScript accessor functions for you servant API -
servant-auth-cookie
Authentication via encrypted cookies -
servant-aeson-specs
generic tests for aeson serialization in servant -
servant-github-webhook
Servant combinators to facilitate writing GitHub webhooks. -
servant-matrix-param
Matrix parameter combinator for servant -
servant-pagination
Type-safe pagination for Servant APIs -
servant-auth-token-acid
Acid-state backend for servant-auth-token server -
servant-auth-token-leveldb
Leveldb backend for servant-auth-token server -
servant-exceptions
Extensible exceptions for servant APIs -
servant-flatten
Utilities for flattening servant API types -
servant-zeppelin
Types and definitions of servant-zeppelin combinators. -
servant-zeppelin-client
Client library for servant-zeppelin combinators. -
servant-http2-client
Generate HTTP2 clients from Servant API descriptions. -
servant-options
Provide responses to OPTIONS requests for Servant applications. -
servant-haxl-client
automatical derivation of querying functions for servant webservices -
servant-generate
Utilities for generating mock server implementations -
servant-proto-lens
Servant Content-Type for proto-lens protobuf modules. -
servant-multipart
multipart/form-data (e.g file upload) support for servant
Get performance insights in less than 4 minutes
Do you think we are missing an alternative of servant-github or a related project?
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.