Expand description
Site discovery: followed sites (no query) and keyword search (with query).
Resolution flow used by command code:
- SiteRef::Url →
/sites/{hostname}:/{path}lookup, returns Site. - SiteRef::Name → check profile aliases first, then
/sites?search=. - SiteRef::Default → use ResolvedConfig.default_site, recurse.
Structs§
Enums§
Functions§
- get_
by_ url - Resolve a site by URL (
/sites/{hostname}:/{path}). - list
- Without
query: returns the user’s followed sites. Withquery: keyword search across the tenant. - resolve
- Resolve a site by name (alias map first, then
/sites?search=).