class Client

Properties

protected Client $client
protected Temp $temp

Methods

__construct(string $host = "localhost", string $port = "3333", Temp|null $temp = null)

Client constructor.

string
createProject(CsvFile $file, string $name)

No description

void
applyOperations(string $projectId, array $operations)

No description

CsvFile
exportRowsToCsv(string $projectId)

No description

mixed
getProjectMetadata(string $projectId)

No description

void
deleteProject(string $projectId)

No description

bool
isResponseError(Response $response)

No description

mixed
getResponseError(Response $response)

No description

Details

at line 31
__construct(string $host = "localhost", string $port = "3333", Temp|null $temp = null)

Client constructor.

Parameters

string $host
string $port
Temp|null $temp

at line 42
string createProject(CsvFile $file, string $name)

Parameters

CsvFile $file
string $name

Return Value

string

at line 87
void applyOperations(string $projectId, array $operations)

Parameters

string $projectId
array $operations

Return Value

void

Exceptions

Exception

at line 117
CsvFile exportRowsToCsv(string $projectId)

Parameters

string $projectId

Return Value

CsvFile

at line 148
mixed getProjectMetadata(string $projectId)

Parameters

string $projectId

Return Value

mixed

Exceptions

Exception

at line 158
void deleteProject(string $projectId)

Parameters

string $projectId

Return Value

void

at line 175
protected bool isResponseError(Response $response)

Parameters

Response $response

Return Value

bool

at line 190
protected mixed getResponseError(Response $response)

Parameters

Response $response

Return Value

mixed