ApaiIO\Request\RequestInterface::perform PHP Method

perform() public method

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