You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs https://www.twilio.com/docs/whatsapp/quickstart/go and the example in the README are not the same.
I could figure out how to use the example in the docs until I visited the repository only to realize that I was using the wrong method, in this case twilio.NewRestClient() instead of twilio.NewRestClientWithParams() to pass the token and SID.
Issue Summary
The docs https://www.twilio.com/docs/whatsapp/quickstart/go and the example in the README are not the same.
I could figure out how to use the example in the docs until I visited the repository only to realize that I was using the wrong method, in this case
twilio.NewRestClient()
instead oftwilio.NewRestClientWithParams()
to pass the token and SID.Steps to Reproduce
Code Snippet
None
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: