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/getXmp?src=['AssetID']
http://127.0.0.1:55555/wf/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 Sep 30 2016 13:29:19 GMT-0500 (CDT)