Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 428 Bytes

SCS Status Page OpenAPI Spec

See openapi.yaml file for spec.

Generated Code

See ./pkg/api for Go module containing generated code.

In order to regenerate code, oapi-codegen is used.

$ go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest

For further infos see upstream documentation.

See Makefile on how to use oapi-codegen to regenerate code.