Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Possible Bug: recent builds won't return json #5

Closed
drazisil opened this issue Jul 11, 2016 · 2 comments
Closed

Possible Bug: recent builds won't return json #5

drazisil opened this issue Jul 11, 2016 · 2 comments

Comments

@drazisil
Copy link
Contributor

.builds(True) still returns an Ordict

I would expect it to return JSON, but is that not possible?

@particledecay
Copy link
Owner

The args for .builds() are username, project, build_num, and verbose. So if you only submitted True, that would go into username instead of verbose. You'd have to specify:

.builds(verbose=True) <-- that definitely returns JSON.

@drazisil
Copy link
Contributor Author

Ah, thank you. I forgot to come back and close this after confirming

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

No branches or pull requests

2 participants