Model
Client
Magento\AdobeStockClient\Model\Client
What it does
This class provides the main integration point for communicating with Adobe Stock's API services.
Developers use it to search for stock images, check user quotas and licenses, license/download images, and verify API connectivity.
It acts as a wrapper around the Adobe Stock SDK, translating Magento search criteria into Adobe Stock API requests and responses back into Magento data structures.
Public Methods
- search()
- getQuota()
- getLicenseConfirmation()
- licenseImage()
- getImageDownloadUrl()
- testConnection()