Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadZone method no longer exists; remove from README.md #22

Open
eporama opened this issue Feb 4, 2016 · 0 comments
Open

loadZone method no longer exists; remove from README.md #22

eporama opened this issue Feb 4, 2016 · 0 comments

Comments

@eporama
Copy link

eporama commented Feb 4, 2016

Following along with the examples in the README.md file, the loadZone method no longer exists.

$zone = $api->loadZone($zoneId);
$zone_settings = $zone-> getSettings();

Seems like getSettings is directly on the ZoneApi class:

$zone_settings = $api->getZoneSettings($zoneId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant