ZendeskApiClient Versions Save

C# Client for working with the Zendesk API

v7.0.7

3 months ago

What's Changed

Full Changelog: https://github.com/justeat/ZendeskApiClient/compare/v7.0.6...v7.0.7

v7.0.6

6 months ago

What's Changed

Full Changelog: https://github.com/justeat/ZendeskApiClient/compare/v7.0.5...v7.0.6

v7.0.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/justeat/ZendeskApiClient/compare/v7.0.2...v7.0.5

v7.0.2

6 months ago

What's Changed

Full Changelog: https://github.com/justeat/ZendeskApiClient/compare/v7.0.1...v7.0.2

v7.0.1

6 months ago

This release allows you to specify a BeforeCursor and AfterCursor to the cursor-based pagination endpoints, allowing you to loop through all the potential pages.

v7.0.0

7 months ago

https://support.zendesk.com/hc/en-us/articles/5414949730842

What's changing?

Two things are changing. The legacy Status API is being deprecated and a new Status API is replacing it.

Specifically, the following legacy Status API endpoints are being deprecated:

Those deprecated endpoints are being replaced with the following new Status API endpoints:

v6.0.0

9 months ago

ZendeskApiClient now targets both .NET Standard 2.0 and .NET 6, enabling users to leverage the latest runtime features and performance optimizations for their projects. Please note that with this update, support for .NET Core 3.1 is no longer targeted.

v5.0.1

10 months ago

Upgrades microsoft packages

v5.0.0

11 months ago

This will trigger the nuget-publish step.