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
- Host: GitHub
- URL: https://github.com/sovereigncloudstack/status-page-openapi
- Owner: SovereignCloudStack
- License: mit
- Created: 2023-01-06T12:39:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T00:00:12.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:29:05.870Z (10 months ago)
- Language: TypeScript
- Homepage: https://scs.community/
- Size: 175 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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.