gerrit: A gerrit client library

[ apache, development, library ] [ Propose Tags ]

Gerrit is a client library to interface with https://www.gerritcodereview.com/

Use this library to query and post to gerrit REST API.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.5.1, 0.1.6.0
Change log CHANGELOG.md
Dependencies aeson (>=1.0.0.0 && <1.6), aeson-casing (>=0.2.0.0 && <0.3.0.0), base (>=4.11.0.0 && <5), bytestring (<0.11), containers (>=0.5.8.0 && <0.7), http-client (>=0.5.0 && <0.8), http-client-openssl (>=0.3.0 && <0.4), text (>=0.11.1.0 && <1.3), time (>=1.9.3 && <2.0) [details]
License Apache-2.0
Copyright 2020 Red Hat
Author Tristan de Cacqueray
Maintainer tdecacqu@redhat.com
Category Development
Home page https://github.com/softwarefactory-project/gerrit-haskell#readme
Bug tracker https://github.com/softwarefactory-project/gerrit-haskell/issues
Source repo head: git clone https://github.com/softwarefactory-project/gerrit-haskell.git
Uploaded by TristanCacqueray at 2021-10-13T13:39:54Z
Distributions
Downloads 746 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-10-13 [all 1 reports]

Readme for gerrit-0.1.1.0

[back to package description]

gerrit

Hackage Apache-2.0 license

A client library for gerrit.

Features

  • JSON decoder for API endpoints and events stream.
  • HTTP client helper functions.

Contribute

Run tests:

$ cabal build
$ cabal test