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

Add generate sign function #75

Open parsaaes opened 2 years ago

parsaaes commented 2 years ago

Hi. This is the sign generation function as described in https://developer.vonage.com/concepts/guides/signing-messages.

Tests are based on the Node SDK tests.

Please feel free to propose improvements to this function.

parsaaes commented 2 years ago

Hi @moficodes Did you get a chance to check this?