pub async fn start( app_data: Arc<AppData>, net_ip: &str, net_port: u16, ) -> Running
Starts the API server.
Panics if the API server can’t be started.