示例#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)
示例#4
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'products')
示例#5
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'categories')
示例#6
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'offers')
示例#7
0
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'offers')