RESTService.__init__#

RESTService.__init__(service_id, store_step=False)[source]

Initializes a Service object.

Parameters:
  • service_id (str) – The name of the service.

  • store_step (bool, optional) – Whether to store the results of each step. Defaults to False.