Speedygeek / ZendeskApi_v2

C# wrapper for the Zendesk API
Other
170 stars 200 forks source link

Missing GetIncrementalTicketExportNextPageAsync function #555

Closed luke-barnett closed 2 years ago

luke-barnett commented 2 years ago

Looks like either an Async version of GetIncrementalTicketExportNextPage is missing or there is an updated recommendation for how to process subsequent pages for a ticket export?

If we just need to add the Async function in, I'm happy to do that but if there should be an obsolete tag added to it and pointing users to the preferred method that would also be good to sort out.

mozts2005 commented 2 years ago

Would be happy to except a pull request that has this feature.

luke-barnett commented 2 years ago

PR created :) https://github.com/Speedygeek/ZendeskApi_v2/pull/556