Skip to content

Commit 994161a

Browse files
committed
new resource on using web apis
1 parent a3e5411 commit 994161a

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2976,6 +2976,10 @@ <h2>API Integration Resources</h2>
29762976
<a href="http://engineering.hackerearth.com/2014/08/21/python-requests-module/">tutorial on using requests to access web APIs</a>.</p>
29772977
</li>
29782978
<li>
2979+
<p>If you use Requests check out this handy guide on gracefully
2980+
<a href="http://www.mobify.com/blog/http-requests-are-hard/">handling HTTP errors with Python</a>.</p>
2981+
</li>
2982+
<li>
29792983
<p>John Sheehan's
29802984
"<a href="https://speakerdeck.com/johnsheehan/zen-and-the-art-of-api-maintenance">Zen and the Art of API Maintenance</a>"
29812985
slides are relevant for API integration.</p>

api-integration.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ <h2>API Integration Resources</h2>
7070
<a href="http://engineering.hackerearth.com/2014/08/21/python-requests-module/">tutorial on using requests to access web APIs</a>.</p>
7171
</li>
7272
<li>
73+
<p>If you use Requests check out this handy guide on gracefully
74+
<a href="http://www.mobify.com/blog/http-requests-are-hard/">handling HTTP errors with Python</a>.</p>
75+
</li>
76+
<li>
7377
<p>John Sheehan's
7478
"<a href="https://speakerdeck.com/johnsheehan/zen-and-the-art-of-api-maintenance">Zen and the Art of API Maintenance</a>"
7579
slides are relevant for API integration.</p>

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-10-20T01:12:36Z</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-10-20T10:47:41Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ across many implementation areas.
4545
helper library. In that case check out this
4646
[tutorial on using requests to access web APIs](http://engineering.hackerearth.com/2014/08/21/python-requests-module/).
4747

48+
* If you use Requests check out this handy guide on gracefully
49+
[handling HTTP errors with Python](http://www.mobify.com/blog/http-requests-are-hard/).
50+
4851
* John Sheehan's
4952
"[Zen and the Art of API Maintenance](https://speakerdeck.com/johnsheehan/zen-and-the-art-of-api-maintenance)"
5053
slides are relevant for API integration.

0 commit comments

Comments
 (0)