fulfilio / python-magento

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

Implement developer friendly API #10

Closed sharoonthomas closed 8 years ago

sharoonthomas commented 8 years ago

Implemented a less verbose and less repetitive API calling method that does not require passing credentials around or instantiating API client classes multiple times.

Also updated README with examples of the new API system.