Class Index | File Index

Classes


Class GetXMP

Returns a full XMP packet for each of the given Asset IDs.
Defined in: getXmp.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
GetXMP(src)
Returns a full XMP packet for each of the given Asset IDs.
Class Detail
GetXMP(src)
Returns a full XMP packet for each of the given Asset IDs. Fetches the full XMP packets for all assets specified by assetID in 'src'. These XMP values are parsed into a text object keyed by AssetID from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/restapi/1/getXmp?src=["AssetID"]
http://127.0.0.1:55555/wf/restapi/1/getXmp?src=["12345"]
Parameters:
src
AssetID/list of assetIDs to get the XMP from.
Returns:
( {'AssetID': "XMP Packet Values",...} )

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 15 2023 01:43:54 GMT-0600 (CST)