module MSGraphAPI (
  Collection(..), run, tryReq, withTLS
                  ) where

import MSGraphAPI.Internal.Common (Collection(..), run, tryReq, withTLS)