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 672cd65 commit 663c5b9Copy full SHA for 663c5b9
README.md
@@ -54,6 +54,7 @@ Please check the [test_main.py](/test/test_main.py) from this repository. Below
54
### Create an instance of the PI Web API top level object.
55
56
```python
57
+ from osisoft.pidevclub.piwebapi.pi_web_api_client import PIWebApiClient
58
client = PIWebApiClient("https://test.osisoft.com/piwebapi", False, "username", "password", True)
59
```
60
0 commit comments