Definition at line 70 of file rest_client.py.
◆ __init__()
def rc_reason_clients.rest_client.RestClient.__init__ |
( |
|
self, |
|
|
|
rest_name, |
|
|
|
ignored_parameters = [] |
|
) |
| |
◆ _dyn_rec_callback()
def rc_reason_clients.rest_client.RestClient._dyn_rec_callback |
( |
|
self, |
|
|
|
config, |
|
|
|
level |
|
) |
| |
|
private |
◆ _get_rest_parameters()
def rc_reason_clients.rest_client.RestClient._get_rest_parameters |
( |
|
self | ) |
|
|
private |
◆ _set_rest_parameters()
def rc_reason_clients.rest_client.RestClient._set_rest_parameters |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
|
private |
◆ _setup_ddr()
def rc_reason_clients.rest_client.RestClient._setup_ddr |
( |
|
self | ) |
|
|
private |
◆ add_rest_service()
def rc_reason_clients.rest_client.RestClient.add_rest_service |
( |
|
self, |
|
|
|
srv_type, |
|
|
|
srv_name, |
|
|
|
callback |
|
) |
| |
create a service and inject the REST-API service name
Definition at line 193 of file rest_client.py.
◆ call_rest_service()
def rc_reason_clients.rest_client.RestClient.call_rest_service |
( |
|
self, |
|
|
|
name, |
|
|
|
srv_type = None , |
|
|
|
request = None |
|
) |
| |
◆ api_node_prefix
rc_reason_clients.rest_client.RestClient.api_node_prefix |
◆ ddr
rc_reason_clients.rest_client.RestClient.ddr |
◆ host
rc_reason_clients.rest_client.RestClient.host |
◆ ignored_parameters
rc_reason_clients.rest_client.RestClient.ignored_parameters |
◆ pipeline
rc_reason_clients.rest_client.RestClient.pipeline |
◆ rest_name
rc_reason_clients.rest_client.RestClient.rest_name |
◆ rest_services
rc_reason_clients.rest_client.RestClient.rest_services |
The documentation for this class was generated from the following file: