pystac-client
pystac-client copied to clipboard
allow to write queryables
Related Issue(s):
- #241
Description:
Queryables are currently read-only. This PR adds two methods to the QueryablesMixin
- set_queryables
- write_queryables_to
The methods allow users to write queryables back to their API. For writing back to a REST endpoint the stac_io class used by the client will have to implement transactions and the API has to support updating queryables.
PR Checklist:
- [x] Code is formatted
- [x] Tests pass
- [x] Changes are added to the CHANGELOG