bigsiter

Results 2 comments of bigsiter

I've made [pull request](https://github.com/Wiatrogon/php-allegro-rest-api/pull/8#issue-233482923) that solves this problem

Добавьте в класс метод: ``` public function orderBy($orderby) { $this->request_options['query']['$orderby'] = $orderby; return $this; } ```