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 Network.CircleCI.User
- module Network.CircleCI.Project
- module Network.CircleCI.CheckoutKey
- module Network.CircleCI.Environment
- module Network.CircleCI.Cache
- module Network.CircleCI.Common.Run
- apiBaseUrl :: BaseUrl
- module Network.CircleCI.Common.Types
- httpsManager :: MonadIO m => m Manager
Work with User info
module Network.CircleCI.User
Work with Projects info
module Network.CircleCI.Project
Work with GitHub Checkout Keys
module Network.CircleCI.CheckoutKey
Work with Environment Variables for project build
module Network.CircleCI.Environment
Work with project's build cache
module Network.CircleCI.Cache
Commonly used types and functions
module Network.CircleCI.Common.Run
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.