Justin Triplett

Results 5 issues of 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

enhancement

Seems like this should be avoided. ![Screen Shot 2020-09-01 at 5 59 43 PM](https://user-images.githubusercontent.com/125447/91910486-1b38dd00-ec7d-11ea-9c86-f5d728c65629.png) 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...