ApaiIO\Request\RequestInterface::perform PHP Méthode

perform() public méthode

Performs the request
public perform ( ApaiIO\Operations\OperationInterface $operation, ApaiIO\Configuration\ConfigurationInterface $configuration ) : mixed
$operation ApaiIO\Operations\OperationInterface
$configuration ApaiIO\Configuration\ConfigurationInterface
Résultat mixed The response of the request
    public function perform(OperationInterface $operation, ConfigurationInterface $configuration);
RequestInterface