stac-utils / stac-fastapi

STAC API implementation with FastAPI.
https://stac-utils.github.io/stac-fastapi/
MIT License
226 stars 99 forks source link

move filter client from types to extensions #704

Closed vincentsarago closed 1 month ago

vincentsarago commented 1 month ago

closes #703

as mentioned in https://github.com/stac-utils/stac-fastapi/pull/684#discussion_r1627290500 I personally don't think extension related code should be in type. it seemed to me that it was pretty easy to move the filter client in stac_fastapi.extensions submodule