Skip to content

Commit

Permalink
# Overview
Browse files Browse the repository at this point in the history
New:  Added `--skip-verify` option to `prism mock`, `prism serve` and `prism validate` commands to disable ssl cert verification.

Fix: Support example property when dynamically mocking a JSON Schema
Fix: Improve mock 400 response when request is invalid
Fix: Date format mocking
Fix: Mocking property pattern on JSON Schema
Fix: Time format mocking
Fix: Loading environment variables from a url
  • Loading branch information
pytlesk4 committed Apr 11, 2019
1 parent 56d54f2 commit d6ecdf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Prism API Server by [Stoplight](http://stoplight.io/?utm_source=github&utm_medium=prism)

[![Maintainability](https://api.codeclimate.com/v1/badges/64eb87e8bb92267e322e/maintainability)](https://codeclimate.com/github/stoplightio/prism/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/64eb87e8bb92267e322e/test_coverage)](https://codeclimate.com/github/stoplightio/prism/test_coverage)

### Current Prism Version: 2.0.17
### Current Prism Version: 2.0.18

The perfect OpenAPI Specification (formerly known as Swagger) companion. Turn any OpenAPI Specification document into an API server with dynamic mocking, transformations, validations, and more.

Expand Down

0 comments on commit d6ecdf8

Please sign in to comment.