From 4eabe06f6cb868ba5c9b3ff5b792baab5baaa2c2 Mon Sep 17 00:00:00 2001 From: Todd Fredrich Date: Fri, 18 May 2012 13:41:21 -0600 Subject: [PATCH] Changed hero heading to more accurately match the "rest api tutorial" search term we're optimizing for--to hopefully reduce the bounce rate a bit. --- index.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 4a92f59..4169105 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
-

REST API Best Practices

+

Learn REST: A REST 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.

@@ -46,31 +46,29 @@