mondo-0.2.0.0: src/Mondo.hs
--------------------------------------------------------------------------------
-- Haskell bindings for the Mondo API --
-- Written by Michael B. Gale (michael.gale@cl.cam.ac.uk) --
--------------------------------------------------------------------------------
module Mondo (
module Mondo.Types,
module Mondo.API
) where
--------------------------------------------------------------------------------
import Web.Authenticate.OAuth
import Mondo.Types
import Mondo.API
--------------------------------------------------------------------------------
mondoAuth :: OAuth
mondoAuth = newOAuth {
oauthServerName = "https://auth.getmondo.co.uk/"
}
--------------------------------------------------------------------------------