Strava v0.3.3 Strava.Client

Summary

Functions

Create a client using the access token from config

Create a client using the provided access token

Types

t()
t() :: %Strava.Client{access_token: String.t}

Functions

new()
new() :: t

Create a client using the access token from config

new(access_token)
new(String.t) :: t

Create a client using the provided access token