Files
RestApiGuide/resources.html

83 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RESTful Web Services Resources</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HTTP methods tutorial on how to use them for RESTful API or Web Service.">
<meta name="author" content="Todd Fredrich, Pearson eCollege">
<!-- Le styles -->
<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="span12">
<h1>REST API Resources</h1>
<h2>RESTful Best Practices</h2>
<p>Get the eCollege Best Practices guide (choose your format):
<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)</li>
<li>Mobi (not yet available)</li>
</ul>
</p>
<h2>REST Services in Java</h2>
<p>Create fast, scalable service in Java quickly. Visit <a href="https://github.com/RestExpress/RestExpress">RestExpress</a> on GitHub.</p>
</div>
</div>
<hr>
<footer>
<p>
&copy;Pearson eCollege, 2012. All rights reserved.
</p>
</footer>
</div> <!-- /container -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="restquicktips.html">REST Quick Tips</a></li>
<li><a href="httpmethods.html">HTTP Methods</a></li>
<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li>
<li class="active"><a href="resources.html">Resources</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-dropdown.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-tab.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-tooltip.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-popover.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-button.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-collapse.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-carousel.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-typeahead.js"></script>
<a href="https://github.com/tfredrich/RestApiTutorial.com"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1050;" src="https://a248.e.akamai.net/camo.github.com/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
</body>
</html>