Created
August 9, 2016 15:56
-
-
Save xbklairith/acf498a4d17d478669eb8a70e68a5634 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: Swager api sample | |
description: | | |
#### Swagger API description example | |
schemes: | |
- https | |
host: swagger-api-sample.herokuapp.com | |
paths: | |
/: | |
get: | |
responses: | |
200: | |
description: Echo OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment