fedora-packages-0.0.1: Haskell interface to the Fedora Packages webapp API.

Stabilityexperimental
MaintainerRicky Elrod <ricky@elrod.me>
Safe HaskellNone

Fedora.Packages.Config

Description

Used for configuring how to connect to the Fedora Packages API.

Synopsis

Documentation

data PackagesConfig Source

Constructors

PackagesConfig 

Fields

_baseurl :: URL

The base URL (with protocol) of Fedora Packages.

defaultConfig :: PackagesConfigSource

The default configuration, which points to the production instance of Fedora Packages.

stagingConfig :: PackagesConfigSource

The staging configuration, which points to the staging instance of Fedora Packages.