List all workspaces visible to the authenticated identity.
(&self)
| 278 | |
| 279 | /// List all workspaces visible to the authenticated identity. |
| 280 | pub async fn list_workspaces(&self) -> Result<Vec<WorkspaceInfo>, RemoteError> { |
| 281 | self.get("/workspaces").await |
| 282 | } |
| 283 | |
| 284 | /// Create a new workspace. |
| 285 | pub async fn create_workspace( |