strive-6.0.0.4: A client for the Strava V3 API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Strive.Client

Description

Types and functions for dealing with the API client itself.

Synopsis

Documentation

data Client Source #

Strava V3 API client.

Instances

Instances details
Show Client Source # 
Instance details

Defined in Strive.Client

AccessTokenLens Client String Source # 
Instance details

Defined in Strive.Internal.Lenses

RequesterLens Client (Request -> IO (Response ByteString)) Source # 
Instance details

Defined in Strive.Internal.Lenses

buildClient :: Maybe Text -> IO Client Source #

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