How to create a basic REST API?

How to create a basic REST API? Hello Everyone Welcome to CloudAffaire and this is Debjeet. So far, we have discussed what is REST API and how to interact with REST API using curl, Python or PowerShell. In this blog post, we will create our own basic REST API using Python’s Flask module. How to create a basic REST API? Prerequisite One Linux/Windows/MAC system Step 1: Install Python and Pip in your system and…

Comments Off on How to create a basic REST API?

REST API using PowerShell

REST API using PowerShell Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can interact with a REST API endpoint using PowerShell Invoke-WebRequest or Invoke-RestMethod modules. But for backward compatibility we will use Invoke-WebRequest to make different REST API requests like HEAD, GET, POST, PUT, PATCH, and DELETE. If you wonder what REST API is, you can refer this blog post where I have given all the details to clear your doubts. REST…

Comments Off on REST API using PowerShell

REST API using Python requests module

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

Comments Off on REST API using Python requests module

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

What is REST API?

What is REST API? Hello Everyone Welcome to CloudAffaire and this is Debjeet. REpresentational State Transfer (REST) Application Programming Interface (API) is a set of rules for communication between devices and applications and is the backbone of any modern web application. REST was first defined by a computer scientist named Roy Fielding in his PhD thesis in the year 2000 and since then it has become the standard for inter communication between webservices and…

Comments Off on What is REST API?