PHP Interface ApaiIO\Request\RequestInterface

Datei anzeigen Open project: exeu/apai-io

Public Methods

Method Description
perform ( ApaiIO\Operations\OperationInterface $operation, ApaiIO\Configuration\ConfigurationInterface $configuration ) : mixed Performs the request

Method Details

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