Provide OrangeDamApi::getAssetFile method
Retrieve files directly via AssetFile endpoint and return a file stream object along with metadata.
Phpstan will report the following until a new release of orange-dam-api, which includes this issue/merge request is available and included in this module's composer.json.
Line src/OrangeDamApi.php
163 Call to an undefined method
Chromatic\OrangeDam\Http\Response::isEmpty().
636 Call to an undefined method Chromatic\OrangeDam\Factory::assetFile().
Closes #3451497
Edited by K Widholm