prism
prism copied to clipboard
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
It's allowed to send an array data via query name ends with [] on PHP. Ex. `http://127.0.0.1/foo.php?bar[]=1&bar[]=2` But prism proxy does not support query parameter name with "[]". ## Steps...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.2. Release notes Sourced from node-fetch's releases. v3.3.2 3.3.2 (2023-07-25) Bug Fixes Remove the default connection close header. (#1736) (8b3320d), closes #1735 #1473 v3.3.1 3.3.1...
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. Release notes Sourced from chalk's releases. v5.3.0 Add sideEffects field to package.json 5aafc0a Add support for Gitea Actions (#603) 29b8569 https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0 v5.2.0 Improve Deno...
While running prism mock server with OpenApi 3.0 specification a nullable field is returned with the value `"string"` instead of `null` in the HTTP response body. ## Context The OpenApi...
## User Story Description As a developer or tester, I want to use prism mock with an order of request with specific response to follow. so I can give a...
There have been several cases where Prism behaves differently between Windows and Linux. This spike is to investigate testing for multiple operating systems. One example of behavior that works in...
If you pass a Prefer header with an example key, and that key does not exist, then Prism returns an error Request terminated with error: https://stoplight.io/prism/errors#NOT_FOUND: The server cannot find...
If i set a property to nullable, the faker provider for dates does not work. ``` /test: get: responses: '200': content: application/json: schema: type: object additionalProperties: false properties: test: type:...
## Context I'm trying to debug query parameter tests...`prism mock -v trace` doesn't log the search part of the URL so it's harder to see what requests it's getting ##...
Inb4 thank you for great tool! Issue Description: When using the Prism proxy to proxy requests to another backend, it has been observed that the library is modifying files during...