Documentation

Request
in package

Api Request

Tags
author

Patrick Rainer rainer@datacycle.at

Table of Contents

Methods

__construct()  : mixed
creates a new request.
send()  : ResponseInterface
sends request to dataCycle

Methods

__construct()

creates a new request.

public __construct([array<string|int, mixed> $args = [] ]) : mixed
Parameters
$args : array<string|int, mixed> = []
Tags
throws
InvalidArgumentException

send()

sends request to dataCycle

public send(string $uri[, array<string|int, mixed> $params = [] ]) : ResponseInterface
Parameters
$uri : string
$params : array<string|int, mixed> = []
Tags
throws
ClientException
throws
RequestException
throws
ServerException
throws
InvalidArgumentException
throws
GuzzleException
Return values
ResponseInterface

        
On this page

Search results