What is REST architecture?

preview_player
Показать описание
In this video we'll discuss what REST architecture is and how it works. We would also see some pain-points of REST and a possible solution to it. Let's see.

------------
Don't forget to subscribe and like the video if you enjoyed :)
Рекомендации по теме
Комментарии
Автор

The video makes it very clear that REST is a type of an architecture widely used to create and design web services. So when you use this architecture in designing your API’s, they are called Restful.
Many frameworks such as Spring or Node automatically use the underlying architecture to be of REST . You could do it manually if you’d wish to understand the concept deeply (some companies such as Expedia do this).
The requests such as GET POST PUT are just acronyms which make sense to a user. And the response codes such as 200, 400 etc are part of the architecture. You could make your own architecture and use some other codes. Point is, it’s just an architecture and nothing more than that.

ryanvidz
Автор

It is kinda shocking that this video got only 75 likes. This is the best short introduction to REST I've found on the internet !!!!

vivekmankar
Автор

Topic suggestions for videos related to REST API- 1) using Postman app to interact with an API. 2) doing same with browser and dev tools. 3) Using Terminal cURL command for interacting with an API. I think it's useful to know all 3 methods of interacting with an API before making REST API or using 3rd party API in an app. Also, thanks for the concise video on REST API!

eric
Автор

People try to explain REST but they actually explain HTTP. This is very confusing.

amarudemonn
Автор

(New to REST) How do you define architecture?

DeepakSharma-honr
Автор

Is PATCH used for creating a resource..?

dkk