rhysrevans3
rhysrevans3
**Related Issue(s):** - # **Description:** Adding the [free-text extension](https://github.com/stac-api-extensions/freetext-search) **PR Checklist:** - [x] `pre-commit` hooks pass locally - [x] Tests pass (run `make test`) - [ ] Documentation has been...
Prevent the compression from being run multiple times. closes #29
When using FastAPI's mounting on an app with `BrotliMiddleware` the body is compressed twice.
FastAPI currently implements the password and authorization code flows. This PR adds the client credentials OAuth flow class.
**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....
**Related Issue(s):** - #181 **Description:** Extending temporal search include start_datetime and end_datetime properties **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass...
**Description:** Adding the free-text search extension. Related to https://github.com/stac-utils/stac-fastapi/pull/655 **PR Checklist:** - [ ] Code is formatted and linted (run `pre-commit run --all-files`) - [ ] Tests pass (run `make...
**Is your feature request related to a problem? Please describe.** If an item's `datetime` is not set i.e it's using a `start_datetime` and `end_datetime`. It's exclude from temporal searches. **Describe...
**Description:** Adds `PATCH` endpoints to transaction extension. Adds support for [RFC 6902](https://tools.ietf.org/html/rfc6902) and [RFC 7396](https://tools.ietf.org/html/rfc7396). Pivots on header `Content-Type` value. Related pull request: https://github.com/stac-api-extensions/transaction/pull/14 **PR Checklist:** - [x] `pre-commit` hooks...
**Description:** Adds PATCH endpoints to transaction extension. Adds support for [RFC 6902](https://tools.ietf.org/html/rfc6902) and [RFC 7396](https://tools.ietf.org/html/rfc7396). Pivots on header Content-Type value. Related pull requests: - https://github.com/stac-utils/stac-fastapi/pull/744 - https://github.com/stac-api-extensions/transaction/pull/14 **PR Checklist:** -...