All Classes

Class Description
CallAnApi
A Screenplay ability that allows an actor to perform REST queries against a specified API.
Delete
Put something to a REST resource.
Ensure  
Get
Perform a GET query on a given REST resource
Head
Path something to a REST resource.
LastResponse  
Options
Path something to a REST resource.
Patch
An OPTIONS query This is a simple interaction class suitable for simple queries.
Post
Post something to a REST resource.
Put
Put something to a REST resource.
ResponseConsequence  
RestInteraction
A base class for all Screenplay REST interactions, which gives direct access to the RestAssured API.
RestQueryFunction  
RestQuestion<T>
A REST query that sends a GET request to an endpoint and returns a result of a given type.
RestQuestionBuilder<T>  
RestResponseFunction<T>  
Returning<T>  
TheResponse  
TheResponseStatusCode  
To<T>  
UnexpectedRestResponseException
Thrown when a REEST Question receives a response with a status that is not 2xx.