Client
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.