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

https://github.com/sovereigncloudstack/status-page-openapi

OpenAPI spec for the status page api
https://github.com/sovereigncloudstack/status-page-openapi

Last synced: 4 days ago
JSON representation

OpenAPI spec for the status page api

Awesome Lists containing this project

README

          

# 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](https://github.com/deepmap/oapi-codegen).

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