linchemin.interfaces.facade.facade¶
- linchemin.interfaces.facade.facade(functionality: str, routes: List, **kwargs) Tuple[Any, Dict][source]¶
To perform one of the main functionality of the package.
Parameters:¶
- functionality: str
The name of the functionality to be performed
- routes:
The list of routes on which the functionality should be performed
- **kwargs:
the arguments of the selected functionality
Returns:¶
the output of the selected functionality