packages feed

ms-azure-api-0.3.0.0: src/MSAzureAPI.hs

module MSAzureAPI (
    -- ** HTTP request helpers
  tryReq
  -- ** Common types
  , Collection
  , collectionValue
  , collectionNextLink
  -- *** Location
  , Location(..)
  , showLocation
                  ) where

import MSAzureAPI.Internal.Common