prism icon indicating copy to clipboard operation
prism copied to clipboard

Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

Results 137 prism issues
Sort by recently updated
recently updated
newest added

## User story. As someone doing integration testing, I can use a flag to run Prism in validation proxy mode _without_ 501 responses being mocked, so that Prism truly identifies...

t/enhancement
p/medium
triaged

## Describe the bug When validating request body that contains a oneOf that has a schema with a required readOnly property, prism returns a 422 response stating that the readOnly...

t/bug
triaged
p/documented

**User story.** As an Engineer, I would like to specify a global response delay, so that I can more accurately model response timings of downstream APIs. **Is your feature request...

t/enhancement
help wanted
p/longterm
team/platinum-falcons
triaged

Document the process of setting up an HTTP(S) proxy in order to introduce artificial latency, bandwidth, or other network constraints to a client's conversation with Prism. For the example, consider...

p/medium
triaged
team/tacocat

## Describe the bug Prism fails to send a response if specification's validation pattern contains non-ascii characters. Request is stuck forever. ## To Reproduce 1. Given this OpenAPI document `spec.yaml`...

t/bug
triaged
p/documented

## Describe the bug For operations not described in the OAS Prism will return a 405, but without the required Allow header value. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/405 ## To Reproduce Created a default...

t/bug
triaged
p/documented

## User story. As I user I expect prism to pick proper `contents` element based on more accurate `content-type` matching. ## Is your feature request related to a problem? Follow...

t/enhancement
p/longterm
triaged

## User story. As an API developer, I can generate coverage reports when running `prism proxy`, so that I know which routes, requests, properties, and responses have been seen by...

help wanted
t/feature
p/longterm
team/platinum-falcons
triaged

Hi! Great tool guys, thanks for your work! I have a problem with security validations in cli-client right now. I get in every response: "Your request does not fulfill the...

t/enhancement
p/longterm
team/platinum-falcons
triaged

## Describe the bug When prism finds an integer property with format int32 it reports an error. NOTE It doesn't appear to effect the use of the tool ![image](https://user-images.githubusercontent.com/25430683/116677817-8b306c00-a9a0-11eb-8e5e-a17bc4583b26.png) Checking...

t/bug
triaged
p/documented