Meraki API

Akimus
New here

Meraki API

Hello, 

Is anybody writing scripts or programs using the Meraki API?
What language are people using? Anybody using .NET? TIA

2 Replies 2
rhbirkelund
Kind of a big deal
Kind of a big deal

I use Python for my scripts.

Meraki has a published Python Library, which works wonders.

I am not aware of any .NET implementation of Meraki, but if .NET has support for restful APIs it should not be a problem to use it. But then again I have no experience with .NET so I wouldn't be able to say for sure.

LinkedIn ::: https://blog.rhbirkelund.dk/

Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂

All code examples are provided as is. Responsibility for Code execution lies solely your own.
PhilipDAth
Kind of a big deal
Kind of a big deal

Most people use Python because Meraki write an SDK for it.

 

I don't use .Net, but I have seen this one mentioned.

 

Github: https://github.com/panoramicdata/Meraki.Api

Nuget: https://www.nuget.org/packages/Meraki.Api

 

Get notified when there are additional replies to this discussion.