Request
in package
Api Request
Tags
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
send()
sends request to dataCycle
public
send(string $uri[, array<string|int, mixed> $params = [] ]) : ResponseInterface
Parameters
- $uri : string
- $params : array<string|int, mixed> = []