From 4697c166ed73da1ac4ff043893a6690d23acd792 Mon Sep 17 00:00:00 2001 From: Todd Fredrich Date: Fri, 18 May 2012 14:13:24 -0600 Subject: [PATCH] Corrected previous heading. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4169105..1e512f8 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
-

Learn REST: A REST Tutorial

+

Learn REST: A RESTful Tutorial

Building restful web services, like other programming skills is part art, part science. As the Internet industry progresses, creating a REST API becomes more concrete, with emerging best practices. As RESTful Web services don't follow a prescribed standard except for HTTP, it's important to build your RESTful API in accordance with industry best practices to ease development and simplify client adoption.

Presently, there aren't a lot of REST API guides to help the lonely developer. RestApiTutorial.com is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person. We'll discuss both the art and science of creating REST Web services.

Jump in with REST API Quick Tips, a few overarching concepts (based on this post from 37 Signals) created to get you started on the right track.