connect-prism icon indicating copy to clipboard operation
connect-prism copied to clipboard

Record, mock, and proxy HTTP traffic as middleware for the connect middleware framework.

Results 4 connect-prism issues
Sort by recently updated
recently updated
newest added

**Issue** When I call the api with part of url starting with digits, sometimes I have no mock recorded - "/v1/business-rules/?client_id=2" => create a mock file - "/v1/business-rules/6/" => **no...

Is it possible to override/add some data like data/time info to static mock data? Or to use placeholders in JSON data?

If I want to prevent recording of server response based on body. e.g. `statusCode: 200, body: { error: "No server" errorDescription: "Server is not serving" }` Since response body can...

It would be nice to have the option to not save mocks on error. A typical scenario is if you've set to mockrecord (in case you hit the API), then...

enhancement