Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example swagger usage #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added swagger urls
  • Loading branch information
KangoV committed Jun 6, 2016
commit 318e3231bfb6572fe574e90b38616496b63d43b8
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ $ mvn install
$ java -jar target/gwizard-example-1.0-SNAPSHOT.jar test.yml
```

The most exciting endpoint is probably: http://localhost:8081/fun/headers
The most exciting endpoints are probably:

* http://localhost:8081/fun/headers
* http://localhost:8081/swagger.json
* http://localhost:8081/swagger.yaml

(Note that test.yml changes the port from the default of 8080, just to demonstrate)

Expand Down