コード例 #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)
コード例 #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)
コード例 #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)
コード例 #4
0
ファイル: products.py プロジェクト: linetshell/django_store
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'products')
コード例 #5
0
ファイル: categories.py プロジェクト: linetshell/django_store
 def __init__(self, api_key, api_secret):
     Semantics3Request.__init__(self, api_key, api_secret, 'categories')
コード例 #6
0
ファイル: offers.py プロジェクト: linetshell/django_store
 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')