Skip to main content

list_projects_handler

Function list_projects_handler 

Source
pub async fn list_projects_handler(
    configuration: &Configuration,
    order: OrderBy,
    offset: i32,
    limit: i32,
) -> Result<Vec<ProjectListing>, Error<ListProjectsHandlerError>>