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.
This commit is contained in:
14
index.html
14
index.html
@ -37,7 +37,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||||
<div class="hero-unit">
|
<div class="hero-unit">
|
||||||
<h1>REST API Best Practices</h1>
|
<h1>Learn REST: A REST Tutorial</h1>
|
||||||
<p>Building restful web services, like other programming skills is <strong>part art, part science</strong>. 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.</p>
|
<p>Building restful web services, like other programming skills is <strong>part art, part science</strong>. 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.</p>
|
||||||
<p>Presently, there aren't a lot of REST API guides to help the lonely developer. <a href="http://www.restapitutorial.com">RestApiTutorial.com</a> 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.</p>
|
<p>Presently, there aren't a lot of REST API guides to help the lonely developer. <a href="http://www.restapitutorial.com">RestApiTutorial.com</a> 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.</p>
|
||||||
<p>Jump in with <a href="restquicktips.html">REST API Quick Tips</a>, a few overarching concepts (based on <a href="http://37signals.com/svn/posts/3018-api-design-for-humans" target="_blank">this post</a> from <a href="http://www.37signals.com" rel="nofollow" target="_blank">37 Signals</a>) created to get you started on the right track.</p>
|
<p>Jump in with <a href="restquicktips.html">REST API Quick Tips</a>, a few overarching concepts (based on <a href="http://37signals.com/svn/posts/3018-api-design-for-humans" target="_blank">this post</a> from <a href="http://www.37signals.com" rel="nofollow" target="_blank">37 Signals</a>) created to get you started on the right track.</p>
|
||||||
@ -46,31 +46,29 @@
|
|||||||
<!-- <div class="row">
|
<!-- <div class="row">
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<a href="rest-api-overview.html"><img src="./img/restful-api-overview.jpg" alt="RESTful API Overview" height="200" width="200" /></a>
|
<a href="rest-api-overview.html"><img src="./img/restful-api-overview.jpg" alt="RESTful API Overview" height="200" width="200" /></a>
|
||||||
<h2>Overview</h2>
|
<h2>Get Started</h2>
|
||||||
<p>
|
<p>
|
||||||
What is REST? Discover what the six constraints are for creating a RESTful API.
|
What is REST? Discover what the six constraints are for creating a RESTful API.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<a href="rest-api-tips.html"><img src="./img/helpful-tips.jpg" alt="Helpful Tips" height="200" width="200" /></a>
|
<a href="rest-api-tips.html"><img src="./img/helpful-tips.jpg" alt="Helpful Tips" height="200" width="200" /></a>
|
||||||
<h2>Quick Tips</h2>
|
<h2>Get Started</h2>
|
||||||
<p>
|
<p>
|
||||||
Get started quickly, creating your RESTful API quickly with these high-level, over-arching quick tips.
|
Get started quickly, creating your RESTful API quickly with these high-level, over-arching quick tips.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<a href="rest-api-topics.html"><img src="./img/advanced-topics.jpg" alt="Advanced Topics" width="200" height="200" /></a>
|
<a href="rest-api-topics.html"><img src="./img/advanced-topics.jpg" alt="Advanced Topics" width="200" height="200" /></a>
|
||||||
<h2>Advanced Topics</h2>
|
<h2>Get Better</h2>
|
||||||
<p>
|
<p>
|
||||||
Ready to dive deeper in the creating RESTful services? Discover the more esoteric concepts of REST APIs.
|
Ready to dive deeper in the creating RESTful services? Discover the more esoteric concepts of REST APIs.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<a href="rest-api-converstations.html"><img src="./img/conversations.png" alt="Conversations" width="200" height="200" /></a>
|
<a href="rest-api-converstations.html"><img src="./img/conversations.png" alt="Conversations" width="200" height="200" /></a>
|
||||||
<h2>Conversations</h2>
|
<h2>Get Building</h2>
|
||||||
<p>
|
<p>Introducing RestExpress, a Java framework to get building RESTful services quickly.</p>
|
||||||
Share your wisdom or ask a question about creating REST APIs and Web services.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
Reference in New Issue
Block a user