Getting Started with the Postman API Client

Tools for interacting with an API There are many tools out there for interacting with a REST API.  Depending on your preference there are both GUI and CLI options available.  I will go over installing, and some basics of using, the Postman API client – my current preference of GUI clients. Where can I get Postman? Postman comes in a couple of different forms.  There is a Chrome app version, and a native version...

Continue Reading

Getting Started with APIs for Network Engineers

The goal of this post is to help network engineers who are just getting started with APIs understand why APIs are becoming more prevalent, the components of an API call, and how to format an API call. What exactly is an API, and why do I need it? The acronym API stands for Application Programming Interface which, in its simplest form, means an API is a way to interact with an application.  You may...

Continue Reading