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 support for Bearer tokens #246

Closed evanfuller closed 1 year ago

evanfuller commented 1 year ago

Zendesk OAuth tokens must use the Bearer prefix.

Question to maintainers: Can we bump the go.mod to 1.19? I tried doing it in my commits, but I think the appveyor build system might be using a Go binary of a lower version, I couldn't quite figure it out.