Skip to content

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

Description

@eporama

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions