Zendesk basic RestAPI implementation using Golang
This repo helps you how to interact with zendesk Rest api using Go
- How to create ticket
- How to update ticket
- How to make use of Go Embeded struct to structure the data which is accepted by Zendesk to perform operations.