We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stac-fastapi-pgstac/stac_fastapi/pgstac/core.py
Line 402 in c7b17e6
kwargs is not used at all, but we could imagine users having custom dependency with additional parameters (maybe not support natively by pgstac).
kwargs
kwargs will be constructed from https://github.com/stac-utils/stac-fastapi/blob/753341f18d6c3d0454efef52d0ff841cfa3215f7/stac_fastapi/api/stac_fastapi/api/routes.py#L49-L56
The text was updated successfully, but these errors were encountered:
No branches or pull requests
stac-fastapi-pgstac/stac_fastapi/pgstac/core.py
Line 402 in c7b17e6
kwargs
is not used at all, but we could imagine users having custom dependency with additional parameters (maybe not support natively by pgstac).kwargs
will be constructed from https://github.com/stac-utils/stac-fastapi/blob/753341f18d6c3d0454efef52d0ff841cfa3215f7/stac_fastapi/api/stac_fastapi/api/routes.py#L49-L56The text was updated successfully, but these errors were encountered: