public function RestClientInterface::listResources in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::listResources()
- 5.0.x src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::listResources()
Return a list of available resources for the configured API version.
Return value
\Drupal\salesforce\Rest\RestResponseResources The response.
1 method overrides RestClientInterface::listResources()
- RestClient::listResources in src/
Rest/ RestClient.php - Return a list of available resources for the configured API version.
File
- src/
Rest/ RestClientInterface.php, line 575
Class
- RestClientInterface
- Objects, properties, and methods to communicate with the Salesforce REST API.
Namespace
Drupal\salesforce\RestCode
public function listResources();