stac-utils / stac-fastapi

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

Allow default route dependencies #705

Closed rhysrevans3 closed 3 months ago

rhysrevans3 commented 3 months ago

Description: Allows for * to be used for the path or method variables in a route dependencies' scope to match all allowable routes.

PR Checklist:

vincentsarago commented 3 months ago

@alukach would you be able to review this one? 🙏