cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2432
Views
9
Helpful
5
Replies

TECHNICAL KNOWLEDGE

michael1999ac
Level 2
Level 2

Hi everyone, I'm new at Meraki so I'm curios about Meraki SDKs, I know there is 2 one Python based and the other Node.js based but for Python I encountered two the "meraki_sdk" and "meraki" which one of them I should be use?, both are updated? or someone is deprecadated?. For the DevAsc 200-901 certification which should I use?

5 Replies 5

Rasmus Hoffmann Birkelund
Meraki Community All-Star
Meraki Community All-Star

You should use the "meraki" package.

Not the "meraki_sdk".

#########
LinkedIn ::: https://blog.rhbirkelund.dk/
Like what you see? - Mark as helpful ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution is solely your own.

This is the one, you'd want to use; https://pypi.org/project/meraki/

#########
LinkedIn ::: https://blog.rhbirkelund.dk/
Like what you see? - Mark as helpful ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution is solely your own.

michael1999ac
Level 2
Level 2

I was reading the Oficial Certificate Guide of DevAsc 200-901 and Cisco uses "meraki_sdk", do you know if that library it is deprecadated?, or in the exam both libraries will be included?

image.png

I don't know what the status of it is, but I can see that the latest published release is from 2019. So it doesn't look like it's being maintained.

#########
LinkedIn ::: https://blog.rhbirkelund.dk/
Like what you see? - Mark as helpful ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution is solely your own.

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

The node.js SDK doesn't get much love.

The Python SDK is the most loved.