A detailed information about what was changed in the interface is available in c3f9715.
In short: All optional arguments (i.e. arguments which was passed on the method call to be checked) are now specified in args and kwargs parameters, not directly in line after primary (access_token, in_domain and to_execute) arguments
A detailed information about what was changed in the interface is available in c3f9715.
In short: All optional arguments (i.e. arguments which was passed on the method call to be checked) are now specified in
args
andkwargs
parameters, not directly in line after primary (access_token
,in_domain
andto_execute
) arguments