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
>>> import harvest
>>> client = harvest.Harvest(...)
>>> client.tasks()
<Response [400]>
>>> res = client.tasks()
>>> res.text
'HTTP GET requests with a body are not accepted.'
Python 3.8.9 on linux
python-harvest-redux 4.0.0
The text was updated successfully, but these errors were encountered:
As I mentioned in #51, I don't know how much traction you're likely to get here. I've been waiting for a few things to get adopted for a couple of years. Refer #43, #48 and #49.
I have a library written which supports Harvest API v2 including the current 400's for the GET request. Refer the comment in the conversation for #51: #51 (comment)
Python 3.8.9 on linux
python-harvest-redux 4.0.0
The text was updated successfully, but these errors were encountered: