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

added related products api #3

Merged
merged 2 commits into from May 6, 2016
Merged

added related products api #3

merged 2 commits into from May 6, 2016

Conversation

tsilva
Copy link
Contributor

@tsilva tsilva commented May 5, 2016

No description provided.

@tsilva tsilva added the enhancement New feature or request label May 5, 2016
@coveralls
Copy link

coveralls commented May 5, 2016

Coverage Status

Coverage decreased (-0.3%) to 52.959% when pulling 92de2cc on dev_tsilva_product_related into 5384ced on master.

@@ -52,3 +52,12 @@ def get_product(self, id):
url = self.base_url + "products/%d" % id
contents = self.get(url, auth = False)
return contents

def get_product_related(self, id, *args, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

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

should be related_product

@joamag joamag merged commit 4e23992 into master May 6, 2016
@tsilva tsilva deleted the dev_tsilva_product_related branch May 6, 2016 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants