Skip to content

Conversation

@mxa0079
Copy link
Contributor

@mxa0079 mxa0079 commented Mar 14, 2016

Fix #165

@WestDiscGolf
Copy link
Contributor

Looks good!

string url = $"/1/user/-/{path}apiSubscriptions/{uniqueSubscriptionId}.json";

//TODO:
string apiCall = FitbitClientHelperExtensions.ToFullUrl(url, args: new object[] {path});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The construction of the url and then passing it through to the FitbitClientHelperExtensions doesn't look right passing in "path" again as there is no string formatting to use it.

@WestDiscGolf
Copy link
Contributor

Need to replicate this url update in the delete as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants