server.web.api ============== .. py:module:: server.web.api Functions --------- .. autoapisummary:: server.web.api.get_app Module Contents --------------- .. py:function:: get_app(versions: Optional[List[str]] = None) -> fastapi.FastAPI Get a FastAPI app based on the config. If no config is provided, defaults are used. :param versions: The versions of the API to include. :param log_config_file: Path to the logging configuration file.