pystac-client icon indicating copy to clipboard operation
pystac-client copied to clipboard

allow to write queryables

Open thomas-maschler opened this issue 1 year ago • 7 comments

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

thomas-maschler avatar May 31 '24 16:05 thomas-maschler