Open1

swaggerを楽に管理しつつAPIコードを自動生成

noritama73noritama73
git clone git@github.com:Redocly/openapi-starter.git
npm install
npm i -g @redocly/cli@latest
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest

プロダクトディレクトリで

redocly bundle docs/swagger/root.swagger.yml -o docs/swagger/allinone.swagger.yml
oapi-codegen --config .config.codegen.yml docs/swagger/allinone.swagger.yml