OptionalacceptOptionalbaseRaw endpoint path prefix for the OGC API Tiles / Maps / Records /
Processes families (the ones that do not use layout). Defaults to
the family's Honua facade prefix (/ogc/tiles, /ogc/maps,
/ogc/records, /ogc/processes). A raw third-party endpoint mounted at
a different root (discovered by connect()) passes its service-root path
here so every request resolves against the advertised layout. Ignored by
OGC API Features (which uses layout) and STAC (which uses
stacBasePath).
OptionalbboxOptional Readonlycachedefault reads and writes the adapter metadata cache. bypass skips cache
lookup and write-through for endpoints that support SDK-local caching.
OptionaldatetimeOptionalexternalExternal resource identifiers associated with the record.
OptionalextraOptionalfilterOptional CQL2 filter when the server advertises the Records filtering class.
OptionalfilterOptionalfilterOptionalheadersOptionalidsOptionallayoutResolved endpoint layout. Omitted requests use the Honua facade fast
path (/ogc/features/...); the backend-agnostic surfaces resolve a
spec-driven layout once and thread it onto every request.
OptionallimitOptionaloffsetOptionalprofileOptionalpropertiesOptionalqFree-text record search terms. Arrays serialize as OGC form-style CSV.
Optional ReadonlyrefreshRevalidate even when an SDK-local metadata entry is present. Adapters send
conditional validators when available and report refreshed on success.
OptionalresponseOptionalsignalOptionalsortbyOptionalstacSTAC-only: path prefix the STAC endpoints are mounted under. Defaults
to /stac (Honua facade). A raw STAC API root passes "". Ignored by
the OGC API Features methods (which use layout).
Optional ReadonlystaleAllow a cached metadata entry to be returned as stale when refresh fails.
Defaults to true; ignored when no cached metadata entry exists.
Optional ReadonlystaleOptional stale fallback window surfaced to callers in HonuaCacheState.
Optional ReadonlyttlOptional freshness budget surfaced to callers in HonuaCacheState.
OptionaltypeRecord resource type filter, e.g. dataset, service, map, collection.
Raw response access for record searches.