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

## Context given an object with a readOnly required field, prism does not handle it properly as soon as the object is embbed into an **array** prism mentionned that the...

t/bug
p/medium
triaged

Per the HTTP specifications, request bodies are discouraged for GET, HEAD and DELETE. Internally, Prism does not support this in proxy mode due to using the `node-fetch` package which conforms...

t/bug
help wanted
triaged
c/prism
p/documented
eng/reported

## Context Using an array in the path param results in an internal server error ## Current Behavior When using an array path param, the follow error occurs: ## Expected...

t/bug
p/medium
triaged
c/prism
eng/reported

## Context We would like to be able to mock test a customer's method that they're asking us to call with `accept: application/json` even though the method doesn't respond with...

t/bug
p/medium
triaged
c/prism

## User Story Description As a developer, I want to use prism proxy even with non valid https certificate, so I can do internal validation testing with my own certificate....

help wanted
t/feature
triaged

## User Story Description As an API Producer creating an API and using the Prism Validation Proxy to log all traffic that doesn't correspond with my Open API specification, I...

help wanted
t/feature
triaged

* @stoplightio/json-schema-ref-parser has a lot of tech debt: broken tests, no CD release, written in javascript * @P0lip says we might be able to move over there are a few...

t/enhancement
triaged

Stoplight's httpbin fork is broken with latest version of Flask Either... 1. Stop using a fork of httpbin for testing. 2. Update forked httpbin code to work with latest version...

t/chore
triaged

With issue https://github.com/stoplightio/prism/issues/773 getting fixed, we should revisit logging to ensure we are logging what is necessary for all levels. --- ### Info Level #### Currently Includes: - "Starting..." /...

t/enhancement
triaged

## User Story Description As a user, I need a way to indicate to Prism on a per-request basis that a request should not be validated because it intentionally violates...

t/feature
p/medium
triaged
s/needs-docs