Skip to main content

Module libs

Module libs 

Source
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 an entity against the ontology.