You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a "public" interface to this attribute, probably set_parameter(key, value). One use-case would be to test pystac-client with new/proposed API extensions without needed to touch the "private" interface or modify pystac-client itself.
The text was updated successfully, but these errors were encountered:
Currently, a user could modify
_parameters
on an item search to add other parameters to a request:pystac-client/pystac_client/item_search.py
Lines 312 to 318 in ffe964f
We should add a "public" interface to this attribute, probably
set_parameter(key, value)
. One use-case would be to test pystac-client with new/proposed API extensions without needed to touch the "private" interface or modify pystac-client itself.The text was updated successfully, but these errors were encountered: