Table of Contents
Methods
-
__construct()
: mixed
-
contents()
: FileDownload
-
create()
: File
-
delete()
: File
-
lookup()
: File
-
page()
: FilePage
__construct()
public
__construct(HttpClient $http) : mixed
Parameters
-
$http
: HttpClient
-
contents()
public
contents(array<string|int, mixed> $payload) : FileDownload
Parameters
-
$payload
: array<string|int, mixed>
-
create()
public
create(array<string|int, mixed> $payload[, array<string|int, mixed> $options = [] ]) : File
Parameters
-
$payload
: array<string|int, mixed>
-
-
$options
: array<string|int, mixed>
= []
-
delete()
public
delete(string $fileId) : File
Parameters
-
$fileId
: string
-
lookup()
public
lookup(string $fileId) : File
Parameters
-
$fileId
: string
-
page()
public
page([array<string|int, mixed> $payload = [] ]) : FilePage
Parameters
-
$payload
: array<string|int, mixed>
= []
-