| Copyright | (c) Owen Shepherd 2022 |
|---|---|
| License | MIT |
| Maintainer | owen@owen.cafe |
| Safe Haskell | None |
| Language | Haskell2010 |
SimFin.Util
Description
Synopsis
- createDefaultContext :: (MonadFail m, MonadIO m) => m SimFinContext
- apiKeyEnvVariable :: String
Documentation
createDefaultContext :: (MonadFail m, MonadIO m) => m SimFinContext Source #
Try to make a new http-client manager, and parse your api key from
apiKeyEnvVariable.
apiKeyEnvVariable :: String Source #
The environment variable createDefaultContext will try to get your
API key from.