Impossible to use dict as a custom arg #1008
Labels
status: code review request
requesting a community code review or review from Twilio
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
It is impossible to use
dict
as a custom arg.Steps to Reproduce
Main
instanceadd_custom_arg
method orcustom_arg
setter to set a custom arg. For example:{'test': 'true'}
add_custom_arg
will raise anAttributeError
.Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: