Skip to main content

list_hub_projects

Function list_hub_projects 

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

Forwards to the configured Hub’s public project catalogue and returns its status code and raw response body. Readable by any workspace member: the listing is not workspace-scoped, and it is proxied only because the Hub’s listing endpoint sends no CORS header. Refused with 400 when the instance has the Hub disabled, in which case no outbound request is made.