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

https://github.com/alswl/go-saurfang-api


https://github.com/alswl/go-saurfang-api

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-saurfang

```
curl 'http://localhost:8080/api-docs/swagger.json' > api/openapi.yaml

rm client/zz_generated_*.go;rm client/*/zz_generated_*.go; rm models/zz_generated_*.go; swagger generate client -c client -f ./api/openapi.yaml -A saurfang --template-dir ./api/templates --allow-template-override -C ./api/config.yaml
```