List all workspaces visible to the authenticated identity.
(&self)
| 251 | |
| 252 | /// List all workspaces visible to the authenticated identity. |
| 253 | pub async fn list_workspaces(&self) -> Result<Vec<WorkspaceInfo>, RemoteError> { |
| 254 | self.get("/workspaces").await |
| 255 | } |
| 256 | |
| 257 | /// Create a new workspace. |
| 258 | pub async fn create_workspace( |