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.
pub async fn projects(ctx: &WorkspaceCtx) -> Result<Vec<Project>>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.