File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/08-apis Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments