We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79abca5 + d44f053 commit d85e67cCopy full SHA for d85e67c
1 file changed
README.md
@@ -33,7 +33,7 @@ This example will create a connection to the API and return all devices that hav
33
```
34
from cyapi.cyapi import CyAPI
35
from pprint import pprint
36
-API = CyAPI(tid=your_id, aid=your_aid, ase=your_ase)
+API = CyAPI(tid=your_id, app_id=your_app_id, app_secret=your_app_secret)
37
API.create_conn()
38
devices = API.get_devices()
39
print("Successful: {}".format(devices.is_success))
0 commit comments