basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

update v3 Api client URI documentation #61

Closed jmwill86 closed 4 years ago

jmwill86 commented 4 years ago

Without the trailing slash the API will request https://www.strava.com/api/athlete instead of https://www.strava.com/api/v3/athlete causing the call to fail with a 404.

vredeling commented 4 years ago

This is fixed on my fork in: https://github.com/vredeling/StravaPHP/commit/75309b6f65c4779b0cf44dc4bac71d3e9512cae5#diff-04c6e90faac2675aa89e2176d2eec7d8

This is a duplicate of #48

vredeling commented 4 years ago

This has been fixed in the latest release 1.3.1, thanks for your PR.