📄️ Overview
The status-page-api repository strives to provide a reference implementation of the concepts being outlined by status-page-openapi.
📄️ Requirements
The status page API server requires a PostgreSQL database.
📄️ Quickstart
See requirements
📄️ Configuration
Configuration can be done by environment variables or flags to the binary.
📄️ Requests
As defined by the OpenAPI spec and status page OpenAPI decision the general API objects are used as request bodies and responses to generalize data structures. Not all object fields are handled by all requests, some are read only and some are write only. GET request wrap their return in a object field called data.
📄️ Example requests
Example request for common API requests.
📄️ Contribute
Contributions are welcome at SovereignCloudStack/status-page-api.