Hello All...
I am in the process of converting all my scripts from 0.9 API to the V1 API. I have both libraries install on my python environment and that is working ... I have difficulty in finding the new API calls related to the old one. The relation between the Postman Documents which meraki refers to, and the API calls are virtually non existent.
What i am looking for is some kind of table where i can see the V0 API call related to the new V1 API call.
Like this :
dashboard.devices.getNetworkDevices(def_network_id) -> dashboard.networks.getNetworkDevices(def_network_id)
Or some kind of reference in that postman V1 rest calls to the matching meraki V1 API call.
Hope there is.... or i have to find everything all over again
Thnx in Advance
Ed