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
- Host: GitHub
- URL: https://github.com/softwarefactory-project/gerrit-haskell
- Owner: softwarefactory-project
- License: apache-2.0
- Created: 2020-07-16T21:55:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T15:34:24.000Z (about 1 year ago)
- Last Synced: 2025-10-21T13:54:22.976Z (5 months ago)
- Language: Haskell
- Size: 176 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gerrit
[](https://hackage.haskell.org/package/gerrit)
[](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
```