fetchDownloadFormats

Function

DEPRECATED: This will be removed in the next breaking version. Use "getDownloadFormats()" instead.

Fetches download formats for the given entity. Also folds in any additional resources defined on the entity.

Parameters

Parameter Type Default Notes
options Required IFetchDownloadFormatsOptions

options to refine / filter the results of the fetchDownloadFormats operation

Returns

a promise that resolves with the download formats

Promise<IDownloadFormat[]>

Function defined in common/src/downloads/fetchDownloadFormats.ts:17