You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think of the idea of having some kind of generic API call option? This would allow me to do weigh-ins with date, for example. The call on the garmin connect website is like this:
Another idea would be to move these API definitions to an external file so that the community can react more quickly to changes. Systematic monitoring might even be conceivable.
There are some examples of its usage to POST in add_body_composition and add_weigh_in, and I think it actually serves as the requester for all the get_ endpoints. There's also a PUT for add_hydration_data
I think this should roughly allow what you want, although it's not a bad idea to add some more formal documentation. I don't necessarily think it's worth adding our own version of the method here, since then we're just duplicating work
Hi,
What do you think of the idea of having some kind of generic API call option? This would allow me to do weigh-ins with date, for example. The call on the garmin connect website is like this:
Payload:
The remote part in the POST is most likely not necessary.
The text was updated successfully, but these errors were encountered: