Closed neywen closed 8 years ago
as a complement of my previous issue : https://github.com/moltin/python-sdk/issues/5
I tested the example provided with the Moltin documentation :
product = moltin_instance.Product.find_by({'slug': 'decorative-hedgehogs'})
and it returns the entire list of products, in the limit of 10 products (I suppose this is the default limit setup in the dashboard settings).
I sent an PR to fix the bug. https://github.com/moltin/python-sdk/pull/8
as a complement of my previous issue : https://github.com/moltin/python-sdk/issues/5
I tested the example provided with the Moltin documentation :
product = moltin_instance.Product.find_by({'slug': 'decorative-hedgehogs'})
and it returns the entire list of products, in the limit of 10 products (I suppose this is the default limit setup in the dashboard settings).