Hi,
Attended the seminar, and I really liked it 🙂
One thing, when I try to use the new API, I get this error:
AttributeError: module 'meraki' has no attribute 'DashboardAPI'
I get the error when I try run the example script: New_Client_Listing.
This is an example code I am running, and the same error:
api_key = 'A_API_KEY'
import meraki
m = meraki.DashboardAPI(api_key)
orgs = m.organizations.getOrganizations()
print(orgs)
Sure I am doing something wrong here, but what? Can you point me in the right direction. I have upgraded the 'Meraki' module from 0.32 to 0.70.4 with pip3 install --upgrade.
Thank you