create_api_server_with_address

Function create_api_server_with_address 

Source
pub async fn create_api_server_with_address(
    auth_framework: Arc<AuthFramework>,
    host: impl Into<String>,
    port: u16,
) -> ApiServer
Expand description

Create an API server with custom host and port