Justin Triplett
Justin Triplett
`comments = zenpy_client.tickets.comments(ticket=original_ticket.id, sort_order='desc')` `TypeError: comments() got an unexpected keyword argument 'sort_order'` https://developer.zendesk.com/rest_api/docs/support/ticket_comments#list-comments
Seems like this should be avoided.  It might also be more helpful if it had a shorter representation. like just `host:port`
Hello, I wanted to check this out but encountered an error that made me believe I might not be using a version of python that is supported but didn't see...
After collecting the username and password I receive: Traceback (most recent call last): File "./main.py", line 277, in main() File "./main.py", line 274, in main app.run(args.file, args.name, args.relogin) File "./main.py",...
When I try to use this with Python 3.4 I am receiving an unexpected error. ``` Traceback (most recent call last): File "/usr/local/bin/journal", line 9, in load_entry_point('journal==0.4.0', 'console_scripts', 'journal')() File...