import_example_project

Function import_example_project 

Source
pub async fn import_example_project(
    client: &mut ChiralClient<Channel>,
    email: &str,
    token_auth: &str,
    project_name: &str,
) -> Result<Value, Box<dyn Error>>