aarondcoleman / Fitbit.NET

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

Support deleteUser Operation #259

Closed timfitabase closed 5 years ago

timfitabase commented 5 years ago

Fitbit notifies subscribers of deleted profiles via the deleteUser collection type as documented here.

Currently pubsub notifications of deleted users fail to be deserialized in SubscriptionManager.ProcessUpdateReponseBody(). Once the deleteUser collection type is in place (APICollectionType) then this will not fail.