fulfilio / python-magento

Python API to access magento API
BSD 3-Clause "New" or "Revised" License
47 stars 61 forks source link

How to determine the success of the connection #25

Open grey27 opened 4 years ago

grey27 commented 4 years ago
client = magento.API(url, apiuser, apipass)
client.connect()
print(client.client)

Can someone help me?thk