stac-fastapi
stac-fastapi copied to clipboard
Standardize APIRouter usage
https://github.com/stac-utils/stac-fastapi/issues/427#issuecomment-1201677603
https://github.com/stac-utils/stac-fastapi/pull/429 has a working solution for the APIRouter prefixing issue by propagating the router prefix used by the core endpoints to the rest of the application but I don't think it addresses the main issue here which is that API routers are not used or exposed in a consistent manner throughout the project.