GPL-2.0-only licensed and maintained by Jens Petersen
This version can be pinned in stack with:pagure-0.1.2@sha256:6442bc4f8c0a2ede335b78c5a5b034f7146cb3790eb720609a44abc0fcc0e278,1888

Module documentation for 0.1.2

Used by 1 package in lts-22.22(full list with versions):

pagure-hs

Hackage Stackage Lts Stackage Nightly GPL-2.0-or-later license

Pagure REST client library.

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.

Changes

Changelog

pagure-hs uses PVP Versioning.

0.1.2 (2024-05-05)

  • add pagureGroupInfo for group endpoint

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