We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed65f5b + 2c2a505 commit b362e4aCopy full SHA for b362e4a
reai_toolkit/app/interfaces/base_service.py
@@ -217,6 +217,7 @@ def yield_api_client(
217
api_client = ApiClient(configuration=sdk_config)
218
if hasattr(sdk_config, "user_agent"):
219
api_client.user_agent = sdk_config.user_agent
220
+ api_client.default_headers["X-RevEng-Application"] = sdk_config.user_agent
221
yield api_client
222
223
@staticmethod
0 commit comments