acquia-php-sdk-v2 icon indicating copy to clipboard operation
acquia-php-sdk-v2 copied to clipboard

A PHP SDK for Acquia Cloud API v2 https://cloud.acquia.com/api-docs/#

Results 7 acquia-php-sdk-v2 issues
Sort by recently updated
recently updated
newest added

Builds are failing and I'm wondering if updating PHP / Composer will help.

**Describe the bug** [See here](https://github.com/typhonius/acquia-php-sdk-v2/blob/master/src/Response/EnvironmentResponse.php#L87) where the `EnvironmentResponse` object maps the `id` field in the response to the `uuid field` on the object. This prohibits the `EnvironmentResponse` from being validated...

Based on feedback in #103 adds the ability for users to request linked resources immediately after an initial request.

A new feature of Acquia Cloud platform has been released: [Platform Email service](https://docs.acquia.com/cloud-platform/manage/platform-email/). This is a new feature that incorporates some new API responses/actions to view/control the service. It would...

There is an API endpoint for [`/account/applications/{applicationUuid}/has-permission`](http://cloudapi-docs.acquia.com/#/Account/getAccountApplicationHasPermission) which returns basically true or false if the account has access to a specific permission on a specific application. Should this be a...

**Is your feature request related to a problem? Please describe.** Some endpoints return a Notification UUID to allow for tracking the completion of an attempt. For example, when you create...

enhancement

When attempting to use the Databases.php getAll() function, supplying a valid UUID, it produces an error: TypeError: Cannot assign null to property AcquiaCloudApi\Response\DatabaseResponse::$user_name of type string in AcquiaCloudApi\Response\DatabaseResponse->__construct() (line 23...