If doens't exist, according to docs, how I will be able to have a response from as an example:
response = dashboard.organizations.getOrganizations()
if:
dashboard = meraki.DashboardAPI(API_KEY)
raises an exception:
AttributeError: module 'meraki' has no attribute 'DashboardAPI'
Thanks.