Creating an OpenAPI Mock Server with Prism
Prism is a free, open source tool created by Stoplight that enables developers to quickly create mock API servers using only an OpenAPI document. Prism parses your OpenAPI spec to understand your endpoints, schemas, and examples to spin up a local server you can make API calls to using whatever