Documentation at: https://developer.infusionsoft.com/docs/xml-rpc/
(for python) - shows keyed arguments, while all the examples show positional arguments.
I was assuming that the move to keyed arguments would add for robustness in the future.
I'm having no trouble with the 'args' variation - but the 'kwargs' variation is giving me troubles setting up the query structure.
Documentation at: https://developer.infusionsoft.com/docs/xml-rpc/ (for python) - shows keyed arguments, while all the examples show positional arguments. I was assuming that the move to keyed arguments would add for robustness in the future.
I'm having no trouble with the 'args' variation - but the 'kwargs' variation is giving me troubles setting up the query structure.