All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 55s
- chore: ingest source code 58 files from https://github.com/gothinkster/node-express-realworld-example-app - feat: add platform deployment artifacts - feat: add CI/CD workflow automation
26 lines
302 B
Markdown
26 lines
302 B
Markdown
# API Reference
|
|
|
|
## Endpoints
|
|
|
|
### Health Check
|
|
|
|
```
|
|
GET /health
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"status": "UP", "service": "reno-realworld-5"}
|
|
```
|
|
|
|
### Root
|
|
|
|
```
|
|
GET /
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"service": "reno-realworld-5", "description": "Modernized reno-realworld-5 service", "version": "1.0.0"}
|
|
```
|