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

Link to this callback

get_activity_streams(client, integer, list, boolean)

View Source
@callback get_activity_streams(
  Tesla.Env.client(),
  integer(),
  [String.t()],
  boolean()
) :: {:ok, Strava.StreamSet.t()} | {:error, Tesla.Env.t()}