stac-utils / stac-fastapi

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

update conformance and spec urls #691

Closed vincentsarago closed 4 months ago

vincentsarago commented 4 months ago

This PR updates the conformance and spec URLs for the transaction extension.

The Transaction extension is now split in two extensions:

note: I first thought about splitting the TransactionExtension class in two but it doesn't make much sense if we keep only one Client (BaseTransactionsClient). If we really wanted this we would need to also split the BaseTransactionsClient and thus have a lot of duplicated code.