python-aliexpress-api
python-aliexpress-api copied to clipboard
Implement get products (aliexpress.affiliate.product.query)
The function get products is not implemented.
The structure of query is writed but in the api.py there isn't the function for use it.
I add in api.py the function get_products that invoke the AliexpressAffiliateProductQueryRequest.
Can i commit it for new version of library?
Yes sure, you can always pull request and help working on this repo.
Done in PR #30