Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-courier/oas
OpenAPI Spec builder in go
https://github.com/go-courier/oas
go openapi openapi-specification openapi3
Last synced: 8 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T07:57:11.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:51:26.913Z (15 days ago)
- Topics: go, openapi, openapi-specification, openapi3
- Language: Go
- Size: 46.9 KB
- Stars: 17
- Watchers: 5
- 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
[![GoDoc Widget](https://godoc.org/github.com/go-courier/oas?status.svg)](https://godoc.org/github.com/go-courier/oas)
[![Build Status](https://travis-ci.org/go-courier/oas.svg?branch=master)](https://travis-ci.org/go-courier/oas)
[![codecov](https://codecov.io/gh/go-courier/oas/branch/master/graph/badge.svg)](https://codecov.io/gh/go-courier/oas)
[![Go Report Card](https://goreportcard.com/badge/github.com/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
```