コード例 #1
0
 def __init__(self, host, root_path='', secure=False, api_key=None):
     RequestBase.__init__(self, host, '{0}/api/group/'.format(root_path), secure, api_key)
コード例 #2
0
 def __init__(self, host, root_path='', secure=False, api_key=None):
     RequestBase.__init__(self, host, '{0}/api/externalrecord/'.format(root_path), secure, api_key)
     self.root_path = root_path