Skip to content

Commit e70305d

Browse files
committed
adding new api resources
1 parent 6fecac3 commit e70305d

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,6 +3166,11 @@ <h2>API Integration Resources</h2>
31663166
is a way to capture and replay HTTP requests with mocks. It's extremely
31673167
useful for testing API integrations.</p>
31683168
</li>
3169+
<li>
3170+
<p><a href="https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf">Apigee's Web API Design ebook</a>
3171+
is free and contains a wealth of practical advice for what design
3172+
decisions to make for your web API.</p>
3173+
</li>
31693174
</ul>
31703175
<h2>API integration learning checklist</h2>
31713176
<p><i class="fa fa-check-square-o"></i>

api-integration.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ <h2>API Integration Resources</h2>
118118
is a way to capture and replay HTTP requests with mocks. It's extremely
119119
useful for testing API integrations.</p>
120120
</li>
121+
<li>
122+
<p><a href="https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf">Apigee's Web API Design ebook</a>
123+
is free and contains a wealth of practical advice for what design
124+
decisions to make for your web API.</p>
125+
</li>
121126
</ul>
122127
<h2>API integration learning checklist</h2>
123128
<p><i class="fa fa-check-square-o"></i>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-09T12:14:28Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-11T10:32:36Z</updated></feed>

source/content/pages/08-apis/0802-api-integration.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ across many implementation areas.
8484
is a way to capture and replay HTTP requests with mocks. It's extremely
8585
useful for testing API integrations.
8686

87+
* [Apigee's Web API Design ebook](https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf)
88+
is free and contains a wealth of practical advice for what design
89+
decisions to make for your web API.
90+
8791

8892
## API integration learning checklist
8993
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)