{"id":137,"date":"2009-03-17T17:25:52","date_gmt":"2009-03-17T16:25:52","guid":{"rendered":"http:\/\/www.setfiremedia.com\/blog\/?p=137"},"modified":"2009-03-17T17:25:52","modified_gmt":"2009-03-17T16:25:52","slug":"the-many-benefits-of-restful-development","status":"publish","type":"post","link":"https:\/\/www.setfiremedia.com\/blog\/the-many-benefits-of-restful-development","title":{"rendered":"The (Many) Benefits of RESTful Development"},"content":{"rendered":"

REST or Representational State Transfer development is web development with controller functions geared around the four HTTP request types (or verbs) – POST, GET, PUT and DELETE, equating these (classically but by no means exclusively) to the CRUD operations Create, Read, Update and Delete respctively. Once you start developing in REST the advantages of this quickly become clear:<\/p>\n