Skip to content

loadPackageFromCkan

loadPackageFromCkan(datasetUrl): Promise<{[key: `${string}:${string}`]: any; $schema?: string; contributors?: Contributor[]; created?: string; description?: string; homepage?: string; image?: string; keywords?: string[]; licenses?: License[]; name?: string; resources: Resource[]; sources?: Source[]; title?: string; version?: string; }>

Defined in: ckan/package/load.ts:11

Load a package from a CKAN instance

string

Promise<{[key: `${string}:${string}`]: any; $schema?: string; contributors?: Contributor[]; created?: string; description?: string; homepage?: string; image?: string; keywords?: string[]; licenses?: License[]; name?: string; resources: Resource[]; sources?: Source[]; title?: string; version?: string; }>

Package object and cleanup function