v3.2.2
Fix for an issue with the file list pagination:
- Added
getPageRequestParametersmethod: 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): arraymethod to the implementation.