Updated Best Practices documents to v1.1

This commit is contained in:
Todd Fredrich
2012-05-29 15:16:07 -06:00
parent 7b01ded1d6
commit 277b95e732
4 changed files with 4 additions and 4 deletions

View File

@ -37,13 +37,13 @@
<div class="row">
<div class="span12">
<h1>REST API Resources</h1>
<h2>RESTful Best Practices</h2>
<h2>RESTful Best Practices (v1.1)</h2>
<p>Get the Pearson eCollege <em>RESTful Best Practices</em> guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.</p>
<ul>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf">PDF</a> (~306KB)</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&amp;N Nook and most other readers.</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_1.pdf">PDF</a> (~306KB)</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_1.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&amp;N Nook and most other readers.</li>
<li>Mobi (not yet available). Sorry Kindle owners!</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.odt">Source Document in Libre/Open Office format</a> (~48KB)</li>
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_1.odt">Source Document in Libre/Open Office format</a> (~48KB)</li>
</ul>
<h2>REST Services in Java</h2>
<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). Create fast, scalable, stand-alone RESTful Web services in Java quickly.</p>