saveDatasetToCkan
saveDatasetToCkan(
dataset,options):Promise<{datasetUrl:string;path:any; }>
Defined in: plugins/ckan/actions/dataset/save.ts:16
Parameters
Section titled “Parameters”dataset
Section titled “dataset”Dataset
options
Section titled “options”apiKey
Section titled “apiKey”string
ckanUrl
Section titled “ckanUrl”string
datasetName
Section titled “datasetName”string
ownerOrg
Section titled “ownerOrg”string
Returns
Section titled “Returns”Promise<{ datasetUrl: string; path: any; }>