REST API and RESTful Web Services explained | Web Services Tutorial

REST API and RESTful Web Services explained | Web Services Tutorial

HomeClever TechieREST API and RESTful Web Services explained | Web Services Tutorial
REST API and RESTful Web Services explained | Web Services Tutorial
ChannelPublish DateThumbnail & View CountDownload Video
Channel AvatarPublish Date not found Thumbnail
0 Views
In this tutorial we will learn REST API and RESTful web services.

Enhance your Clever Techie learning experience:
https://www.patreon.com/clevertechie

UPDATE! (13.09.19) New features and improvements for Clever Techie Patreons:

1. Download the full source code with detailed comments – easy to learn and understand code
2. Weekly Source Code File Updates from Clever Techie – every time I learn new things about a topic, I add it to the source file and let you know about the update – stay updated with the latest coding technologies
3. Clever Techie custom functions library with descriptive, easy-to-understand comments – increase programming productivity and program more efficiently by using the Clever library of custom reusable functions
4. Syntax code summary – memorize and review previously learned code faster
4. Organized file structure – access all Clever Techie lessons, source codes, graphics, diagrams and cheat sheets from a single workspace – no more searching for previously covered material and source code – saves a huge amount of time and effort
5. Overview of the topics covered by the source file – quick repetition of all previously learned programming lessons
6. Access all Full HD 1080p videos without ads
7. Console input examples – interactive examples that make it easier to understand and learn programming
8. Access to the updated PHP programming book by Clever Techie

Download the files for this video here:
https://www.patreon.com/posts/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 presented by the web server to the client in any format such as HTML, image, JSON, XML, etc.

State – the state of the application (website) on a client's computer changes as the client clicks from one link to the next. When the client clicks the link, it requests additional resources and the application/"state" changes.

Transfer – the transfer of resources from the web server to the client in a /"representative/" state that can be read by the client or implemented by the programmer in the application program. Transfer can also refer to the transfer of application state as the client browses a web site.

API – Application Programming Interface provides useful methods/functions that a programmer can implement into his own application in a chosen programming language like PHP. API makes it easier for programmers to implement. It is important to note that the response we get when we send a REST API request is usually in JSON, XML or some other format, which makes it easier to implement into the code and is not meant to be read immediately by a human.
““““““““““““““““““““““““““““““““““““““““

Please take the opportunity to connect with your friends and family and share this video with them if you find it useful.