stac-fastapi-elasticsearch-opensearch icon indicating copy to clipboard operation
stac-fastapi-elasticsearch-opensearch copied to clipboard

Adding route dependencies module.

Open rhysrevans3 opened this issue 1 month ago • 7 comments

Description:

Generate a list of route dependencies from the environment variable STAC_FASTAPI_ROUTE_DEPENDENCIES or the file that this environment variable points to. Feed these route dependencies into the STACApi on initialisation.

PR Checklist:

  • [x] Code is formatted and linted (run pre-commit run --all-files)
  • [ ] Tests pass (run make test)
  • [ ] Documentation has been updated to reflect changes, if applicable
  • [ ] Changes are added to the changelog

rhysrevans3 avatar May 10 '24 07:05 rhysrevans3