Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ClientInterface.php
Go to the documentation of this file.
1 <?php
7 
13 interface ClientInterface
14 {
28  public function request($method, $url, array $body = [], array $headers = [], $version = '1.1');
29 }
request($method, $url, array $body=[], array $headers=[], $version='1.1')
$method
Definition: info.phtml:13