Please help understanding what's the purpose of woocommerce rest api wrapper.
Since we can access the Woocommerce Rest Api directly by calling endpoints from front end framework like reat/angular, what's the purpose for different Woocommerce Rest Api wrapper like for python, node.js ,php?
The purpose is providing, supported way (by woocommerce team), for servers/apps on those languages to interact with the woocommerce store.
Examples:
I hope this explains a little bit. ;-)