Skip to content
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

Closed
hamazaspavetisyan opened this issue Oct 12, 2017 · 2 comments
Closed

Routes and Route streams support #30

hamazaspavetisyan opened this issue Oct 12, 2017 · 2 comments

Comments

@hamazaspavetisyan
Copy link

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

basvandorst added a commit that referenced this issue Oct 21, 2017
@basvandorst
Copy link
Owner

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.

@hamazaspavetisyan
Copy link
Author

hamazaspavetisyan commented Oct 21, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants