Tag

cli

Browsing

As we shift toward microservice oriented architectures, APIs are becoming more and more pervasive. While there are many tools that help us be more productive, none are as universal as curl. Before we dive into some of the common commands I use, here are other tools which are crucial to have in your toolbox. Postmanjq Make a GET request A GET request is the simplest kind of request you can do with curl. You only…