Skip to main content

projects

Function projects 

Source
pub async fn projects(ctx: &WorkspaceCtx) -> Result<Vec<Project>>
Expand description

Every project in the workspace the token can see.

One fetch serves both bb project list and bb repo create’s picker, so the endpoint is written and tested once.