https://github.com/alswl/go-saurfang-api
https://github.com/alswl/go-saurfang-api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alswl/go-saurfang-api
- Owner: alswl
- Created: 2023-06-10T15:58:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T00:38:18.000Z (about 3 years ago)
- Last Synced: 2025-06-20T23:08:39.480Z (about 1 year ago)
- Language: Makefile
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```