Skip to main content

get_hub_project_by_source

Function get_hub_project_by_source 

Source
pub async fn get_hub_project_by_source(
    configuration: &Configuration,
    workspace: &str,
    folder: &str,
) -> Result<String, Error<GetHubProjectBySourceError>>
Expand description

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the {workspace}:{folder} source and returns the Hub’s status code and raw response body.