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 c064a2f commit e1924c2Copy full SHA for e1924c2
src/viam/app/viam_client.py
@@ -20,9 +20,10 @@ class ViamClient:
20
"""gRPC client for all communication and interaction with app.
21
22
`ViamClient` class for creating and managing specialized client instances.
23
- There is currently 1 way to instantiate a `ViamClient` object::
+ There are currently 2 ways to instantiate a `ViamClient` object::
24
25
ViamClient.create_from_dial_options(...)
26
+ ViamClient.create_from_env_vars()
27
"""
28
29
@classmethod
0 commit comments