Skip to content

Commit d8b8097

Browse files
authored
Exposes the Client's Configuration (#276)
1 parent 9b86600 commit d8b8097

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AbstractApi.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ public function __construct($configuration = [], ?CredentialProvider $credential
7676
]));
7777
}
7878

79+
final public function getConfiguration(): Configuration
80+
{
81+
return $this->configuration;
82+
}
83+
7984
/**
8085
* @param string[]|string[][] $headers headers names provided as keys or as part of values
8186
* @param string|resource|callable|iterable|null $body

0 commit comments

Comments
 (0)