samarthagarwal / woocommerce_dart

A dart package to interact with the WooCommerce REST API.
BSD 3-Clause "New" or "Revised" License
90 stars 48 forks source link

Compatibility with WooCommerce REST API V3 #14

Closed michael-attal closed 4 years ago

michael-attal commented 4 years ago

It is compatible with the new WooCommerce Rest API V3 ?

samarthagarwal commented 4 years ago

It used the V2 API by default. You can change it here: https://github.com/samarthagarwal/woocommerce_dart/blob/master/lib/woocommerce_api.dart#L53

michael-attal commented 4 years ago

Thx, I tried and all work as expected.