circlehs-0.0.3: The CircleCI REST API for Haskell

Copyright(c) Denis Shevchenko, 2016
LicenseMIT
Maintainerme@dshevchenko.biz
Stabilityalpha
Safe HaskellNone
LanguageHaskell2010

Network.CircleCI

Contents

Description

Top module for re-exporting everything.

Synopsis

Work with User info

Work with Projects info

Work with GitHub Checkout Keys

Work with Environment Variables for project build

Work with project's build cache

Commonly used types and functions

apiBaseUrl :: BaseUrl Source

Base URL for all API calls. For API v1 it's https://circleci.com/api/v1/.

httpsManager :: MonadIO m => m Manager Source

Connection manager with TLS support.