prism
prism copied to clipboard
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
## 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...
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...
## 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...
## 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...
## 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....
## 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...
* @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...
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...
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..." /...
## 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...