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.
2 parents 7a7909b + a12038f commit 5d4264eCopy full SHA for 5d4264e
docs/usage-instructions-v2.md
@@ -63,7 +63,7 @@ import yaml # PyYAML from PyPI provides this module
63
with open(config_file_name, "r") as f:
64
config = yaml.load(f)
65
conn = umapi_client.Connection(org_id=config["org_id"],
66
- auth_dict=creds)
+ auth_dict=config)
67
```
68
69
The constructor of the Connection object will do all the
0 commit comments