GPL-2.0-only licensed and maintained by Jens Petersen
This version can be pinned in stack with:pagure-0.1.1@sha256:8b0bb90cb20adf02f33c036233bc57f766b31d3ce18d02feb1733b4adb539dce,1746

Module documentation for 0.1.1

Used by 1 package in nightly-2023-03-24(full list with versions):

pagure-hs

Hackage Stackage Lts Stackage Nightly GPL-2.0-only license

Pagure REST client library.

Pagure is an opensource git forge (ie somewhat like gitlab).

The primary instance is https://pagure.io, but pagure is also used to host current Fedora package src.fedoraproject.org dist-git.

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

Changes

Changelog

pagure-hs uses PVP Versioning.

0.1.1 (2022-02-17)

  • add queryPagure’ which errors when JSON response has “error” field and use it for queryPagureCount and queryPagurePaged This requires http-query-0.1.2 or later to avoid early exceptions and get meanful error messages instead

0.1.0 (2021-12-27)

  • Initial Hackage release