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 pagination and sorting options to tickets from view API #281

Closed paoloromolini closed 1 year ago

paoloromolini commented 1 year ago

Adding pagination and sorting that was missing from the tickets from view function. The new parameters will break code that used the previous version of the function.

nukosuke commented 1 year ago

thanks!