Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function getActivityDetails - correction #60

Open
anniew86 opened this issue Feb 23, 2023 · 0 comments
Open

function getActivityDetails - correction #60

anniew86 opened this issue Feb 23, 2023 · 0 comments

Comments

@anniew86
Copy link

the URL used in function getActivityDetails is invalid and results with HTTP error 404, please correct it
from:
$strResponse = $this->objConnector->get("https://connect.garmin.com/proxy/activity-service/details/" . $intActivityID);
to:
$strResponse = $this->objConnector->get("https://connect.garmin.com/proxy/activity-service/activity/" . $intActivityID . "/details");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant