DashboardV2 list dashboards python example
In the Arduino documentation for the API. Ian trying to get any one of the example code snippets to work. Namely the DashboardsV2 List Dashboards example. I encounter an error stating that module 'iot_api_client' has no attribute 'Dashboardsv2'
When I list the attributes/methods of the module "iot_api_client" in python3 using:
import iot_api_client #this module imports ok.
dir(iot_api_client) #list the attributes/method of this module
I do not see any reference to DashboardsV2 at all. DevicesV2 is in there but not DashboardsV2.
Has anyone got a working example of listing the dashboards with python in the cloud api? The only example I could get to work is the acquisition of a token and then using the token to list my devices with DevicesV2