Hullo!

CSegovia
Here to help

Hullo!

I'm a very big fan of Meraki, I've made implementations of MX, MR and MS.

I'm here to learn from all of you and specialize in API dev

2 REPLIES 2
BrechtSchamp
Kind of a big deal

Welcome to the community!

 

My advice to learn the API would be:

  • Start out with postman so you get a feel for how to use the endpoints, what information you can get and what information you need to provide. This should help you out: https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/
  • After that, I'd recommend to look into pycharm and start doing the same things you've been doing in postman with Python. Here's a few of the steps to get going:
    Create a new projectCreate a new projectGive it a nameGive it a namePyCharm will prepare everything for youPyCharm will prepare everything for youGo to the project settings to add the Meraki libraryGo to the project settings to add the Meraki libraryClick the little plusClick the little plusFind the Meraki module and install itFind the Meraki module and install itAfter installing it it'll look like thisAfter installing it it'll look like thisCreate a python fileCreate a python fileTo get started with the code have a look at http://meraki.io/api. Every endpoint has an example which you can use as a template.To get started with the code have a look at http://meraki.io/api. Every endpoint has an example which you can use as a template.Here's the simplest example that gets the id of all orgs you have access to. I just copied over the template and filled in my API key.Here's the simplest example that gets the id of all orgs you have access to. I just copied over the template and filled in my API key.

Good luck!

KRobert
Head in the Cloud

Hello @CSegovia! Welcome to the Meraki Community! It is a great community to be a part of and we are glad to have you here. I did exactly what @BrechtSchamp suggested and it is a great path to follow for learning the API.
CMNO, CCNA R+S
Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.