-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in go import #166
Comments
try to use Api instead of ApiV2010 client.Api.CreateMessage(params) instead of client.ApiV2010.CreateMessage(params) |
Hi @Vikram-ksingh, @avstrong is correct. We recently changed the prefix for V2010 APIs to |
can you also please update "official" documentation guides? thanks |
@beebzz @Vikram-ksingh @avstrong there is also this error
|
ok fixed..here are the following fix for the errors
change
change |
@encryptblockr: Thanks for bringing the docs to our attention. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. Please let us know if we can help with anything else. |
This work is captured in the internal ticket DI-2157 |
The documentation should be updated now. |
I have integrated the package but getting following error on go get
twilioClient.ApiV2010 undefined (type *twilio.RestClient has no field or method ApiV2010)
Technical details:
The text was updated successfully, but these errors were encountered: