Stanislav

Results 4 issues of Stanislav

Не нашел способа получить список ресурсов по пути (path). Думаю вы забыли в запросе добавить параметр path Нужно как то так https://github.com/jack-theripper/yandex/blob/master/src/Disk/Resource/Opened.php#L100. ```php $response = $this->client->send((new Request($this->uri->withPath($this->uri->getPath().'public/resources') ->withQuery(http_build_query(array_merge($this->getParameters($this->parametersAllowed), [ 'public_key'...

Hello. There is a function **setHeaderEncoding** mentioned here http://framework.zend.com/manual/current/en/modules/zend.mail.encoding.html, but could not find in the current code. Message headers are always encoded to QuotedPrintable, could not find any way to...

### Description Added a test that fails to match despite the regex is matching the requested uri https://regex101.com/r/j6SilR/1 The problem is on urldecoding the path before regex and i seems...