rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

Domain->recordList() does not support $filter array #745

Closed stoutput closed 4 years ago

stoutput commented 4 years ago

Related to issue #191

It looks like Service->domainList() was correctly updated to build a url from the filter array, however Domain->recordList() was overlooked. It currently passes the filter array on to Service->collection() as an unsupported 4th parameter.

stoutput commented 4 years ago

On outdated version. Disregard.