Skip to content

Commit 71a13d9

Browse files
authored
add set configuration method (#86)
1 parent f970a53 commit 71a13d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

regula/documentreader/webclient/ext/api/document_reader_api.py

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ def __enter__(self):
3333
def __exit__(self, exc_type, exc_val, exc_tb):
3434
self.api_client.close()
3535

36+
def set_configuration(self, configuration) -> None:
37+
self.api_client.configuration = configuration
38+
3639
@property
3740
def license(self) -> Base64String:
3841
return self.__license

0 commit comments

Comments
 (0)