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
Since POST is recommended but not required, it can be surprising to users when pystac-clientdefaults to POST (e.g. #641). On the other hand, any sort of complicated intersects will probably blow up a GET request. I'm not quite sure what the most user-friendly logic is here, anyone have thoughts?