Go SDK for Symbl.ai v0.1.8
This release marks the initial implementation of Symbl.ai's Go SDK. This patch release continues to add important functionality for usability, unlocking capabilities, and enabling use cases.
IMPORTANT: I would consider this project in a pre-release status. Since this is the first release, we currently reserve the right to make breaking API changes at this time.
Significant Updates:
- Ability to add query params to API calls
- Implements an Async API Callback Interface
- Reuse REST Bearer Token for Creating New Clients
What's Changed
- Refresh Streaming Config/Structs Based on Latest by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/72
- Dynamically Add Query Parameters to URIs by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/73
- Update headers to match Apache 2.0 License by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/76
- Implements an Async Callback Interface Definition by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/77
- Consistent Message Names for Async Callback by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/78
- Sync Message Names by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/79
- Reorg types in interface by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/80
- New REST Client Reusing AccessToken by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/82
- Omit empty on Async API Types by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/83
- Delete and Fix MessageReferences type to MessageReference by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/84
Full Changelog: davidvonthenen/copy-symbl-go-sdk@v0.1.7...v0.1.8