File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ - Add unreleased items here.
9+
10+ ## [ 1.3.0] - 2019-03-18
811- Add ` --add-server ` to add a custom server when using ` --validate-server ` .
912 This allows quickly adding a custom domain or base path that will properly
1013 validate.
Original file line number Diff line number Diff line change 11<img src =" https://user-images.githubusercontent.com/106826/43119494-78be9224-8ecb-11e8-9d1a-9fc6f3014b91.png " width =" 300 " alt =" API Sprout " />
22
3+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/danielgtaylor/apisprout )] ( https://goreportcard.com/report/github.com/danielgtaylor/apisprout ) [ ![ Build Status] ( https://travis-ci.org/danielgtaylor/apisprout.svg?branch=master )] ( https://travis-ci.org/danielgtaylor/apisprout ) [ ![ GitHub tag (latest SemVer)] ( https://img.shields.io/github/tag/danielgtaylor/apisprout.svg )] ( https://github.com/danielgtaylor/apisprout/releases ) [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/danielgtaylor/apisprout.svg )] ( https://hub.docker.com/r/danielgtaylor/apisprout/ )
4+
35A simple, quick, cross-platform API mock server that returns examples specified in an API description document. Features include:
46
57- OpenAPI 3.x support
@@ -25,6 +27,9 @@ Usage is simple:
2527# Load from a local file
2628apisprout my-api.yaml
2729
30+ # Validate server name and use base path
31+ apisprout --validate-server my-api.yaml
32+
2833# Load from a URL
2934apisprout https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/api-with-examples.yaml
3035```
@@ -74,6 +79,6 @@ The following describes the steps to make a new release of API Sprout.
7479
7580## License
7681
77- Copyright © ; 2018 Daniel G. Taylor
82+ Copyright © ; 2018-2019 Daniel G. Taylor
7883
7984http://dgt.mit-license.org/
You can’t perform that action at this time.
0 commit comments