Skip to content

Provide OrangeDamApi::getAssetFile method

K Widholm requested to merge issue/orange_dam-3451497:3451497-asset-file-api into 2.x

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

Merge request reports