diff --git a/dzclient/client.py b/dzclient/client.py index 98fe952..9f2b472 100644 --- a/dzclient/client.py +++ b/dzclient/client.py @@ -128,6 +128,13 @@ def create(cls, host, project, oauth_key, oauth_secret, collection): return instance def __init__(self, host, project, oauth_key, oauth_secret, **kw): + """ + - host : datazilla host to post to + - project : name of the project in datazilla: http://host/project + - oauth_key, oauth_secret : oauth credentials + - **kw : arguments to DatazillaResultsCollection.__init__ + """ + self.host = host self.project = project self.oauth_key = oauth_key