Skip to content

Commit 0e14b00

Browse files
2 parents 82f0143 + 71d7fa1 commit 0e14b00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Services/MaestroApiClientService.php

+2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ public function __construct($args)
3636
# Construct your API headers
3737
# Exceptions will be caught by the calling function
3838

39+
#ds-snippet-start:MaestroPHPStep2
3940
$basePath = "https://demo.services.docusign.net/";
4041
$config = new Configuration();
4142
$config->setHost($basePath);
4243
$config->addDefaultHeader('Authorization', 'Bearer ' . $args['ds_access_token']);
4344
$this->apiClient = new ApiClient($config);
45+
#ds-snippet-end:MaestroPHPStep2
4446

4547
$this->accessToken = $args['ds_access_token']?? "";
4648
$this->routerService = new RouterService();

0 commit comments

Comments
 (0)