Part 41 CodeIgniter 4 Tutorial Series in Urdu/Hindi: How to use Restful Resources for Restful API

195 views

Published by Learning Shala

Web Development

Published on 30 August, 2020
Category :

Codeigniter, Web Development

About :

Hello Friends,
Welcome to Part 41 of the CodeIgniter 4 Tutorial Series in Urdu/Hindi. Today in this CodeIgniter Video Tutorial, we are going to learn how to use restful resources to create rest API in Codeigniter 4.
Representational State Transfer (REST) is an architectural style for distributed applications, first described by Roy Fielding in his 2000 PhD dissertation, Architectural Styles and the Design of Network-based Software Architectures. That might be a bit of a dry read, and you might find Martin Fowler’s Richardson Maturity Model a gentler introduction.

REST has been interpreted, and misinterpreted, in more ways than most software architectures, and it might be easier to say that the more of Roy Fielding’s principles that you embrace in an architecture, the most “RESTful” your application would be considered.

CodeIgniter makes it easy to create RESTful APIs for your resources, with its resource routes and ResourceController.

Playlist Videos
Related Videos