fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Fusio\\Engine\\Request::getParameters() undefined since upgrade to 4.x

Open moussmousse opened this issue 2 years ago • 1 comments

Hi, how can we continue to use the RequestInterface with the PHP-Processor since the upgrade to 4.x? We can't use functions like $requests->Getparameters() or a lot of variables defined in https://docs.fusio-project.org/docs/concepts/php_api/ Did I miss something about the upgrade and changes ?

Thanks in advance.

moussmousse avatar Jul 31 '23 12:07 moussmousse

Hi @moussmousse indeed our documentation is currently not complete up-to-date to 4.x but I have just adjusted the doc regarding the PHP API, let me know if there are other parts missing. So for 4.x only the request API has changed instead of getParameters you can now use getArguments but I have documented this also at the docs.

chriskapp avatar Aug 01 '23 20:08 chriskapp