acquia / acquia-sdk-php

The Acquia SDK for PHP allows developers to build applications on top of Acquia services.
MIT License
25 stars 20 forks source link

Move the Cloud API's Response and Object classes into the common component so they can be reused #26

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

The Response and Object classes are generic enough to be used elsewhere. The classes should also be named "Collection" and "Element" respectively to be consistent with REST API nomenclature.