google-cloud-0.0.3: Client for the Google Cloud APIs

Safe HaskellNone
LanguageHaskell2010

Google.Cloud

Synopsis

Documentation

createHandle :: IO Handle Source

Create a new Handle with sensible defaults. The defaults are such that the Handle works out of the box when the application is running on an instance in the Google cloud.

mkHandle :: Manager -> Cloud Token -> IO Handle Source

Create a new Handle with your own configuration options.

evalCloud :: Handle -> Cloud a -> IO (Either Error a) Source

Evaluate a Cloud action and return either the Error or the result.