Enhance Coolify integration with gateway route deployment, add tests for new application route labels, and refactor gateway probing process.
This commit is contained in:
@@ -84,6 +84,11 @@ class coolify_api_client
|
||||
return $this->request('POST', '/applications/private-github-app', $payload);
|
||||
}
|
||||
|
||||
public function getApplication(string $uuid): array
|
||||
{
|
||||
return $this->request('GET', '/applications/' . rawurlencode($uuid));
|
||||
}
|
||||
|
||||
public function updateApplication(string $uuid, array $payload): array
|
||||
{
|
||||
return $this->request('PATCH', '/applications/' . rawurlencode($uuid), $payload);
|
||||
|
||||
Reference in New Issue
Block a user