Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
signRequest :: Credentials -> String -> IO Request Source #
boxException :: (e -> AllyInvestError) -> Either e a -> Either AllyInvestError a Source #
fetchAndDecode :: FromJSON a => Credentials -> String -> IO (Either AllyInvestError a) Source #