basvandorst / StravaPHP

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

base_uri #47

Closed BartJansseune closed 4 years ago

BartJansseune commented 6 years ago

$adapter = new \GuzzleHttp\Client(['base_uri' => 'https://www.strava.com/api/v3']); should be with trailing /: $adapter = new \GuzzleHttp\Client(['base_uri' => 'https://www.strava.com/api/v3/']);

GMX9 commented 6 years ago

Yes , this fixed an issue for me, this will always return 404 error if does not take BartJansseune fix

lasdou commented 5 years ago

Me too ! exemples must be updated or code have changed.

vredeling commented 5 years ago

see #44 and #48

vredeling commented 4 years ago

This issue has been resolved in the latest release (^1.3.1)