voiage.domain_templates.get_domain_template
get_domain_template
Section titled “get_domain_template”get_domain_template([positional or keyword] template_id: str = None, [positional or keyword] registry_path: Path | None = None) -> DomainTemplateRetrieve a specific domain template by its template_id.
Parameters
Section titled “Parameters”template_id : str Unique template ID. registry_path : Path, optional Path to registry.json file.
Returns
Section titled “Returns”DomainTemplate The requested domain template.
Raises
Section titled “Raises”ValueError If template_id is not found in the registry.
Parameters:
template_idstrregistry_pathPath | None(default:None)
Returns: DomainTemplate