Closed rando305 closed 8 years ago
Infusionsoft(name, key) returns: Unable to get repr for infusionsoft.library.Infusionsoft
client.ServerProxy(name) succeeds - and allows me to call functions by adding key as the first parameter to things. (client coming from xmlrpc)
I would like to write my code consistent with this API (and Infusionsoft's documentation).
Because I connect correctly with the xmlrpc library, I don't think this is a 'key' issue.
Any suggestions?
I think I figured this out. name for Infusionsoft - should not include the whole URL - just the unique name where the client.ServerProxy is looking for the whole URL.
Infusionsoft(name, key) returns: Unable to get repr for infusionsoft.library.Infusionsoft
client.ServerProxy(name) succeeds - and allows me to call functions by adding key as the first parameter to things. (client coming from xmlrpc)
I would like to write my code consistent with this API (and Infusionsoft's documentation).
Because I connect correctly with the xmlrpc library, I don't think this is a 'key' issue.
Any suggestions?