stac-utils / stac-fastapi

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

`ApiSettings.api_extension_is_enabled` method doesn't exist! #735

Closed vincentsarago closed 1 month ago

vincentsarago commented 1 month ago

https://github.com/stac-utils/stac-fastapi/blob/c55c2537728f4df49f5235cc49574f90f8c709b1/stac_fastapi/api/stac_fastapi/api/openapi.py#L76

@geospatial-jeff I can't find this method after 1.0 😁 https://github.com/stac-utils/stac-fastapi/blame/1.0.0/stac_api/config.py#L80-L86

vincentsarago commented 1 month ago

the config_openapi method is deprecated 😅

https://github.com/stac-utils/stac-fastapi/pull/523