An open API service indexing awesome lists of open source software.

https://github.com/softwarefactory-project/gerrit-haskell

Gerrit REST client
https://github.com/softwarefactory-project/gerrit-haskell

Last synced: 5 months ago
JSON representation

Gerrit REST client

Awesome Lists containing this project

README

          

# gerrit

[![Hackage](https://img.shields.io/hackage/v/gerrit.svg?logo=haskell)](https://hackage.haskell.org/package/gerrit)
[![Apache-2.0 license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)

A client library for [gerrit](https://www.gerritcodereview.com/).

## Features

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

## Contribute

Run tests:

```
$ cabal build
$ cabal test
```