Readable API V1 manual

SOLVED
Edgar-VO
Building a reputation

Readable API V1 manual

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

 

1 ACCEPTED SOLUTION
DexterLaBora
Meraki Employee
Meraki Employee

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-dif...

 

Hope this helps!

 

 

View solution in original post

2 REPLIES 2
DexterLaBora
Meraki Employee
Meraki Employee

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-dif...

 

Hope this helps!

 

 


@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-dif... steamdb

 

Hope this helps!

 


Thanks very much for that information.

Get notified when there are additional replies to this discussion.