Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We now adhere to new subscription url format #166

Open
wants to merge 1 commit into
base: async-portable
Choose a base branch
from

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.

2 participants