Dynamic media - asset properties
hi all,
I'm trying to get image DPI from dynamic media using java api
It is possible using
https://scene7.com/is/image/client/image?req=props,json
I need to get image props using scene7 api, think I found api that I need but need code examples, can't figure out from the doc how to create proper call.
This should be the method
getAsset(java.lang.String assetHandle, java.lang.String[] responseFields, java.lang.String[] excludeFields, S7Config s7Config)
from
In the response I'll get Scene7Asset
and further I can use getAssetProperties to get info that I need.
Thank you