basvandorst / StravaPHP

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

Fix getRouteAs endpoints #68

Closed djjavo closed 3 years ago

djjavo commented 3 years ago

Flakey tests appear to show the getRouteAs[...] endpoints as working, however they were not.

This bugfix corrects the tests and then the implementation for the getRouteAsGPX and getRouteAsTCX functions.

djjavo commented 3 years ago

@vredeling requesting a review please