We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82f0143 + 71d7fa1 commit 0e14b00Copy full SHA for 0e14b00
src/Services/MaestroApiClientService.php
@@ -36,11 +36,13 @@ public function __construct($args)
36
# Construct your API headers
37
# Exceptions will be caught by the calling function
38
39
+ #ds-snippet-start:MaestroPHPStep2
40
$basePath = "https://demo.services.docusign.net/";
41
$config = new Configuration();
42
$config->setHost($basePath);
43
$config->addDefaultHeader('Authorization', 'Bearer ' . $args['ds_access_token']);
44
$this->apiClient = new ApiClient($config);
45
+ #ds-snippet-end:MaestroPHPStep2
46
47
$this->accessToken = $args['ds_access_token']?? "";
48
$this->routerService = new RouterService();
0 commit comments