Skip to main content

list_sections

Function list_sections 

Source
pub async fn list_sections(
    client: &ApiClient,
    project_gid: &str,
) -> Result<Vec<Section>, ApiError>
Expand description

Retrieve sections for a project.

ยงErrors

Returns an error if the API request fails, if deserialization fails, or if the response is invalid.