Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tasks() error (400) #52

Open
reinhardt opened this issue Sep 14, 2021 · 2 comments
Open

tasks() error (400) #52

reinhardt opened this issue Sep 14, 2021 · 2 comments

Comments

@reinhardt
Copy link

>>> 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

@reinhardt
Copy link
Author

Just found #51 which would fix this.

@bradbase
Copy link

Hey @reinhardt

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants