-
Notifications
You must be signed in to change notification settings - Fork 32
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
Create docs with all known endpoints #12
Comments
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 |
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)
.The text was updated successfully, but these errors were encountered: