filmov
tv
Learn REST APIs development in Core PHP Tutorials for Beginners #1 What is REST APIs, Need & Methods
Показать описание
In this video we'll see:
1. What is REST API ?
2. Why do we need ?
3. REST API methods
What is REST API?
==============
REST stands for "Representational State Transfer". API stands for "Application
Programming Interface". It is a set of rules that allows one piece of software
application to talk to another. Those rules can include create, read, update and
delete operations.
Example:
===============
Mobile Applications softwares
Why do we need REST API?
=========================
In many applications, REST API is a need because this is the lightest way to create,
read, update or delete information between different applications over the internet or
HTTP protocol. This information is presented to the user in an instant especially if
you use JavaScript to render the data on a webpage.
Example:
============
API calls when developing application via VueJS, Angular JS, React JS javascript
frameworks.
Understanding REST API Methods
=================================
REST provides a block of HTTP methods which are used to alter the data. The following
are common HTTP methods:
GET — is used for reading and retrieving data.
POST — is used for inserting data.
PUT/PATCH — is used for updating data.
DELETE — is used for deleting data.
Basically, REST phenomena works on actions and resources. Whenever any action URL is
invoked, it performs an individual method (or a set of methods) on that URL.
SOCIAL :
===============
Other Tutorials
===============
Wordpress Customizations:
---------------------------------
and many more...
Javascript framework:
----------------------------------
PHP Frameworks:
----------------------------------
Tags:
----------------------------------
REST api development tutorial for beginners,
PHP api development tutorials for beginners,
API development in PHP,
PHP rest api development fro scratch,
api development tutorials in php
rest api development from scratch,
php apis development,
complete guide for developing rest apis in php,
REST apis beginners tutorials in php
step by step apis development in php for beginners,
online web tutor api development tutorials in php,
online web tutor sanjay,
online web tutor
Thanks
Online Web Tutor
Keep learning and Sharing :)
1. What is REST API ?
2. Why do we need ?
3. REST API methods
What is REST API?
==============
REST stands for "Representational State Transfer". API stands for "Application
Programming Interface". It is a set of rules that allows one piece of software
application to talk to another. Those rules can include create, read, update and
delete operations.
Example:
===============
Mobile Applications softwares
Why do we need REST API?
=========================
In many applications, REST API is a need because this is the lightest way to create,
read, update or delete information between different applications over the internet or
HTTP protocol. This information is presented to the user in an instant especially if
you use JavaScript to render the data on a webpage.
Example:
============
API calls when developing application via VueJS, Angular JS, React JS javascript
frameworks.
Understanding REST API Methods
=================================
REST provides a block of HTTP methods which are used to alter the data. The following
are common HTTP methods:
GET — is used for reading and retrieving data.
POST — is used for inserting data.
PUT/PATCH — is used for updating data.
DELETE — is used for deleting data.
Basically, REST phenomena works on actions and resources. Whenever any action URL is
invoked, it performs an individual method (or a set of methods) on that URL.
SOCIAL :
===============
Other Tutorials
===============
Wordpress Customizations:
---------------------------------
and many more...
Javascript framework:
----------------------------------
PHP Frameworks:
----------------------------------
Tags:
----------------------------------
REST api development tutorial for beginners,
PHP api development tutorials for beginners,
API development in PHP,
PHP rest api development fro scratch,
api development tutorials in php
rest api development from scratch,
php apis development,
complete guide for developing rest apis in php,
REST apis beginners tutorials in php
step by step apis development in php for beginners,
online web tutor api development tutorials in php,
online web tutor sanjay,
online web tutor
Thanks
Online Web Tutor
Keep learning and Sharing :)
Комментарии