Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanxi123-com/goswagger
One command to view beautiful documentation from a Swagger-compliant API.
https://github.com/yanxi123-com/goswagger
api-documentation open-api swagger swagger-ui
Last synced: 10 days ago
JSON representation
One command to view beautiful documentation from a Swagger-compliant API.
- Host: GitHub
- URL: https://github.com/yanxi123-com/goswagger
- Owner: yanxi123-com
- Created: 2019-07-09T16:44:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T05:42:38.000Z (over 5 years ago)
- Last Synced: 2024-04-15T12:30:55.758Z (10 months ago)
- Topics: api-documentation, open-api, swagger, swagger-ui
- Language: Go
- Homepage:
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## goswagger
One command to view beautiful documentation from a Swagger-compliant API.
#### Install:
```bash
go get github.com/yanxi-me/goswagger/goswagger
```Make sure that GOBIN environment variable is set, and it is included in PATH environment variable.
#### Usage:
```bash
goswagger your/swgger/json/path [port]# example
goswagger api-examples/pet-store.json
```