basvandorst / StravaPHP

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

remove tailing slash from streams url #41

Closed paullb514 closed 6 years ago

paullb514 commented 6 years ago

Strava doesn't want the tailing slash. When the slash is there StravaAPI returns a 301 and the library breaks. Without the slash it works properly

fbonzon commented 6 years ago

LGTM