mockserver icon indicating copy to clipboard operation
mockserver copied to clipboard

Spec and typescript missing request_response response object schema

Open simontankersley opened this issue 3 years ago • 0 comments

Hi there, firstly thank you for such a great product.

I think I've found an issue. I see the resolution of this past issue was support for a retrieve type of "request_response". I think perhaps the openapi schema update to the responses and schema sections were overlooked. I also note that the return type of MockServerClient.retrieveRecordedRequestsAndResponses in the typescript client is Promise<Expectation[]> not something like Promise<RequestResponse[]> (and this could be related to the missing open api spec changes)

simontankersley avatar Jun 16 '22 19:06 simontankersley