Create docs with all known endpoints
While Garth will support some endpoints natively, it's impractical and slow to add all endpoints.
The faster method is to create a wiki with all known endpoints. The most popular can then be added directly into the library. Others can simply use garth.connectapi(path).
This would actually be better solved by creating proper documentation outside of the README. We could use readthedocs or mkdocs.
For the time being, I recommend the growing list of endpoints in cyberjunky/python-garminconnect.
Where are these endpoints coming from? Is there some documentation from Garmin?
@zimengzhou1 the easiest way imho is to use the app with Charles Proxy and monitor what endpoints the app is using
#48 outlines the Garmin Golf endpoints
garminconnect appears to be the best documentation for a list of endpoints. I'd recommend reviewing it for anyone looking for what's available in the API.