Last updated
Last updated
Endpoints to evaluate expressions and manage active evaluations.
The term evaluation in the context of this API is rather vague as it encompasses both an expression issued for its evaluation and the actual process of such evaluation. It is likely that the target Smalltalk system implements this by means of some sort of process. In this sense, an evaluation can suspended and resumed, or even terminated, much as its corresponding process in the backend can. See and for an example on pausing, debugging and resuming an evaluation.
POST
Evaluate an expression
-
-
expression
GET
Retrieve active evaluations
-
-
-
GET
Retrieve the evaluation with a given ID
-
-
-
DELETE
Cancel the evaluation with a given ID
-
-
-
POST
Pause the evaluation with a given ID
-
-
POST
Resume the evaluation with a given ID
-
-