You are here

public function RestClientInterface::listResources in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::listResources()
  2. 8.3 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 340

Class

RestClientInterface
Objects, properties, and methods to communicate with the Salesforce REST API.

Namespace

Drupal\salesforce\Rest

Code

public function listResources();