Interface CloudNativeStacLocatorExperimental

interface CloudNativeStacLocator {
    collectionsHref?: string;
    rootHref: string;
    searchHref?: string;
    type: "stac-api";
}

Properties

collectionsHref?: string
rootHref: string
searchHref?: string
type