MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / projects_get

Route projects_get

src/opencdeserver/api/app/api/bcf.py:None–None  ·  view source on GitHub ↗
router.get("/bcf/3.0/projects", tags=["projects_get"])

Source from the content-addressed store, hash-verified

1from uuid import UUID
2
3from fastapi import APIRouter, Depends, HTTPException, UploadFile
4from fastapi.responses import FileResponse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected