#wemakedevs
Read more stories on Hashnode
Articles with this tag
REST: API stands for Representational state transfer API Rules on how an API should be Rule 1 - Uses Standard HTTP Method HTTP Methods are as...
In this article, you will see the POST, PUT, PATCH, and DELETE protocols. So for that, we will make a web application. Let's Start Step 1 - Package...
What we will be doing? As you can see on the above web page. Now as soon as you click on No Auth:- You will get to see the random secret Basic...
Let's try out the 4 tier with an example using Postman No Authentication Just take a public API that requires no authentication that is no username...
There are 4 tiers of authentication No Authentication Basic Authentication API Key Authorization Token Based Authentication No Authentication An...
What we will be doing We will make our server send the get request to someone's server and get a response back from someone's server to our server. We...