We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
siteByUrl()
foo.com
The proper site information will be returned.
The OhDear\PhpSdk\Exceptions\NotFoundException is thrown.
OhDear\PhpSdk\Exceptions\NotFoundException
PS:
At the same time, if you try to get site information via the site() method (which accepts siteId as an argument) -- it works.
site()
siteId
I tried to call the siteByUrl() with various args, but they all fail:
When I get the site information via its ID, I see that its URL is https://foo.com.
https://foo.com
The text was updated successfully, but these errors were encountered:
resohead
No branches or pull requests
Steps to reproduce:
foo.com
);siteByUrl()
method;Expected:
The proper site information will be returned.
Actual:
The
OhDear\PhpSdk\Exceptions\NotFoundException
is thrown.PS:
At the same time, if you try to get site information via the
site()
method (which acceptssiteId
as an argument) -- it works.I tried to call the
siteByUrl()
with various args, but they all fail:When I get the site information via its ID, I see that its URL is
https://foo.com
.The text was updated successfully, but these errors were encountered: