Batches
extends Endpoint
in package
Tags
Table of Contents
Constants
- PATH : mixed = '/batches'
Properties
Methods
- __construct() : mixed
- all() : BatchesResponse
- get() : Batch
- show() : array<string|int, mixed>|null
Constants
PATH
protected
mixed
PATH
= '/batches'
Properties
$apiKey
protected
string|null
$apiKey
$http
protected
Http
$http
Methods
__construct()
public
__construct(Http $http[, string|null $apiKey = null ]) : mixed
Parameters
- $http : Http
- $apiKey : string|null = null
all()
public
all([array<string|int, mixed> $query = [] ]) : BatchesResponse
Parameters
- $query : array<string|int, mixed> = []
Return values
BatchesResponseget()
public
get(int $batchUid) : Batch
Parameters
- $batchUid : int
Return values
Batchshow()
public
show() : array<string|int, mixed>|null