pip_services3_facade.services.IFacadeService module

class pip_services3_facade.services.IFacadeService.IFacadeService[source]

Bases: abc.ABC

get_root_path() → str[source]
register_middleware(action)[source]
register_middleware_for_path(path: str, action)[source]
register_route(method: str, route: str, action)[source]
register_route_with_auth(method: str, route: str, action, authorize)[source]