MiscTrait
trait MiscTrait
Represents several Admin API methods.
Properties
ApiClient | $apiClient | Defined in AdminApi class. |
Methods
Tests the reachability of the Cloudinary API.
Tests the reachability of the Cloudinary API asynchronously.
Gets account config details.
Gets cloud usage details.
Lists all the tags currently used for a specified asset type.
Details
ApiResponse
ping()
Tests the reachability of the Cloudinary API.
PromiseInterface
pingAsync()
Tests the reachability of the Cloudinary API asynchronously.
ApiResponse
config(array $options = [])
Gets account config details.
Fetches the account's configuration details with optional settings.
ApiResponse
usage(array $options = [])
Gets cloud usage details.
Returns a report detailing your current Cloudinary cloud usage details, including storage, bandwidth, requests, number of assets, and add-on usage. Note that numbers are updated periodically.
ApiResponse
tags(array $options = [])
Lists all the tags currently used for a specified asset type.