speasy.core.impex.client module
- class speasy.core.impex.client.ImpexClient(server_url='', capabilities=None, username='', password='', output_format='CDF_ISTP', time_format='UNIXTIME')[source]
Bases:
object
- get_parameter(start_time, stop_time, parameter_id, extra_http_headers=None, use_credentials=False, **kwargs)[source]
- is_capable(api: ImpexEndpoint)[source]
- class speasy.core.impex.client.ImpexEndpoint(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
Enum
Impex API endpoints.
- AUTH = 'auth.php'
- GETCAT = 'getCatalog.php'
- GETPARAM = 'getParameter.php'
- GETSTATUS = 'getStatus.php'
- GETTT = 'getTimeTable.php'
- ISALIVE = 'isAlive.php'
- LISTCAT = 'getCatalogsList.php'
- LISTPARAM = 'getParameterList.php'
- LISTTT = 'getTimeTablesList.php'
- OBSTREE = 'getObsDataTree.php'