• Stars
    star
    4,298
  • Rank 10,026 (Top 0.2 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

Prism - API Mock Servers and Contract Testing

CircleCI NPM Downloads Stoplight Forest

Prism Overview

Prism is a set of packages for API mocking and contract testing with OpenAPI v2 (formerly known as Swagger) and OpenAPI v3.x.

Prism provides:

  • Mock Servers: Life-like mock servers from any API specification document.
  • Validation Proxy: Contract Testing for API consumers and developers.
  • Comprehensive API Specification Support: OpenAPI v3.1, OpenAPI v3.0, OpenAPI v2.0 (formerly Swagger) and Postman Collections.

Ways to Use Prism

Hosted Prism

Stoplight provides hosted mock servers for convenience so that API consumers can experiment with an API without the need for backend code.

Use one of these options for instant, hosted mock servers:

  • Stoplight Platform: Collaborative API Design Platform for designing, developing and documenting APIs with hosted mocking powered by Prism.
  • Stoplight Studio: Free visual OpenAPI designer that comes integrated with mocking powered by Prism.

Learn more in the hosted Prism documentation.

Self-hosted Prism

Prism is an open-source HTTP server run from the command-line. It provides mocking, request validation, and content negotiation. Use it standalone tool or in continuous integration.

Demo of Prism Mock Server being called with curl from the CLI

Installation and Usage

This information refers to Open Source Prism 3.x, which is the current version most likely you will use. If you're looking for the 2.x version, look at the 2.x branch

Install Self-hosted Prism

Prism requires

npm install -g @stoplight/prism-cli

# OR

yarn global add @stoplight/prism-cli

For more installation options, see our installation documentation.

Mocking

Prism can help you create a fake "mock" based off an OpenAPI document, which helps people see how your API will work before you even have it built. Run it locally with the prism mock command to run your API on a HTTP server you can interact with.

prism mock https://raw.githack.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore-expanded.yaml

Learn more about how the mock server works.

Validation Proxy

Prism can help you check for discrepencies between your API implementation and the OpenAPI document that describes, letting you funnel HTTP traffic through it with the prism proxy command.

prism proxy examples/petstore.oas2.yaml https://petstore.swagger.io/v2

Learn more about how the validation proxy works.

📖 Documentation and Community

❓ FAQs

Cannot access mock server when using Docker?

Prism uses localhost by default, which usually means 127.0.0.1. When using docker the mock server will be unreachable outside of the container unless you run the mock command with -h 0.0.0.0.

Why am I getting 404 errors when I include my basePath?

OpenAPI v2.0 had a concept called "basePath", which was essentially part of the HTTP path the stuff after host name and protocol, and before query string. Unlike the paths in your paths object, this basePath was applied to every single URL, so Prism v2.x used to do the same. In OpenAPI v3.0 they merged the basePath concept in with the server.url, and Prism v3 has done the same.

We treat OAS2 host + basePath the same as OAS3 server.url, so we do not require them to go in the URL. If you have a base path of api/v1 and your path is defined as hello, then a request to http://localhost:4010/hello would work, but http://localhost:4010/api/v1/hello will fail. This confuses some, but the other way was confusing to others. Check the default output of Prism CLI to see what URLs you have available.

🚧 Roadmap

Submit your ideas for new functionality on the Stoplight Roadmap.

🏁 Help Others Utilize Prism

If you're using Prism for an interesting use case, contact us for a case study. We'll add it to a list here. Spread the goodness 🎉

👏 Contributing

If you are interested in contributing to Prism itself, check out our contributing docs ⇗ and code of conduct ⇗ to get started.

🎉 Thanks

Prism is built on top of lots of excellent packages, and here are a few we'd like to say a special thanks to.

Check these projects out!

🌲 Sponsor Prism by Planting a Tree

If you would like to thank us for creating Prism, we ask that you buy the world a tree.

More Repositories

1

spectral

A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI (v3.1, v3.0, and v2.0), Arazzo v1.0, as well as AsyncAPI v2.x.
TypeScript
2,503
star
2

elements

Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
TypeScript
1,789
star
3

studio

The modern editor for API Design and Technical Writing.
814
star
4

json-schema-viewer

A JSON Schema viewer React component
TypeScript
172
star
5

api-spec-converter

This package helps to convert between different API specifications (Postman, Swagger, RAML, StopLight).
JavaScript
137
star
6

spectral-action

GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
JavaScript
89
star
7

desktop

The Stoplight desktop app + issues repository.
JavaScript
79
star
8

vscode-spectral

VS Code extension bringing the awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support
TypeScript
70
star
9

spectral-owasp-ruleset

Improve the security of your API by detecting common vulnerabilities as defined by OWASP and enforced with Spectral.
TypeScript
68
star
10

spectral-rulesets

Keeping track of Spectral Rulesets in the wild, helping you build better, more consistent APIs, via OpenAPI, AsyncAPI, JSON Schema, etc.
53
star
11

json-ref-resolver

[Deprecated] Recursively resolve JSON pointers and remote authorities.
TypeScript
38
star
12

json

Useful functions when working with JSON.
TypeScript
21
star
13

http-spec

Utilities to normalize OpenAPI v2 and v3 objects for the Stoplight ecosystem.
TypeScript
19
star
14

ui-kit

Foundational React components for the Stoplight ecosystem.
CSS
13
star
15

formtron

JSON form builder for React.
TypeScript
13
star
16

jsonpath

JavaScript
12
star
17

yaml

Useful functions when working with YAML.
TypeScript
12
star
18

json-schema-tree

TypeScript
11
star
19

Public-APIs

A collection of public API descriptions.
10
star
20

scripts

Scripts to aid in testing, releasing, and linting.
TypeScript
8
star
21

json-schema-sampler

JavaScript
8
star
22

spectral-url-versioning

TypeScript
7
star
23

spectral-documentation

Teach Spectral how to help improve the quality of your OpenAPI-based documentation.
TypeScript
7
star
24

platform-docs

Documentation for the Stoplight Platform
7
star
25

studio-nightly

Nightly pre-releases of Studio Desktop https://github.com/stoplightio/studio
7
star
26

dev-portal

JavaScript
6
star
27

types

Common typings for the Stoplight ecosystem.
TypeScript
6
star
28

markdown

Useful functions when working with Markdown.
TypeScript
5
star
29

ExampleChooserPrismProxy

proxy server that adds example-selection logic to an upstream Stoplight Prism mock server
Python
5
star
30

elements-starter-angular

Angular starter for stoplight elements components
HTML
5
star
31

sample-specs

4
star
32

storybook-config

Shared storybook config for UI-Kit based project.
TypeScript
4
star
33

style-guides-rulebook-series

4
star
34

stoplight-app

4
star
35

studio-templates

Project templates for Stoplight Studio.
4
star
36

stoplight-cli-workflow

Stoplight CLI action
3
star
37

elements-starter-gatsby

Gatsby starter for Stoplight Elements components
JavaScript
3
star
38

js-coding-challenge

Stoplight Coding Challenge - HTTP request maker for OAS 2.0 specs
TypeScript
3
star
39

lifecycle

Event and disposable helpers.
TypeScript
3
star
40

elements-starter-react

[deprecated] Create React App example for older versions of Stoplight Elements. Use the new https://github.com/stoplightio/cra-template-elements
TypeScript
3
star
41

circleci-orbs

Stoplight's CircleCI Orbs
Shell
2
star
42

platform-v2-quickstart

2
star
43

gatsby-starter-elements

Gatsby Starter for Stoplight Elements
JavaScript
2
star
44

path

TypeScript
2
star
45

json-ref-readers

Paired with a resolver package, readers handle the loading of $ref content. This repo contains some common readers for files, URLs, etc.
TypeScript
2
star
46

deference-openapi

1
star
47

webpack

Webpack helpers, built on top of webpack-chain.
TypeScript
1
star
48

docs-gen3

1
star
49

code-of-conduct

Stoplight Community Code of Conduct
1
star
50

eslint-config

Shared Stoplight linting rules.
JavaScript
1
star
51

documentation

The markdown that powers the StopLight API Designer and Prism documentation.
1
star
52

cra-template-elements

Elements Create React App Template
HTML
1
star
53

react-error-boundary

TypeScript
1
star
54

docker-gitlab

From-source Docker image for Stoplight's fork of Gitlab on CentOS
Shell
1
star
55

gatsby-starter-elements-dev-portal

Gatsby Starter for Stoplight Elements Dev Portal
JavaScript
1
star
56

.github

Template files for all repos
1
star