-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrws.html
More file actions
89 lines (83 loc) · 4.03 KB
/
rws.html
File metadata and controls
89 lines (83 loc) · 4.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<title>RESTful Web APIs</title>
<link rel="stylesheet" href="rwa.css" type="text/css" />
</head>
<body>
<!-- COVER -->
<p class="rwa-cover">
<a href="http://shop.oreilly.com/product/0636920028468.do" title="RESTful Web APIs" target="buy">
<img src="images/rwa-cover.jpg" width="250" align="right" class="inline"/>
</a>
</p>
<!-- HEADING -->
<p class="tag-line">Services for a Changing World</p>
<h1 class="main-title"><a href="http://restfulwebapis.com" class="noshow">RESTful Web APIs</a></h1>
<h2 class="authors">By Leonard Richardson and Mike Amundsen with Foreword by Sam Ruby</h2>
<!-- MENU -->
<div id="menu">
<ul>
<li class="first"><a href="index.html">The Book</a></li>
<li><a href="index.html#buyit">Buy It</a></li>
<li><a href="index.html#praise">Early Praise</a></li>
<li><a href="chapters.html">Chapters</a></li>
<li><a href="ytiwpi.html">You Type It, We Post It</a></li>
<li><a href="code.html">The Code</a></li>
<li><a href="rws.html">RESTful Web Services</a></li>
</ul>
</div>
<!-- RWS -->
<div id="rws" class="section">
<h2>RESTful Web Services</h2>
<p>
<a href="http://www.crummy.com/writing/RESTful-Web-Services/"
title="RESTful Web Services" target="rws"><i>RESTful Web
Services</i></a> is a 2007 book by Leonard Richardson and Sam
Ruby. It was the first book-length treatment of RESTful
design, and the predecessor to <i>RESTful Web
APIs</i>. <i>RESTful Web APIs</i> was designed as a complete
replacement for <i>RESTful Web Services</i>, and in our
opinion there's no longer any need to buy <i>RESTful Web
Services</i>.
</p>
<p>
<img src="images/sloth-4-border.png" align="left"
class="inline" title="Art by DanaAmundsen.com"/>But that's no reason to let <i>RESTful Web
Services</i> disappear altogether. The book is now of
historical interest, and most of its content is still
applicable. The authors and publisher have agreed to
make <i>RESTful Web Services</i> freely available under a
<a href="http://creativecommons.org/licenses/by-nc-nd/3.0" title="CC BY NC ND"> Creative Commons license</a>
as part of O'Reilly's <a href="http://oreilly.com/openbook/" title="O'Reilly's Open Book Project">Open Book Project</a>.
</p>
<p> </p>
<p>
Below you can get <i>RESTful Web Services</i> in popular ebook
formats:
</p>
<ul>
<li><a href="RESTful_Web_Services.pdf" title="RESTful Web
Services">Download <i>RESTful Web Services</i> (PDF)</a></li>
<li><a href="RESTful_Web_Services/" title="RESTful Web
Services">Read <i>RESTful Web Services</i> online
(HTML)</a></li>
<li><a href="RESTful_Web_Services.epub.zip" title="RESTful Web
Services">Download <i>RESTful Web Services</i>
(EPUB)</a></li>
<li><a href="RESTful_Web_Services.mobi.zip" title="RESTful Web
Services">Download <i>RESTful Web Services</i> (MOBI)</a></li>
<li><a href="RESTful_Web_Services.daisy.zip" title="RESTful Web
Services">Download <i>RESTful Web Services</i> (DAISY)</a></li>
</ul>
</div>
<div class="center">
<a href="http://www.crummy.com/writing/RESTful-Web-Services/" title="RESTful Web Services" target="rws">
<img src="images/rws-cover.jpg" />
</a>
<br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />The work <i>RESTful Web Services</i> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</a>.
<br /><br />
</div>
</body>
</html>