This is a Ticket Viewer CLI program written in Java for the coding challenge for Zendesk Engineering Co-op Program 2021 interview process.
The program connects with Zendesk API to request tickets information and display tickets that exist in the account.
Tickets are either displayed in a list or individually with more details. When more than 25 tickets are returned, the program pages through the tickets.
The program was designed and developed within 1 week period.
Check out my demo here.