Skip to content

Commit 71d7fa1

Browse files
missed codeDepot tag
1 parent ee4eb39 commit 71d7fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Services/MaestroApiClientService.php

Lines changed: 2 additions & 0 deletions
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)