wetcat-studios / fortie

Laravel 5 package for Fortnox API
Apache License 2.0
19 stars 20 forks source link

Pass params to fetch query. #93

Open 29avet1 opened 2 years ago

29avet1 commented 2 years ago

I see there is only $page variable at FetchTrait's public function all($page = null). How can we pass other params to a fetch query? Seems on previous releases all() method was receiving array with params, but I wasn't able to find anything regarding this inside the documentation.