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 04ecd0e commit 10a9ce6Copy full SHA for 10a9ce6
nextmv/cloud/client.py
@@ -9,8 +9,11 @@
9
10
@dataclass
11
class Client:
12
- """Client that interacts directly with the Nextmv Cloud API. The API key
13
- must be provided either in the constructor or via the NEXTMV_API_KEY"""
+ """
+ Client that interacts directly with the Nextmv Cloud API. The API key
14
+ must be provided either in the constructor or via the NEXTMV_API_KEY
15
+ environment variable.
16
17
18
api_key: str | None = None
19
"""API key to use for authenticating with the Nextmv Cloud API. If not
0 commit comments