Web interface

DJ
Here to help

Web interface

Bit of a noob question but I wanted (for educational purposes) to display API output in a web interface that I have built. I'm guessing the first part would be to perform Curl API calls and then have a web interface which displays the API output.

 

Has anyone done something similar and have a pointer where to start on the web code side?

 

DJ

2 Replies 2
Adam
Kind of a big deal

If you use the postman application you can test your API calls and it also allows you to generate HTTP or PHP code to use on a website.  Just keep in mind, there is typically some dependency requirements for those.  

Adam R MS | CISSP, CISM, VCP, MCITP, CCNP, ITILv3, CMNO
If this was helpful click the Kudo button below
If my reply solved your issue, please mark it as a solution.
PhilipDAth
Kind of a big deal
Kind of a big deal

@Adam is right - Postman does exactly this.  Once you get it "right" it can even generate framework code.

 

You should check out the main Meraki developer area here:

https://create.meraki.io/

 

Here is the Postman Meraki documentation:

https://documenter.getpostman.com/view/897512/meraki-dashboard-api/2To9xm

Get notified when there are additional replies to this discussion.