コード例 #1
0
 def describe(self):
     return util.get_sobject_list('InsightsExternalData/')
コード例 #2
0
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
コード例 #3
0
 def get_list(self):
     return util.get_sobject_list('Students')
コード例 #4
0
ファイル: account.py プロジェクト: snadendla96/Salesforce-API
 def get_list(self):
     return util.get_sobject_list('Account')
     
コード例 #5
0
ファイル: account.py プロジェクト: rajdeepd/force-rest-python
 def get_list(self):
     return util.get_sobject_list('Account')
コード例 #6
0
 def get_detail(self, id):
     return util.get_sobject_list('InsightsExternalData/' + id)
コード例 #7
0
 def describe(self):
     return util.get_sobject_list('InsightsExternalData/')