Expand description
Library and spec management endpoints.
Functions§
- handle_
export_ lib - POST /api/exportLib — export a library to Xeto source text.
- handle_
load_ lib - POST /api/loadLib — load a library from Xeto source text.
- handle_
spec - POST /api/spec — get a single spec by qualified name.
- handle_
specs - POST /api/specs — list specs, optionally filtered by library.
- handle_
unload_ lib - POST /api/unloadLib — unload a library by name.
- handle_
validate - POST /api/validate — validate entities against the ontology.