Copyright | (c) Denis Shevchenko, 2016 |
---|---|
License | MIT |
Maintainer | me@dshevchenko.biz |
Stability | alpha |
Safe Haskell | None |
Language | Haskell2010 |
Top module for re-exporting everything.
- module CircleCI.User
- module CircleCI.Project
- module CircleCI.CheckoutKey
- module CircleCI.Environment
- module CircleCI.Cache
- module CircleCI.Common.Run
- apiBaseUrl :: BaseUrl
- module CircleCI.Common.Types
- httpsManager :: MonadIO m => m Manager
Work with User info
module CircleCI.User
Work with Projects info
module CircleCI.Project
Work with GitHub Checkout Keys
module CircleCI.CheckoutKey
Work with Environment Variables for project build
module CircleCI.Environment
Work with project's build cache
module CircleCI.Cache
Commonly used types and functions
module CircleCI.Common.Run
Base URL for all API calls. For API v1 it's https://circleci.com/api/v1/
.
module CircleCI.Common.Types
httpsManager :: MonadIO m => m Manager Source
Connection manager with TLS support.