We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to ruby library v6, the new_keys method is no longer available.
It is still described in the docs here: https://www.twilio.com/docs/iam/keys/api-key
subaccount_client.new_keys.create(friendly_name: key_friendly_name)
NoMethodError: undefined method `new_keys' for #<Twilio::REST::Client:0x00007f95458d5658 @username="ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", @***, @region=nil, @edge=nil, @account_sid="ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", @auth_token="auth_token", @auth=["ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "auth_token"], @http_client=#<Twilio::HTTP::Client:0x00007f953f192a40 @proxy_prot=nil, @ssl_ca_file=nil, @timeout=nil, @adapter=:net_http, @configure_connection_blocks=[]>, @logger=nil, @user_agent_extensions=[]>
The text was updated successfully, but these errors were encountered:
SKc14c369f6970d3e9d8f051505c6c6238
Sorry, something went wrong.
No branches or pull requests
Issue Summary
After upgrading to ruby library v6, the new_keys method is no longer available.
It is still described in the docs here:
https://www.twilio.com/docs/iam/keys/api-key
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: