Closed DaveWilcock closed 3 years ago
Look at the Fork of klorie
My fork was also a work in progress, it's already obsolete...
Hello, have you seen my post here : https://github.com/AByGCreation/php-garmin-connect/tree/patch-2, is this will help you ?
Hi,
Can you submit a pull request for this work and I'll take a look!
Cheers, Dave
On Thu, 17 May 2018, 9:04 pm A ByG Creation, notifications@github.com wrote:
Hello, have you seen my post here : https://github.com/AByGCreation/php-garmin-connect/tree/patch-2, is this will help you ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dawguk/php-garmin-connect/issues/28#issuecomment-389992201, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZ4nvH2GDW5R2Xpy1SQ4Nm6VmuOemEEks5tzdfSgaJpZM4TMRxc .
Hi,
I'm interested in all pull requests, if they make the software better!
Many thanks, Dave
Most endpoints are now working, apart from the endpoint URL used in getActivityDetails()
method - I'm still unable to get to the bottom of this one.
I have recently found that Garmin have deprecated a lot of the API endpoints that were being used in this library. I have snooped enough to fix the authentication mechanism, and the ability to get activities, but that's about it at the minute. I would appreciate help from anyone in identifying the other URLs that need to be updated. The are currently for the following methods:
The way that I captured authentication and getActivityList(), was to login to Garmin Connect in Google Chrome with Developer Tools open, hit the Record button in the Network tab, and filter all XHR requests - these are invariable the API calls being made at various points.