Example #1
0
 def __init__(self, api_key, api_secret, api_base='https://api.semantics3.com/v1/', timeout=120):
     Semantics3Request.__init__(self, api_key, api_secret, 'products', api_base, timeout)
 def __init__(self, api_key, api_secret, api_base='https://api.semantics3.com/v1/'):
     Semantics3Request.__init__(self, api_key, api_secret, 'categories', api_base)
 def __init__(self,
              api_key,
              api_secret,
              api_base='https://api.semantics3.com/v1/'):
     Semantics3Request.__init__(self, api_key, api_secret, 'products',
                                api_base)
Example #4
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'products')
Example #5
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'categories')
Example #6
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'offers')
Example #7
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'offers')