cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17502
Views
2
Helpful
2
Replies

Snapshot Meraki API In Node js

mraza6601
Visitor

Hey,Can i use the Snapshot Meraki Api in my Node js App, As the docs were only showing examples of using it in Python and Curl. Any resources would be really helpful.
Thanks!

1 Accepted Solution

Accepted Solutions

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

I created a node.js project a while ago. I have not updated it to use the V1 API. Last time I tried it still worked.

https://www.ifm.net.nz/cookbooks/meraki-icu.html

View solution in original post

2 Replies 2

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

I created a node.js project a while ago. I have not updated it to use the V1 API. Last time I tried it still worked.

https://www.ifm.net.nz/cookbooks/meraki-icu.html

JasonMo
Cisco Employee
Cisco Employee

One somewhat rarely mentioned gem that I like to use is to open Postman and generate a snippet for whatever language I need the line of code for. Very nifty in certain situations.

https://learning.postman.com/docs/sending-requests/generate-code-snippets/