Releases: talon-one/talon_go
Releases · talon-one/talon_go
v1.1.2
v1.1.1
v1.1.0
- Move to a more modern generator client using stable version 2.4.7 of swagger cli code generator
- Get rid of redundant optional parameters for boy of POST/PUT requests
- Add coupons reservation endpoints
- Loyalty Programs sub-ledgers support
- Update code examples
1.0.0
Added Talon.One api key authorization strategy to every integration api endpoint.
Support for HMAC Authentication is dropped from this SDK however the authorization strategy is still available. This means if you would like to use HMAC to sign request bodies, you MUST implement it.