This quick HTTP restful tutorial helps to understand Idempotence in the context of HTTP rest service methods. Idempotence is a useful concept in HTTP rest requests, When the HTTP states are the same in repetitive calls of restful service that calls Idempotence.
(more…)Tag: rest api best practices
Creating A REST API With Lumen and MySQL – Part II

This is Part 2 of the Rest API Using Lumen tutorial, we have completed configuration of lumen and migration of database.
Now we will learn about CRUD operation REST API Using Lumen and MySQL.We will create customer module that will have add customer record, edit customer record, delete customer record and get all customers information from MySQL database.
(more…)