github stoplightio/prism v2.0.0-beta.9-3

latest releases: v5.8.1, v5.8.0, v5.7.0...
6 years ago

Overview

  • add prism mock command to start a mock server

    prism mock --spec oas.json --port 4010 --debug
    
     --spec is required and is the location on disk or the internets
     --port is optional, defaults to 4010
     --debug is optional, defaults to false
    
  • add prism validate command to start a validation server

     prism validate --spec oas.json --upstream http://example.com  --port 4010 --debug
    
      --spec is required, and is the location on disk or the internets
      --upstream is optional, defaults to oas specification
      --port is optional, defaults to 4010
      --debug is optional, defaults to false
    
  • improve yaml support in for prism instances, scenarios and oas specification

  • cookie API in javascript runtime

  • scenario refs don't have to point to a collection file, can point to a scenario file.

  • look up the correct header for authentication

  • bug fixes and other usability improvements

Issues

Don't miss a new prism release

NewReleases is sending notifications on new releases.