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.
1 parent 33d578d commit 1e8292bCopy full SHA for 1e8292b
src/abstract_api/core/bases/base_service.py
@@ -26,6 +26,8 @@ class BaseService(Generic[BaseResponseT]):
26
_subdomain: A service's subdomain.
27
Used with __base_url to generate service-specific API URL.
28
_api_key: API key to be used to authenticate with AbstractAPI.
29
+ _service_name_env_var: Service name that should be used to read API key
30
+ from environment variables.
31
"""
32
__base_url: Final[str] = "https://{subdomain}.abstractapi.com/v1/"
33
_subdomain: str
0 commit comments