Methods
-
-
setOptions() : void
-
GET
-
POST
-
PUT
-
PATCH
-
DELETE
Methods Details
-
public function __construct(array $config)
-
final private function setOptions()
-
public function get(string $url, array $parameters, array $headers)GETShould handle non json response, like with /containers/files
-
public function post(string $url, variable $parameters, array $headers)POSTShould handle non array data parameters, like with /containers/files
-
public function put(string $url, array $parameters, array $headers)PUT
-
public function patch(string $url, array $parameters, array $headers)PATCH
-
public function delete(string $url, array $headers)DELETE