strive-5.0.7: A client for the Strava V3 API.

Safe HaskellNone
LanguageHaskell2010

Strive.Client

Description

Types and functions for dealing with the API client itself.

Synopsis

Documentation

data Client Source #

Strava V3 API client.

buildClient :: Maybe Text -> IO Client Source #

Build a new client using the default HTTP manager to make requests.