tomwalder / php-gds

Google Cloud Datastore Library for PHP
Apache License 2.0
164 stars 44 forks source link

refactored base_url action method #168

Closed ghost closed 6 years ago

ghost commented 6 years ago

The $base_url is referenced directly within the actionUrl. So even if you provide your own client and set a different base_url it will not be applied on the actionUrl.

This PR sets to change that behaviour by getting the base_url from the client or return the default.