REST API using curl

REST API using curl Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can interact with a REST API endpoint from Linux command line using curl command and today we will discuss how to make different REST API requests like HEAD, GET, POST, PUT, PATCH, and DELETE using Linux curl command. If you wonder what REST API is, you can refer this blog post where I have given all the details to clear…

Comments Off on REST API using curl

Linux Commands – curl

Linux Commands - curl Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed crontab command in Linux which is used to schedule cron jobs in Linux. https://cloudaffaire.com/linux-commands-crontab/ In this blog post, we will discuss curl command in Linux. curl command can be used to transfer data from or to a server. You can send request to server using curl command and get the response from the…

Comments Off on Linux Commands – curl