This is a ticket viewer that uses Zendesk's API it can:
• Request tickets from your account
• Display them in a list
• Display individual ticket details
• Page through tickets when more than 25 are returned
The Ticket Viewer displays on a command line interface.
To run the main program download Main.java and Ticket.java located in:
Main: ZendeskTicketViewer/src/ticketviewer
Test: ZendeskTicketViewer/src/test
Outside libraries that were used were Gson to parse Json data and Rest assured for testing and validating.
Gson Library: https://github.com/google/gson
Rest Assured: https://rest-assured.io/