You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow these steps to set up and generate the API spec:
# Install pre-commit and swag
make prepare
# Install project dependencies
make install
# Generate the Swagger file
make generate.api-spec
# View the result of the API spec
make dev.document