lanej / zendesk2

Zendesk API V2 client using Cistern
http://lanej.io/zendesk2/
MIT License
25 stars 28 forks source link

Add ticket_id scope for Ticket Audits #63

Closed omgitsads closed 2 years ago

omgitsads commented 8 years ago

Pagination is broken for TicketAudits. Add the ticket_id scope so this is preserved when paginating.

Because there is no create endpoint for TicketAudits, perhaps we should alter the zendesk#resource shared example to accept and arbitrary block for creation when you pass create: false as an option?