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

Add all parameters to the SSL module #57

Merged
merged 1 commit into from
Oct 29, 2015
Merged

Conversation

ekohl
Copy link
Contributor

@ekohl ekohl commented Oct 28, 2015

No description provided.

class SSLModule(common.Module):
"""Bindings to API methods in the SSL module."""

def search_product(self, limit=100, offset=0, **kw):
def search_product(self, limit=100, offset=0, with_price=0, with_supported_software=0,
with_description=0):
Copy link
Contributor

Choose a reason for hiding this comment

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

Geen kwargs meer nodig?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nee, als alles expliciet is lijkt me dat niet meer nodig.

Copy link
Contributor

Choose a reason for hiding this comment

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

Als je niet bekend bent met de API heb je niet echt een mentaal model van alles, dus dat is dan wat lastig te beoordelen :).

blubber added a commit that referenced this pull request Oct 29, 2015
Add all parameters to the SSL module
@blubber blubber merged commit 46a7cde into master Oct 29, 2015
@blubber blubber deleted the complete-ssl-module branch October 29, 2015 09:56
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.

None yet

2 participants