Skip to content

Commit 1e8292b

Browse files
authored
Add missing docstring item (#29)
1 parent 33d578d commit 1e8292b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/abstract_api/core/bases/base_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class BaseService(Generic[BaseResponseT]):
2626
_subdomain: A service's subdomain.
2727
Used with __base_url to generate service-specific API URL.
2828
_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.
2931
"""
3032
__base_url: Final[str] = "https://{subdomain}.abstractapi.com/v1/"
3133
_subdomain: str

0 commit comments

Comments
 (0)