| Interface | Description |
|---|---|
| RestQueryFunction | |
| RestResponseFunction<T> | |
| Returning<T> | |
| To<T> |
| Class | Description |
|---|---|
| LastResponse | |
| ResponseConsequence | |
| RestQuestion<T> |
A REST query that sends a GET request to an endpoint and returns a result of a given type.
|
| RestQuestionBuilder<T> | |
| TheResponse | |
| TheResponseStatusCode |
| Exception | Description |
|---|---|
| UnexpectedRestResponseException |
Thrown when a REEST Question receives a response with a status that is not 2xx.
|