ServicesClientInterface
Magento\ServicesId\Model\ServicesClientInterface
What it does
This interface defines a contract for making HTTP requests to Magento's SaaS (Software as a Service) services from the Admin area.
It performs additional API key validation on every request, which impacts performance, so developers should only use it when explicit key verification is needed.
For better performance without extra validation, use ServicesConnector ClientResolverInterface directly instead.
Public Methods
- request()