def setUp(self):
     self.apiObj = chapi.ClearinghouseAPI(
         '9SETg07EtIkOJtUYC7b1xMsNQlStuf8w5fVvb5AN')
     self.apiList = [
         'content', 'states', 'federal contacts', 'convenience contacts',
         'events', 'apps and technologies', 'disability types'
     ]
Example #2
0
 def setUp(self):
     self.apiObj = chapi.ClearinghouseAPI('9SETg07EtIkOJtUYC7b1xMsNQlStuf8w5fVvb5AN')
     self.paramList = {'excel':          True,
                     'category':         'mobile',
                     'productID':        713,
                     'entityType':       'equipment manufacturer',
                     'tag':              'kid',
                     'groupByState':     True,
                     'dateFlag':         'future',
                     'stateName':        'arizona',
                     'disabilityId':     4,
                     'order':            'desc',
                     'feat':             3,
                     'responseFormat':   'json',
                     'vpdtype':          'cable',
                     'mfg':              'Nokia',
                     'region':           'Europe',
                     'rowPerPage':       20,
                     'contentType':      'UserVoice',
                     'searchString':     'sam',
                     'limit':            5,
                     'date':             '07/25/2013',
                     'page':             2,
                     'callback':         'myFunc'
                     }
 def setUp(self):
     self.apiObj = chapi.ClearinghouseAPI(
         '9SETg07EtIkOJtUYC7b1xMsNQlStuf8w5fVvb5AN')
     self.apiList = [
         'device details', 'search autocomplete', 'mobile devices',
         'content', 'states', 'search', 'federal contacts', 'manufacturers',
         'convenience contacts', 'regions', 'events', 'vpd contacts',
         'features', 'apps and technologies', 'disability types'
     ]