open-api-mocker
Advanced tools
Comparing version 1.2.1 to 1.2.3
@@ -9,2 +9,11 @@ # Changelog | ||
## [1.2.3] - 2020-02-09 | ||
### Fixed | ||
- Travis deploy config fixed | ||
## [1.2.2] - 2020-02-09 | ||
### Fixed | ||
- OpenAPI naming standarized | ||
- Usage documentation improved | ||
## [1.2.1] - 2019-12-30 | ||
@@ -11,0 +20,0 @@ ### Fixed |
{ | ||
"name": "open-api-mocker", | ||
"version": "1.2.1", | ||
"version": "1.2.3", | ||
"description": "A mock server based in Open API Specification", | ||
@@ -5,0 +5,0 @@ "main": "lib/open-api-mocker.js", |
@@ -1,2 +0,2 @@ | ||
# Open API Mocker | ||
# OpenAPI Mocker | ||
@@ -6,5 +6,5 @@ [![Build Status](https://travis-ci.org/jormaechea/open-api-mocker.svg?branch=master)](https://travis-ci.org/jormaechea/open-api-mocker) | ||
An API mocker based in the Open API 3.0 specification. | ||
An API mocker based in the OpenAPI 3.0 specification. | ||
## Installation | ||
## Installation and usage | ||
@@ -15,2 +15,6 @@ ### Using npm | ||
npm i -g open-api-mocker | ||
open-api-mocker -s my-schema.json -w | ||
open-api-mocker --help # To prompt every available setting. | ||
``` | ||
@@ -36,9 +40,5 @@ | ||
## Usage | ||
Just run `open-api-mocker --help` in your console, and every available setting will be prompted. | ||
## Capabilities | ||
- [x] Read yaml and json open api v3 schemas. | ||
- [x] Read yaml and json OpenAPI v3 schemas. | ||
- [x] Port binding selection | ||
@@ -45,0 +45,0 @@ - [x] Request parameters validation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44805