aarondcoleman / Fitbit.NET

Fitbit .NET API Client Library
MIT License
193 stars 138 forks source link

Ability to GET and SET Weight goals #248

Closed timfitabase closed 5 years ago

timfitabase commented 5 years ago

The ability to get and set weight goals is not currently covered.

WestDiscGolf commented 5 years ago

Looks like it would be an extension to SetGoalsAsync although the api for this method is not ideal it is what we currently have for setting goals :)

We don't have any "get" goals specifically but you do get them after the POST so I'd imagine there is a resource uri somewhere for it.