nukosuke / go-zendesk

Zendesk API client library for Go
https://pkg.go.dev/github.com/nukosuke/go-zendesk/zendesk
MIT License
62 stars 81 forks source link

Add support for TicketMetricEvents API #304

Open jhedev opened 7 months ago

jhedev commented 7 months ago

I've added support for the ticket metric events API.

Not sure if that is the best way to do this. Please let me know your thoughts.

jhedev commented 7 months ago

Just realized there are a few things missing in the API.

jhedev commented 7 months ago

Adjusted the types. Should cover everything now.

jhedev commented 7 months ago

@nukosuke any chance you could take a look here?