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 ListTicketComment pagination support #261

Closed pierce-m closed 1 year ago

pierce-m commented 1 year ago

Doesn't look like the ListTicketComment method includes any pagination support, but the endpoint is limited to 100 record pages.

nukosuke commented 1 year ago

262 has already released. thank you for your contribution!