RestClientInterpreter
Executes Tapik endpoints using a Spring RestClient while enforcing status and content-type checks.
Functions
Link copied to clipboard
Link copied to clipboard
fun statusHandler(output: Output<*, *>, method: Method, uri: URI): RestClient.ResponseSpec.ErrorHandler
Produces an error handler that verifies the response content type for output.
Link copied to clipboard
Produces a ResponseErrorHandler for statuses not matched by any declared outputs.