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 Any logger should be able to be passed into the prism `createInstance` as long as it has matching log levels ## Current Behavior Our current logger implementation is...

t/enhancement
help wanted
triaged

Accept array parameters with our without `[]` in the variable name. ## Context Accept requests where the parameters in the body are defined with `[]` or without it. ## Current...

t/bug
p/medium
triaged
jira

## Context I am using prism proxy for contract testing and I have got an OpenAPI specs with following definition on security scheme(snippet). ``` openapi: 3.0.1 paths: /finance//v1/resource/{id}/name: get: security:...

t/bug
p/medium
triaged
jira
team/bad-news-bears

:robot: I have created a release *beep* *boop* --- 5.10.0 ## [5.10.0](https://github.com/stoplightio/prism/compare/v5.9.0...v5.10.0) (2024-06-21) ### Features * 1813 start using 415 code for invalid content-types instead constantly inferring it ([df475fc](https://github.com/stoplightio/prism/commit/df475fcb67608428c143b3e6a988d95a1ef1fd3e)) *...

autorelease: pending

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.34.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies

### ****Description**** Currently, Prism Proxy lacks support for enabling dynamic mode by default, which necessitates the manual addition of the "Prefer: dynamic=true" header to each request. This approach poses challenges,...

t/enhancement
help wanted
triaged
jira
team/maintenance

Mock server not working In case of circular references **Summary** Getting 500 Error or Sometimes might need to wait a long time before getting this error when spec having circular...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.34.0 to 7.14.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.14.1 7.14.1 (2024-06-24) 🚀 Features support TypeScript 5.5 (#9397) ast-spec: tighter types and documentation for declaration/* (#9211) 🩹...

dependencies

We use the prism CLI to unit test our SDKs, and over the last week, these unit tests have been failing due to response errors that seem to come from...

## Context When using the Stoplight mock server, I encountered an issue where the validation does not work as expected when an object uses `allOf` and includes constraints such as...