REST Basics | HTTP Methods and Sample REST Implementation | Tech Primers

preview_player
Показать описание
This video covers
What is REST, its basics, HTTP Methods, a sample implementation and Richardson Maturity Model by Martin Fowler

📌 Related Playlist
================

🎬Video Editing: iMovie

🎼Background Music:
Dyalla
Joakin Karud

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#REST #RESTStandards #TechPrimers
Рекомендации по теме
Комментарии
Автор

Really nice one tutorial...thank you sir🙂

akshayshinde
Автор

Well organized and explained, thank you.

harleighabel
Автор

Really simple and nice video man. Thanks a lot!!!

prakashto
Автор

Hi. In the video you state that PUT is used for CREATE operation, and post for UPDATE. As far as I know, it's the other way around. Because PUT is an idempotent operation, but POST is not, when you create you want to use POST, and when you UPDATE you want to use PUT. This, essentially, helps from executing some unwanted operations. For example, assume you create a form for inserting data in a database (method=POST), and you submit it. If you refresh the page, you get a warning from the browser, informing you that your data is gonna be submitted again. That happens because the browser is aware of the fact that POST is not idempotent, and re-executing the POST will produce a new record in the database. This wouldn't happen if the form used the PUT method. Also, when you talk about representation, you again mention the methods, but I think in case of REST, the concept of representation is more about the way you represent a resource, i.e. JSON or XML.

vpezzano
Автор

Great Video of rest concepts! However "Rest Security" was not mentioned. Looking forward to subsequent tutorials. great going!

GauravSingh-ovmh
Автор

Could you pls upload a detailed video with a rest implementation

ruchikakapoor
Автор

Great Ajay..Could you please suggest technologies to develop an online shop.Im more interested in java. Thanks in Advance.

abhinkraj
Автор

9.50 description about Stateless is ambiguous, what it simply means is no information about a request is maintained. in TCP kind of connections client and server both retains session details and thats why the are called STATEFUL

at_tap
Автор

Hi recently patch method added in rest API

dileepalla