aarondcoleman / Fitbit.NET

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

add IsNullOrWhiteSpace guard for userId param of GetHeartRateTimeSeri… #235

Closed joshfitabase closed 6 years ago

joshfitabase commented 6 years ago

…es()

This prevents errors in HttpClient if the URL is malformed by omission of userId resulting in user//activities. In this case, the current version of HttpClient exhibits the behvior of switching from https to http (causing a fitbit error)

fixes #235