Added Cheat Sheets section to Resources page.
This commit is contained in:
@ -23,13 +23,13 @@
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-31328878-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@ -56,20 +56,25 @@
|
||||
<dt><a href="http://www.restapitutorial.ru/">Russian</a></dt>
|
||||
<dd><a href="http://www.restapitutorial.ru/">http://www.restapitutorial.ru/</a></dd>
|
||||
</dl>
|
||||
<h2>RESTful Best Practices</h2>
|
||||
<p>Get the Pearson Higher-Education <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>
|
||||
<h2>REST API Cheat Sheets</h2>
|
||||
<ul>
|
||||
<li><a href="https://github.com/RestCheatSheet/api-cheat-sheet#api-design-cheat-sheet">API Design Cheat Sheet</a> - This GitHub repository outlines important tips to consider when designing APIs that developers love.</li>
|
||||
<li><a href="https://github.com/RestCheatSheet/platform-cheat-sheet#platform-building-cheat-sheet">Platform-Building Cheat Sheet</a> - Everyone wants to build a platform. This GitHub repository is a public receptical of ground rules when building a platform.</li>
|
||||
</ul>
|
||||
<h2>REST API Best Practices</h2>
|
||||
<p>Get the <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="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.pdf">PDF</a> (~306KB)</li>
|
||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li>
|
||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.mobi">Mobi</a> (~86KB). Works on Kindle, Kindle Reader Apps</li>
|
||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.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>
|
||||
<h2>Building REST APIs in Java</h2>
|
||||
<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). A microservices framework for Java, RestExpress composes best-of-breed tools to form a lightweight, minimalist Java framework for quickly creating RESTful APIs.</p>
|
||||
<h2>Web Resources</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.youtube.com/user/restapitutorial">REST API Tutorial YouTube Channel</a></li>
|
||||
<li><a href="http://www.toddfredrich.com">Todd Fredrich's API Blog</a></li>
|
||||
<li><a href="http://www.toddfredrich.com">Todd Fredrich's Blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://www.restapitutorial.com/resources.html</loc>
|
||||
<lastmod>2015-08-31T12:55:39+00:00</lastmod>
|
||||
<lastmod>2015-10-20T12:55:39+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://www.restapitutorial.com/index.html</loc>
|
||||
|
||||
Reference in New Issue
Block a user