v3.2.2
Fix for an issue with the file list pagination:
- Added
getPageRequestParameters
method: use it to load the next page parameters from$fileListResponse->getNext()
/$fileListResponse->getPrevious()
. - Attention: if you've implemented your own class for
FileApiInterface
, addpublic getPageRequestParameters(?string $url): array
method to the implementation.