Welcome Guest, Not a member yet? Register   Sign In
REST API vs RESTful API: Which One Leads in Web App Development?
#1

REST API vs RESTful API: Which One Leads in Web App Development?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#2

Good article. Thanks for sharing.
Reply
#3

Your Welcome.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

In web app development, the terms "REST API" and "RESTful API" are often used interchangeably, but they refer to slightly different concepts.
A RESTful API adheres to the principles of REST (Representational State Transfer), which is an architectural style for designing networked applications. It emphasizes a stateless client-server architecture, where client-server communication is done through stateless requests and responses. RESTful APIs use HTTP methods (GET, POST, PUT, DELETE) to perform CRUD (Create, Read, Update, Delete) operations on resources identified by URIs (Uniform Resource Identifiers).
Reply




Theme © iAndrew 2016 - Forum software by © MyBB