python-magento
python-magento copied to clipboard
How to determine the success of the connection
client = magento.API(url, apiuser, apipass)
client.connect()
print(client.client)
Can someone help me?thk