09-03-2020 02:29 AM
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
Solved! Go to Solution.
09-04-2020 01:31 PM
Hi Ed,
I generated a JSON file that contains all of the path changes of v0 to v1 and their respective operationIds.
Hope this helps!
09-04-2020 01:31 PM
Hi Ed,
I generated a JSON file that contains all of the path changes of v0 to v1 and their respective operationIds.
Hope this helps!
09-21-2020 09:01 PM
@DexterLabora wrote:Hi Ed,
I generated a JSON file that contains all of the path changes of v0 to v1 and their respective operationIds.
https://gist.github.com/dexterlabora/5b9fc6934d26f45100ff0d632ccbb118#file-v0-v1-path-operations-diff-json steamdb
Hope this helps!
Thanks very much for that information.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide