Hello,
I found out Kirby 3 provides a nice utility class called Remote. This class is very useful for my hook. I tried to find documentation about it and at the end, I found it but I think I’m searching wrong:
How to find this page https://getkirby.com/docs/reference/@/http/remote/get via the search?
I did this:
- check the main page search and references with a term like
Remote::,Remote::get(with and without()) and even$remoteand I just found newsletter and pages where the function is used like cookbook or guide but no reference to the real docs. - Looked up the source code of kirby 3 on Github and found out that it’s part of
Kirby\httpand then clicked onRemoteand then I got the docs for thegetfunction.
So am I searching wrong or isn’t this properly indexed? I feel stupid.
Best Regards,