strive-0.1.0: A Haskell 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.

Constructors

Client 

newClient :: String -> IO Client Source

Create a new client using the default HTTP manager.