Added one endpoint and renamed another. Also updated .gitignore
Renamed get_activity_evaluation to get_activity and updated docstring/logger, because this returns all activity summary, not just the evaluation. Also updated example.py
Added delete_activity, which accepts an activity id, and deletes that activity from Garmin Connect
Updated the .gitignore file to add ignore/ and .idea/. Adding ignore/ allows for easy local testing in a confined folder without having to worry about accidentally committing extra files. .idea/ is an automatically generated PyCharm folder, if you use PyCharm
Added one endpoint and renamed another. Also updated .gitignore
get_activity_evaluation
toget_activity
and updated docstring/logger, because this returns all activity summary, not just the evaluation. Also updated example.pydelete_activity
, which accepts an activity id, and deletes that activity from Garmin Connectignore/
and.idea/
. Addingignore/
allows for easy local testing in a confined folder without having to worry about accidentally committing extra files..idea/
is an automatically generated PyCharm folder, if you use PyCharm