# pagure-hs

[![Hackage](https://img.shields.io/hackage/v/pagure.svg?logo=haskell)](https://hackage.haskell.org/package/pagure)
[![Stackage Lts](http://stackage.org/package/pagure/badge/lts)](http://stackage.org/lts/package/pagure)
[![Stackage Nightly](http://stackage.org/package/pagure/badge/nightly)](http://stackage.org/nightly/package/pagure)
[![GPL-2.0-or-later license](https://img.shields.io/badge/license-GPL--2.0--or--later-blue.svg)](LICENSE)

Pagure REST client library.

[Pagure](https://pagure.io/pagure) is an opensource git forge
(ie somewhat like gitlab).

A primary instance is https://pagure.io,
but pagure is also used to host all current Fedora packages
https://src.fedoraproject.org (aka dist-git).

The API is at <https://pagure.io/api/0>.