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
I'm going to attempt to write a shim for Garmin. Their Health API isn't a public facing REST api but a ping/push based where you set 3rd party callback URLs to send the data back to. It's not a public facing API. I can understand why now Garmin never made it into shimmer even though it's a big name (aside from this repo being pretty inactive these days).
Can anyone perhaps give any guidance as to how I might do this? Like shimmer is built to fetch the data for a 3rd party and then the user data is stored in a 3rd party infrastructure. I'm not understanding how the available plumbing is done for me...But it looks like I have to do a bunch of plumbing anyways...
Should I even attempt to write a shim or just integrate directly it into my own app (which is a C# app)
I know this repo is pretty dead but if anyone is listening, the advice would be much appreciated.
The text was updated successfully, but these errors were encountered:
I'm going to attempt to write a shim for Garmin. Their Health API isn't a public facing REST api but a ping/push based where you set 3rd party callback URLs to send the data back to. It's not a public facing API. I can understand why now Garmin never made it into shimmer even though it's a big name (aside from this repo being pretty inactive these days).
Can anyone perhaps give any guidance as to how I might do this? Like shimmer is built to fetch the data for a 3rd party and then the user data is stored in a 3rd party infrastructure. I'm not understanding how the available plumbing is done for me...But it looks like I have to do a bunch of plumbing anyways...
Should I even attempt to write a shim or just integrate directly it into my own app (which is a C# app)
I know this repo is pretty dead but if anyone is listening, the advice would be much appreciated.
The text was updated successfully, but these errors were encountered: