REST API & RESTful Web Services Explained | Web Services Tutorial

  Рет қаралды 1,010,974

Clever Techie

Clever Techie

Күн бұрын

In this tutorial we will learn REST API and RESTful web services.
Upgrade your Clever Techie learning experience:
/ clevertechie
UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:
1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie
Download this video's files here:
/ rest-api-restful-20819043
`````````````````````````````````````````````````````````````````````````````````````````````
What is REST API? REST stands for Representational State Transfer and API stands for Application Programming Interface.
Representational - the resource (image, page, video, profile) is represented by the web server to the client in any format like HTML, Image, JSON, XML etc.
State - the state of the application (web site) on a client's computer changes as the client clicks from one link to the next. Ask the client clicks on the link, they request additional resources, and the application "state" changes.
Transfer - the transfer of resources from the web server to the client in a "representational" state which can be read by the client or implemented in the application program by the programmer. The transfer may also refer to the application state transfer as the client browses a web site.
API - application programming interface provides useful methods/functions which a programmer can implement into his own application in a chosen programming language like PHP. The API makes it easy for programmers to implement. It's important to note that the response we get when sending REST API request will usually be in JSON, XML or other format which makes it easy to implement in the code and it's not meant to be read immediately by a human being.
``````````````````````````````````````````````````````````````````````````````````````````````

Пікірлер: 487
@onlyvsn
@onlyvsn Жыл бұрын
five years later, still feels like one of the best explanations out there! Thanks dude.
@MCtinRad
@MCtinRad 4 жыл бұрын
I honestly wish I found this video when I was trying to understand REST API a year ago. Great job explaining it! I feel like this helped me have a better understanding of what the hell I was doing before. Thanks.
@chandraprakashjangid6982
@chandraprakashjangid6982 4 жыл бұрын
Staying so motivated in the evening on the Valentine' Day as to create a REST API youtube video ?! That's really cool !!
@lonzysnow2091
@lonzysnow2091 7 жыл бұрын
Have been following almost all your teaching and you really doing a great .... really like ho w you represent everything in a chart form for easy understanding
@clevertechie
@clevertechie 7 жыл бұрын
Thanks so much Lonzy, that means a lot!
@omarb.7250
@omarb.7250 6 жыл бұрын
Great tutorial, very clear with easy to understand examples. Thank you so much.
@staj
@staj 5 жыл бұрын
I love how concise yet detailed this is, making the technical bits thoroughly practical & understandable! Thanks a lot Sir! Keep up the Great Work!
@amalidriss6930
@amalidriss6930 4 жыл бұрын
staj that’s so true
@shariifomar9985
@shariifomar9985 2 жыл бұрын
somali naw
@TomasAntonio88
@TomasAntonio88 6 жыл бұрын
simple but clear explanation of REST. Good job!
@Rackerintraining
@Rackerintraining 5 жыл бұрын
Yes, finally a quality video about REST Web Services. Easy to understand, logically explains the concepts in progression. The best!!!
@arunthomas189
@arunthomas189 4 жыл бұрын
This is the best tutorial I've came across on the topic of REST API. It definitely helped that he started with explaing from a regular HTTP request and then go from there.
@TrouvatkiDePercusion
@TrouvatkiDePercusion 4 жыл бұрын
Spectacularly done! This is singularly the one-and-only video I've seen on all of KZbin that actually properly explains what "REST" is that's actually clearly understandable. Thank you so much, man!!
@gnosticdude
@gnosticdude 4 жыл бұрын
BEST-EXPLANATION-EVER! I had been struggling to get to the nuts and bolts of RESTApi and REST Web Services. Your video cleared it all in just 15 mins!
@meranaamarti
@meranaamarti 5 жыл бұрын
The best explanation on understanding what Restapis are. Thank you so much for all the detailed examples you gave.
@sha07geek
@sha07geek 6 жыл бұрын
Have been looking for some simple ways to teach people about REST arch and RESTful web services! You made it really simple.
@barryjones1695
@barryjones1695 6 жыл бұрын
Excellent clear explanation, informative and very well presented . I will follow your presentation and recommend them to others
@bhanu4j
@bhanu4j 6 жыл бұрын
The saying goes "If you cant explian with ease and simple enough way, it means you havent understood it well!!!" What an amazing crisp explanation of REST APIs. Keep it up!
@sheikahbib
@sheikahbib 4 жыл бұрын
I have ever ever seen such a perfectionist explanation...Your awesome brilliant..Keep going Clever Techie...not stopping me to Subscribe
@kevinmeinrad5473
@kevinmeinrad5473 5 жыл бұрын
This was the clearest video regarding REST API I watched on KZbin. Thanks for this :)
@CenturionDobrius
@CenturionDobrius 4 жыл бұрын
Beautifully explained, both verbally and visually. This is the best introductory lesson considering REST on the Internet.
@Yodad0110
@Yodad0110 2 жыл бұрын
Totally agree!!
@vinayakredekar3879
@vinayakredekar3879 6 жыл бұрын
This is the best REST description i have come across. Thank you.
@denmark8th
@denmark8th 6 жыл бұрын
this is by far the best short explanation i could find on youtube for REST API! really nice work!
@tobiamodu2367
@tobiamodu2367 6 жыл бұрын
i agree
@clevertechie
@clevertechie 5 жыл бұрын
Thanks, the inspiration came through from my own confusion of what REST is and the lack of simple explanation...
@mayursaroj4360
@mayursaroj4360 5 жыл бұрын
please explain me in under 5 words...
@gittin_funky
@gittin_funky 5 жыл бұрын
Clever Techie I agree great job describing ! Subscribed
@ITech2005
@ITech2005 5 жыл бұрын
@@mayursaroj4360 Allows access to backend
@dhanushsadhanagiri9495
@dhanushsadhanagiri9495 5 жыл бұрын
Its very simple with clear explanation of REST, giving insight of terminology as well
@kingmartinibeatz4079
@kingmartinibeatz4079 4 жыл бұрын
Best explanation ever. This makes RESTFUL API's seem so easy. Thanks.
@manttest
@manttest 4 жыл бұрын
The best and short explanation I ever see on REST API, keep doing and good luck.
@KostiaRedko
@KostiaRedko 6 жыл бұрын
That was a great explanation! Most importantly, you provided some great real world examples and still kept it very short. It was not just the best REST API explanation I could find, but also one of the best I have seen in general. Thank you.
@Socversity
@Socversity 4 жыл бұрын
This is awesome way of explaining. I find alot videos on youtube, but I didn’t understand about api. After watching this video, i am able to speak about API. Thanks man👍👍👍
@WarriorPocky
@WarriorPocky 3 жыл бұрын
Dude, I've watched other REST API explanation vids. All of them had comments saying "this is the best vid!!! blah blah" and I still do NOT understand what's going on. You, however, helped me to FINALLY, finally understand. Well done, seriously. You've earned yourself another subscriber.
@fraterrr6560
@fraterrr6560 2 жыл бұрын
This is my third REST video in a row, I still don’t understand, but this was the best video explanation I feel.
@shehuyakubu9753
@shehuyakubu9753 5 жыл бұрын
Bravo! Thank you man, I really got this powerful explanation into mind.
@nndhore
@nndhore Жыл бұрын
What an amazing found on KZbin. All you need to see this video to understand Basic of REST API
@Lili-jh5ur
@Lili-jh5ur 5 жыл бұрын
Damn, first frame of the video and I already understand this subject better than any 30 min lecture ever enabled me to.
@romitjoyful
@romitjoyful 3 жыл бұрын
This video is amazing! Crispy and clear with practical examples! Great work...
@mmpcse
@mmpcse Жыл бұрын
Came here multiple times, this is new return and refreshing / re-brushing the concept. 🙂
@NYC_CuriousG
@NYC_CuriousG 5 жыл бұрын
Finally I understand this. You're a good teacher. Clean design also
@gauravroy7801
@gauravroy7801 6 жыл бұрын
This is how an informative video should be made. Thanks a ton!
@amanthakur1987
@amanthakur1987 5 жыл бұрын
Can't expect better than this.... This is just awesome..... Clears all my doubts about REST.
@pushkarmandot4426
@pushkarmandot4426 5 жыл бұрын
Thanks for explaining from the scratch. Really helpful video!
@CarlosWashingtonMercado
@CarlosWashingtonMercado Жыл бұрын
Excellent. Best explanation found so far in years. Great job!
@anbuselvan2004
@anbuselvan2004 3 жыл бұрын
THE BEST REST work on the KZbin!!!
@rotimiakinbobola2327
@rotimiakinbobola2327 4 жыл бұрын
I am super excited. for the very first time I understand REST API . Thank you
@js312
@js312 4 жыл бұрын
That was really good, thank you. I feel that more stuff need to be presented in plain English before going to the code. A Lot of tutorials just go to the code without explaining in pseaudo code what's actually going on. IT's seems the most important part, why people don't do that?
@KurtNHeiss
@KurtNHeiss 4 жыл бұрын
This is an excellent overview! Thanks so much for putting it up.
@niteshc
@niteshc 5 жыл бұрын
This is very nice and crisp explanation with easy examples. Now it makes clear on what is REST
@redwolfmendoza
@redwolfmendoza 6 жыл бұрын
Thanks for the clear explanation. Your video was very clean, clear and straightforward! The infographics were very useful.
@andrewwerner4220
@andrewwerner4220 4 жыл бұрын
Wow this is a great video. I'm a software developer myself but I have to say this really helped me understand it better.
@raghuramaswamy7953
@raghuramaswamy7953 5 жыл бұрын
Explanation was crisp and the examples made it very clear thanks
@bhaddiyatanchangya520
@bhaddiyatanchangya520 4 жыл бұрын
Thank you Clever Techie. I love your tutorial. Your teaching is wonderful.
@maxrosa2218
@maxrosa2218 6 жыл бұрын
This is well explained using a practical method with real life examples. Awesome !!!
@assortedtea902
@assortedtea902 5 жыл бұрын
Nice video man!! By far the simplest explanation of them all
@rucharamdasi6406
@rucharamdasi6406 3 жыл бұрын
Crystal clear breakdown of REST, thanks a lot
@priyotoshdeb5028
@priyotoshdeb5028 6 жыл бұрын
Superb explanation with demonstration. Very simplified way of teaching. Great Work. Thank you.
@sumedhburbure4173
@sumedhburbure4173 5 жыл бұрын
Damn! This is the most beautiful video i have seen on the RESTful API!!
@pavan4651
@pavan4651 2 жыл бұрын
I've watched over dozen videos on this topic but this is by far the BEST.
@clevertechie
@clevertechie Жыл бұрын
Thank you so much, I really appreciate that!
@bukresanin
@bukresanin 5 жыл бұрын
Thank you man! I was a brief and useful short explanation.
@kerryruddock6839
@kerryruddock6839 6 жыл бұрын
Thanks. I loved the image at the start of the video. Extremely helpful.
@kervinfernandez7519
@kervinfernandez7519 5 жыл бұрын
This is so useful! Very informative! Please create more videos! I'm now a fan. 😊
@wryammm3346
@wryammm3346 2 жыл бұрын
The best practical video to understand REST. Thanks.
@tnduc91
@tnduc91 6 жыл бұрын
so basic and simple to understand, thanks.
@shashankcool
@shashankcool 4 жыл бұрын
Hi, Really liked the way you explained rest API with visual diagram and working example.
@premkulkarni8012
@premkulkarni8012 2 жыл бұрын
Best Explanation of REST API so far !!
@reecebygrave7211
@reecebygrave7211 2 жыл бұрын
VERY useful thanks! Better than 10 weeks worth of lectures in final year computer science.
@clevertechie
@clevertechie Жыл бұрын
Great to hear!
@MrAverageViewer
@MrAverageViewer 5 жыл бұрын
Great explanation!! Thank you for creating this video!! Much appreciated!!
@ponramk2756
@ponramk2756 Жыл бұрын
Woow.. Excellent explanation!! This would greatly help people to understand about the concept without any prerequisite or technical background.
@sreenivasaraju4988
@sreenivasaraju4988 5 жыл бұрын
wonderful and short explanation about REST API's, thanks a lot
@orantesce
@orantesce 6 жыл бұрын
Thank you very much for your POST! I'm glad there are people that like to share knowledge
@peteruk2
@peteruk2 3 жыл бұрын
Great summary of the principles - thanks for taking to trouble to create and post it.
@mazdysoraya6121
@mazdysoraya6121 6 жыл бұрын
Best explanation, thank you for your time. Subbed.
@DanielSantosBr
@DanielSantosBr 6 жыл бұрын
the best quick tutorial for me. really good and for my level. thanks Sir.
@TheDeeptinamdeo
@TheDeeptinamdeo 3 жыл бұрын
The way you explain things , its so nice. Thank you so much!
@clevertechie
@clevertechie Жыл бұрын
I appreciate you
@ravibeli
@ravibeli 6 жыл бұрын
Awesome presentation with clear explanation - Keep posting... Thanks!
@adusparx
@adusparx 5 жыл бұрын
BEST EXPLANATION, PERIOD
@darinadia98
@darinadia98 3 жыл бұрын
Thank you for the video, you make it so much easier to understand
@mosesmuchemi7221
@mosesmuchemi7221 5 жыл бұрын
awesome stuff was struggling with this API stuff for so long
@karamjeetpadam4719
@karamjeetpadam4719 Ай бұрын
This is the best explanation I heard about this topic
@WhispersInTheDarkCnR
@WhispersInTheDarkCnR 6 жыл бұрын
Thank you for the perfect explanation!
@ajitpata3281
@ajitpata3281 5 ай бұрын
Best and simplest explanation.Loved it. Thanks
@ikcmontreal
@ikcmontreal 5 жыл бұрын
Exactly what i needed, thanks a ton !!!
@ateviel
@ateviel 5 жыл бұрын
Well explained and with good visual representations too! Thanks :-)
@qaautomationcult3868
@qaautomationcult3868 4 жыл бұрын
API testing & Automation A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. Your software’s API is actually the most important part of the application that you can test because it is the business logic of your product. please subscribe our youtube channel : kzbin.info/door/0xat537YITJbN_9GSMUALA Fb page : facebook.com/learn.automation.testing linkedin page : www.linkedin.com/in/qa-cult-64835bb/ website: www.qacult.com for various blogs and Upcoming Events
@zunairah9223
@zunairah9223 5 жыл бұрын
This is an excellent explanation of REST and REST API. All the concepts were really clear. This is how you teach people who are new to some technology or concept. I would like to know if you have done a video on using REST API in a PHP application or in a laravel application? If so, it would be great if you share the link. Thanks a ton
@curiouswanderer793
@curiouswanderer793 4 жыл бұрын
My doubts about REST stopped here. I agree with all the comments below on the clarity of explanation. Keep going, Clever Techie !!
@tulasirambattu4965
@tulasirambattu4965 3 жыл бұрын
Excellent explanation in a short time.
@Mazoane
@Mazoane Жыл бұрын
The best video about explaining API! Thank yo so much!
@aglaiawong8058
@aglaiawong8058 5 жыл бұрын
that's very clear and helpful! Thanks a lot! Much appreciated!!
@karmaj32
@karmaj32 6 жыл бұрын
This is an excellent explanation of the REST API - Thank you!
@Lomunist
@Lomunist 5 жыл бұрын
excellent explanation; best one I've found so far
@icyrealm7
@icyrealm7 5 жыл бұрын
Excellent explanation of complex subject matter! :)
@ThilinaWimalapriya
@ThilinaWimalapriya 4 жыл бұрын
Better than other videos which explains REST api
@amaan261
@amaan261 6 жыл бұрын
keep up the good work buddy
@user-wt5yl7nt1p
@user-wt5yl7nt1p 4 жыл бұрын
you are great!! finaly someone that actualy explain the concepts
@Prog10000
@Prog10000 3 жыл бұрын
Excellent explanation of the REST API and Web Services. Thank you very much
@preethimukundkumaresh8928
@preethimukundkumaresh8928 6 жыл бұрын
Thank you soo much it was so helpful and I understood the concept very well !!
@asadujjamannur6938
@asadujjamannur6938 3 жыл бұрын
Got understand now what is REST API. Thank you very much for your effort.
@tonytony-fc6gq
@tonytony-fc6gq 3 жыл бұрын
WOW easily explained , THANK YOU !!!!! I have been looking everywhere for a better explanation this 15 minute video just done that
@clevertechie
@clevertechie Жыл бұрын
Of course! Glad to help! :)
@selehadinseid2958
@selehadinseid2958 9 ай бұрын
bravo very clear and straight forwarded presentation
@ardiestephens3489
@ardiestephens3489 3 жыл бұрын
Clever Techie - Great video. What is the name of the application you are using for the webpage info (the cloud icon at the top)?
@lakshminarayananbalaramane2900
@lakshminarayananbalaramane2900 5 жыл бұрын
Awesome explanation. Thanks mate. Hope you can probably follow this up with using this in a small code in another video. Perhaps there is one already?
@danith72
@danith72 3 жыл бұрын
What a great video, easy, clear and professional.
@tedodera1764
@tedodera1764 6 жыл бұрын
The Best explanation ever. Good Job Sir I have subscribed ASAP
@Vhagar__
@Vhagar__ 3 жыл бұрын
Thanks Great explanation... What is the extension you are using in browser to check every request?? That cloud symbol one..
@diegor7042
@diegor7042 5 жыл бұрын
hey, what plugin are you using to view the request/response details?
@jeffbong7989
@jeffbong7989 2 жыл бұрын
The best explanation so far. 👍
APIs for Beginners 2023 - How to use an API (Full Course / Tutorial)
3:07:07
freeCodeCamp.org
Рет қаралды 1,7 МЛН
May 9, 2024 Backdrop Weekly Dev Meeting
45:41
Backdrop CMS
Рет қаралды 3
ISSEI funny story😂😂😂Strange World | Pink with inoCat
00:36
ISSEI / いっせい
Рет қаралды 12 МЛН
MINHA IRMÃ MALVADA CONTRA O GADGET DE TREM DE DOMINÓ 😡 #ferramenta
00:40
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3 МЛН
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,4 МЛН
The ARM chip race is getting wild… Apple M4 unveiled
4:07
Fireship
Рет қаралды 508 М.
Making Minimalist Web Server in C on Linux
10:23
Nir Lichtman
Рет қаралды 185 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 302 М.
REST API Interview Questions (Beginner Level)
7:07
Exponent
Рет қаралды 144 М.
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
APIs | REST | REST APIs Demystified
16:48
The TechCave
Рет қаралды 296 М.
ПОЧЕМУ ОБ ЭТО НИКТО НЕ ГОВОРИЛ?!😱🔥 #shorts
1:00
Лина Погорелова
Рет қаралды 10 МЛН
How To Choose Ramen Date Night 🍜
0:58
Jojo Sim
Рет қаралды 40 МЛН
Barriga de grávida aconchegante? 🤔💡
0:10
Polar em português
Рет қаралды 22 МЛН
Прорыв в мире ДРИФТА: шины Toyo Tires
0:22
ЛАЙФСТОРИ
Рет қаралды 2,6 МЛН