openlabs / magento

Python API for Magento
Other
136 stars 82 forks source link

Product Configurable and README #3

Closed zikzakmedia closed 12 years ago

zikzakmedia commented 12 years ago

API Product Configurable and README file Github

sharoonthomas commented 12 years ago

Hello Raimon,

This library is used by several people to connect to magento web services which will not have the openerp connector web service modules (the apis which start with ol_). So i think its a bad idea to have API calls to third party add ons (though it's also an openlabs supported add-on) in the general module.

We ourselves use this magento side module, but for that we subclass the standard API and implement it in our custom modules with application which use it, which is of course very simple.

zikzakmedia commented 12 years ago

Yes. Remember I talked by @ this new features and need extend magento webservices module. Of course you need update this module for use this library. Or call API by magento_api.call('ol_XXX.YYY', []) But you propose create a merge... If don't like, don't merge.