Skip to content

Commit

Permalink
Update nextmv/cloud/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Merschformann <[email protected]>
  • Loading branch information
sebastian-quintero and merschformann authored Dec 12, 2023
1 parent 04ecd0e commit 10a9ce6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nextmv/cloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

@dataclass
class Client:
"""Client that interacts directly with the Nextmv Cloud API. The API key
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
must be provided either in the constructor or via the NEXTMV_API_KEY
environment variable.
"""

api_key: str | None = None
"""API key to use for authenticating with the Nextmv Cloud API. If not
Expand Down

0 comments on commit 10a9ce6

Please sign in to comment.