forked from raml-org/raml-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
books-and-resources.html
95 lines (69 loc) · 5.41 KB
/
books-and-resources.html
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
90
91
92
93
94
95
---
layout: page
title: Books and Resources
permalink: /developers/books-and-resources
---
<h2>Books</h2>
<p>RAML has taken the web by storm, and quickly become a crucial component for building successful APIs. Here are just some of the books (ordered by release date) out there that walk through what RAML offers and how you can best use it:</p>
<table>
<!-- IRRESTIBLE APIS -->
<tr>
<td width="200" valign="top" class="book_pic">
<a href="https://www.manning.com/books/irresistible-apis?a_bid=d7c5993a&a_aid=irresistibleapis" target="_blank"><img src="/images/book_irrestibleapis.png" width="180"></a>
</td>
<td>
<h3><a href="https://www.manning.com/books/irresistible-apis?a_bid=d7c5993a&a_aid=irresistibleapis" target="_blank">Irresistible APIs</a></h3>
<strong>Kirsten Hunter</strong><br />
Download – TBR Early 2016<br />
<p>Irresistible APIs provides step-by-step guidance for designing APIs that reflect an application's core business value, delight the developers who use them, and will stand the test of time. In it, business product managers and developers learn to treat an API as a first class product. You’ll discover what questions to ask during design so that the first version is the best possible product. Because APIs are a combination of a business need and a technical implementation, exercises throughout the book present both sides of the design process, so that you can engage with the material that's most comfortable and relevant for you. When you finish, your team will be able to design APIs that attract developers, lead your industry, and add value to your core business.</p>
<p>Pages: 325 (estimated), Manning Productions (MEAP)</p>
</td>
</tr>
<tr><td colspan="2"> <br /> </td></tr>
<!-- END BOOK -->
<!-- RESTful Java Web Services – Second Edition -->
<tr>
<td width="200" valign="top" class="book_pic">
<a href="http://www.amazon.com/RESTful-Java-Web-Services-Second/dp/1784399094/ref=sr_1_6?s=books&ie=UTF8&qid=1444254267&sr=1-6&keywords=RAML" target="_blank"><img src="/images/book_restfuljavawebservices.jpg" width="180"></a>
</td>
<td valign="top">
<h3><a href="http://www.amazon.com/RESTful-Java-Web-Services-Second/dp/1784399094/ref=sr_1_6?s=books&ie=UTF8&qid=1444254267&sr=1-6&keywords=RAML" target="_blank">RESTful Java Web Services – Second Edition</a></h3>
<strong>Purushothaman Jobinesh</strong><br />
Paperback/ Download – Sept 22, 2015<br /><br />
<p>If you are a web developer with a basic understanding of the REST concepts but are new to the idea of designing and developing RESTful web services, this is the book for you. As all the code samples for the book are written in Java, proficiency in Java is a must.</p>
<p>Pages: 354, PACKT</p>
</td>
</tr>
<tr><td colspan="2"> <br /> </td></tr>
<!-- END BOOK -->
<!-- UNDISTURBED REST -->
<tr>
<td width="200" valign="top" class="book_pic">
<a href="http://www.amazon.com/Undisturbed-REST-Guide-Designing-Perfect/dp/1329115945/ref=sr_1_1?ie=UTF8&qid=1444253977&sr=8-1&keywords=undisturbed+rest" target="_blank"><img src="/images/book_undisturedrest.jpg" width="180"></a>
</td>
<td valign="top">
<h3><a href="http://www.amazon.com/Undisturbed-REST-Guide-Designing-Perfect/dp/1329115945/ref=sr_1_1?ie=UTF8&qid=1444253977&sr=8-1&keywords=undisturbed+rest" target="_blank">Undisturbed REST: a Guide to Designing the Perfect API</a></h3>
<strong>Michael Stowe</strong><br />
Paperback/ Download – June 19, 2015<br /><br />
<p>Believe it or not, building an API is the easy part. What is far more challenging is to put together an API design that will stand the test of time, while also meeting your developers' needs. After all, no matter how well written your code may be, without a strong foundation, you will find your API quickly failing.</p>
<p>Pages: 200, MuleSoft</p>
</td>
</tr>
<tr><td colspan="2"> <br /> </td></tr>
<!-- END BOOK -->
<!-- API Architecture: The Big Picture for Building APIs -->
<tr>
<td width="200" valign="top" class="book_pic">
<a href="http://www.amazon.com/API-Architecture-Picture-Building-University/dp/150867664X/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=&sr=" target="_blank"><img src="/images/book_apiarchitecture.jpg" width="180"></a>
</td>
<td valign="top">
<h3><a href="http://www.amazon.com/API-Architecture-Picture-Building-University/dp/150867664X/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=&sr=" target="_blank">API Architecture: The Big Picture for Building APIs</a></h3>
<strong>Matthais Biehl</strong><br />
Paperback/ Download – May 28, 2015<br /><br />
<p>Looking for the big picture of building APIs? This book is for you! Building APIs that consumers love should certainly be the goal of any API initiative. However, it is easier said than done. It requires getting the architecture for your APIs right. This book equips you with both foundations and best practices for API architecture. This book is for you.</p>
<p>Pages: 190, CreateSpace</p>
</td>
</tr>
<tr><td colspan="2"> <br /> </td></tr>
<!-- END BOOK -->
</table>