You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to follow the Core specification (Part 1) we need to conform the landing page (/) and it HAS TO have the service-doc or service-desc links. Those links are defined at the FastAPI application level and not at the router level (which we create with the endpoint factory).
IMO for this project it will be ok to move away from the endpoint factory to a app factory (e.g stac-fastapi)
If we want to follow the Core specification (Part 1) we need to conform the landing page (
/) and it HAS TO have theservice-docorservice-desclinks. Those links are defined at the FastAPI application level and not at therouterlevel (which we create with the endpoint factory).IMO for this project it will be ok to move away from the endpoint factory to a app factory (e.g stac-fastapi)