Exemplo n.º 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)
Exemplo n.º 2
0
 def __init__(self, api_key, api_secret, api_base='https://api.semantics3.com/v1/'):
     Semantics3Request.__init__(self, api_key, api_secret, 'categories', api_base)
Exemplo n.º 3
0
 def __init__(self,
              api_key,
              api_secret,
              api_base='https://api.semantics3.com/v1/'):
     Semantics3Request.__init__(self, api_key, api_secret, 'products',
                                api_base)
Exemplo n.º 4
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'products')
Exemplo n.º 5
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'categories')
Exemplo n.º 6
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'offers')
Exemplo n.º 7
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'offers')