Skip to content

Cannot get WoW realm status #26

@olorton

Description

@olorton

The url for this seems to be wrong:

Currently:

    public function getRealmStatus(array $options = [])
    {
        return $this->request('/realm/', $options);
    }

I believe this should be:

    public function getRealmStatus(array $options = [])
    {
        return $this->request('/realm/status', $options);
    }

I'd be happy to submit a PR once this is verified as an issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions