Interface DynamicStacClientOptionsExperimental

interface DynamicStacClientOptions {
    basePath?: string;
    baseUrl: string;
    clientOptions?: Omit<HonuaClientOptions, "baseUrl">;
    refreshAssetUrl?: StacSignedUrlRefresh;
}

Properties

basePath?: string

Defaults to an empty path because baseUrl is the STAC API root.

baseUrl: string

STAC API root, for example https://demo.honua.io/api/stac.

clientOptions?: Omit<HonuaClientOptions, "baseUrl">
refreshAssetUrl?: StacSignedUrlRefresh