Friday 28 September 2018

Suggestions for dashboard

I need to build a dashboard based on Zendesk's API. The dashboard will only be making GET requests.. nothing fancy.The dashboard should update itself (making requests) every 30 min. It will pretty much list some metrics based on the tickets in zendesk based on some logic. I would like to use node.js for this.What should be my approach to this? What do you recommend?To access the Zendesk API I will need to use basic auth which I am confident in using but one of my questions is, should the requests to the Zendesk API be made via my app's server side or client side? How should I handle the request to the API considering it needs authentication?

Submitted September 28, 2018 at 02:17PM by its_joao

No comments:

Post a Comment