For instance, to set use_builtin_types=True on the ServerProxy. Due to the way the ServerProxy is currently initialized (i.e. not lazily), it may be infeasible to pass these args at initialization time.
Note: use_builtin_types and use_datetime are passed to the underlying Transport, and can be hacksessed with infusionsoft._ServerProxy__transport._use_builtin_types and infusionsoft._ServerProxy__transport._use_datetime, respectively.
For instance, to set
use_builtin_types=True
on the ServerProxy. Due to the way the ServerProxy is currently initialized (i.e. not lazily), it may be infeasible to pass these args at initialization time.Note:
use_builtin_types
anduse_datetime
are passed to the underlying Transport, and can be hacksessed withinfusionsoft._ServerProxy__transport._use_builtin_types
andinfusionsoft._ServerProxy__transport._use_datetime
, respectively.