An open API service indexing awesome lists of open source software.

https://github.com/gregoryv/another

Example handler used to test out combining apis in swagger
https://github.com/gregoryv/another

Last synced: about 1 year ago
JSON representation

Example handler used to test out combining apis in swagger

Awesome Lists containing this project

README

          

## Quick start

In your code

import _ "github.com/gregoryv/another"

in another project, vendor dependencies

$ go mod vendor

then generate swagger from the dependencies

$ swag init --parseVendor