Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

SMS Error Handling #53

Closed lornajane closed 3 years ago

lornajane commented 3 years ago

Most of the APIs have an error response type but SMS (was built first and) didn't. This adds that, and removes some of the dependencies on internal types.

Note: Breaking change! Needs to release as a minor version bump rather than a patch bump (because we're still pre-1.0)