go-zendesk

Zendesk API client library for Go

MIT License

Stars
62
go-zendesk - v0.18.0 Latest Release

Published by nukosuke 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.17.0...v0.18.0

go-zendesk - v0.17.0

Published by nukosuke about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.16.0...v0.17.0

go-zendesk - v0.16.0

Published by nukosuke about 1 year ago

❗ This release includes some breaking changes

What's Changed

breaking changes

GetTicketsFromView() takes *TicketListOptions as third argument from this release.

// ~v0.15.x
GetTicketsFromView(context.Context, int64) ([]Ticket, error)

// v0.16.0~
GetTicketsFromView(context.Context, int64, *TicketListOptions) ([]Ticket, Page, error)

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.15.1...v0.16.0

go-zendesk - v0.15.1

Published by nukosuke about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.15.0...v0.15.1

go-zendesk - v0.15.0

Published by nukosuke over 1 year ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.14.2...v0.15.0

go-zendesk - v0.14.2

Published by nukosuke over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.14.1...v0.14.2

go-zendesk - v0.14.1

Published by nukosuke over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.14.0...v0.14.1

go-zendesk - v0.14.0

Published by nukosuke over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.5...v0.14.0

go-zendesk - v0.13.5

Published by nukosuke almost 2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.4...v0.13.5

go-zendesk - v0.13.4

Published by nukosuke almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.3...v0.13.4

go-zendesk - v0.13.3

Published by nukosuke almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.2...v0.13.3

go-zendesk - v0.13.2

Published by nukosuke almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.1...v0.13.2

go-zendesk - v0.13.1

Published by nukosuke about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.13.0...v0.13.1

go-zendesk - v0.13.0

Published by nukosuke over 2 years ago

❗ This version includes some breaking changes.

What's Changed

// ~v0.12.3
client.GetGroups(ctx)

// v0.13.0~ have to take opts as second argument.
client.GetGroups(ctx, opts)
// or call without options
client.GetGroups(ctx, nil)

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.3...v0.13.0

go-zendesk - v0.12.3

Published by nukosuke over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.2...v0.12.3

go-zendesk - v0.12.2

Published by nukosuke over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.1...v0.12.2

go-zendesk - v0.12.1

Published by nukosuke over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.12.0...v0.12.1

go-zendesk - v0.12.0

Published by nukosuke over 2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.11.2...v0.12.0

go-zendesk - v0.11.2

Published by nukosuke over 2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.11.1...v0.11.2

go-zendesk - v0.11.1

Published by nukosuke over 2 years ago

What's Changed

Full Changelog: https://github.com/nukosuke/go-zendesk/compare/v0.11.0...v0.11.1