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

Update param #21

Open shibatatsuya0611 opened 2 years ago

shibatatsuya0611 commented 2 years ago

can update param page, per_page ... ??? it only 10 item now

bayevels commented 2 years ago

Hello yes you can here how : await wooCommerceAPI.getAsync("products?per_page=40");