File tree 2 files changed +9
-1
lines changed 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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+ - Add unreleased items here.
9
+
10
+ ## [ 1.3.0] - 2019-03-18
8
11
- Add ` --add-server ` to add a custom server when using ` --validate-server ` .
9
12
This allows quickly adding a custom domain or base path that will properly
10
13
validate.
Original file line number Diff line number Diff line change 1
1
<img src =" https://user-images.githubusercontent.com/106826/43119494-78be9224-8ecb-11e8-9d1a-9fc6f3014b91.png " width =" 300 " alt =" API Sprout " />
2
2
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
+
3
5
A simple, quick, cross-platform API mock server that returns examples specified in an API description document. Features include:
4
6
5
7
- OpenAPI 3.x support
@@ -25,6 +27,9 @@ Usage is simple:
25
27
# Load from a local file
26
28
apisprout my-api.yaml
27
29
30
+ # Validate server name and use base path
31
+ apisprout --validate-server my-api.yaml
32
+
28
33
# Load from a URL
29
34
apisprout https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/api-with-examples.yaml
30
35
```
@@ -74,6 +79,6 @@ The following describes the steps to make a new release of API Sprout.
74
79
75
80
## License
76
81
77
- Copyright © ; 2018 Daniel G. Taylor
82
+ Copyright © ; 2018-2019 Daniel G. Taylor
78
83
79
84
http://dgt.mit-license.org/
You can’t perform that action at this time.
0 commit comments