infusionsoft / Official-API-Python-Library

24 stars 30 forks source link

Examples inconsistent with documentation #15

Open rando305 opened 8 years ago

rando305 commented 8 years ago

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.