Some checks failed
Deploy Promiscuity Auth API / deploy (push) Successful in 49s
Deploy Promiscuity Character API / deploy (push) Successful in 46s
Deploy Promiscuity Crafting API / deploy (push) Successful in 47s
Deploy Promiscuity Inventory API / deploy (push) Successful in 47s
Deploy Promiscuity Locations API / deploy (push) Successful in 48s
Deploy Promiscuity Mail API / deploy (push) Successful in 46s
k8s smoke test / test (push) Has been cancelled
16 lines
327 B
Markdown
16 lines
327 B
Markdown
# WorldApi document shapes
|
|
|
|
Outbound JSON documents
|
|
- WorldCycleResponse (`GET /api/world/cycle`)
|
|
```json
|
|
{
|
|
"currentUtc": "string (ISO-8601 datetime)",
|
|
"dayLengthSeconds": 1200,
|
|
"timeOfDaySeconds": 438.2,
|
|
"timeOfDayNormalized": 0.365,
|
|
"phase": "day",
|
|
"isDay": true,
|
|
"lightLevel": 0.91
|
|
}
|
|
```
|