-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routes and Route streams support #30
Comments
basvandorst
added a commit
that referenced
this issue
Oct 21, 2017
basvandorst
added a commit
that referenced
this issue
Oct 21, 2017
Introduced 3 new methods:
Currently only available in master but I will create a new tag this week. |
Thanks
…On Sat, Oct 21, 2017 at 7:41 PM, Bas ***@***.***> wrote:
Introduced 3 new methods:
$client->getAthleteRoutes($id, $type = null, $after = null, $page = null, $per_page = null);
$client->getStreamsRoute($id);
$client->getRoute($id);
Currently only available in master but I will create a new tag this week.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABfygXQeul2CP6oUFiOUHiGArbKyxn7Bks5suhC3gaJpZM4P2nA9>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add support for getting routes and route streams.
GET https://www.strava.com/api/v3/routes/:route_id
GET https://www.strava.com/api/v3/routes/:id/streams
GET https://www.strava.com/api/v3/athletes/:id/routes
The text was updated successfully, but these errors were encountered: