You are here

public function PardotClientInterface::retry in Pardot Integration 2.x

Retry the original operation with fresh token.

Parameters

$url: The original url to post to again.

$request_data: The original request data to try again.

Return value

mixed Return the function call with the retry flag.

1 method overrides PardotClientInterface::retry()
PardotClient::retry in src/Service/PardotClient.php
Retry the original operation with fresh token.

File

src/Service/PardotClientInterface.php, line 44

Class

PardotClientInterface
Interface for the Pardot API service.

Namespace

Drupal\pardot\Service

Code

public function retry($url, $request_data);