https://github.com/go-courier/oas
OpenAPI Spec builder in go
https://github.com/go-courier/oas
go openapi openapi-specification openapi3
Last synced: 12 months ago
JSON representation
OpenAPI Spec builder in go
- Host: GitHub
- URL: https://github.com/go-courier/oas
- Owner: go-courier
- License: mit
- Created: 2018-01-03T04:01:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T07:57:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T01:51:12.982Z (about 1 year ago)
- Topics: go, openapi, openapi-specification, openapi3
- Language: Go
- Size: 46.9 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: security_scheme.go
Awesome Lists containing this project
README
# OpenAPI Spec Builder
[](https://godoc.org/github.com/go-courier/oas)
[](https://travis-ci.org/go-courier/oas)
[](https://codecov.io/gh/go-courier/oas)
[](https://goreportcard.com/report/github.com/go-courier/oas)
[OpenAPI Spec](https://swagger.io/specification) 3.0.3 builder for Golang
## Usage
```bash
go get github.com/go-courier/oas
```