Expand description
Load the RomM OpenAPI spec at TUI startup: prefer the live server, fall back to cache, then a bundled copy shipped in the binary. Used for save-sync compatibility and server version.
Functionsยง
- parse_
openapi_ info_ version - sync_
openapi_ registry - Resolve OpenAPI JSON: try the server first (updates disk cache when the spec changes), then
./openapi.json, then the user cache file, then the embedded bundle.