View Source Strava.StreamsBehavior behaviour (OpenPace v0.0.1)
Streams behavior to allow us to use mocks for Strava.Streams
Link to this section Summary
Link to this section Callbacks
@callback get_activity_streams( Tesla.Env.client(), integer(), [String.t()], boolean() ) :: {:ok, Strava.StreamSet.t()} | {:error, Tesla.Env.t()}