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
To search Carbon Mapper products using pystac, I need to set the method as GET manually. According to pystac's function guide, if the status is 405, the method should change from "POST" to "GET" automatically. I see the status returned from Carbon Mapper is 422. It would be nice to make pystac work for Carbon Mapper API by default.
Describe the bug
To search Carbon Mapper products using pystac, I need to set the method as
GET
manually. According to pystac's function guide, if the status is 405, the method should change from "POST" to "GET" automatically. I see the status returned from Carbon Mapper is 422. It would be nice to make pystac work for Carbon Mapper API by default.To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: