Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

ericjiang97/zendesk-interview

Repository files navigation

Zendesk Ticket Viewer

Part of the 2018 Zendesk Summer Internship Interview

Requirements

To Start

If you are on a Linux/Mac Machine

python3 main.py

Login

Username ericjiang.work@gmail.com

Password DF4huJ3OPDsv

Base URL https://lorderikir.zendesk.com

Otherwise execute main.py

About

The directory has 4 main files.

api.py

Contains the main ZendeskAPI Class. This handles the API Requests between the app and the server, this module depends on Requests For Example the Following API Calls

  • Login
  • Display all tickets
  • Display a Ticket
  • Display info about a certian user

main.py

Is the main app file, this python file is the core of the program.

Utils.py

Is a set of Utilities that transacts the api requests using api.py and beautifies it into UI

zendesk-api-unittest.py

Is the unittesting library which uses Python's built in library

Design

LICENSE

N/A

About

2018 Zendesk Summer Internship Coding Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages