ZenodoPlugin
Defined in: zenodo/plugin.ts:5
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ZenodoPlugin():
ZenodoPlugin
Returns
Section titled “Returns”ZenodoPlugin
Methods
Section titled “Methods”loadPackage()
Section titled “loadPackage()”loadPackage(
source
):Promise
<undefined
| {cleanup
: () =>Promise
<void
>;dataPackage
: {[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: zenodo/plugin.ts:6
Parameters
Section titled “Parameters”source
Section titled “source”string
Returns
Section titled “Returns”Promise
<undefined
| { cleanup
: () => Promise
<void
>; dataPackage
: {[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
; }; }>