Skip to content

Commit 8d9912f

Browse files
committed
new api resource
1 parent 6848562 commit 8d9912f

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
@@ -3107,6 +3107,11 @@ <h2>API creation resources</h2>
31073107
developers confused about what is appropriate for RESTful APIs.</p>
31083108
</li>
31093109
<li>
3110+
<p><a href="http://blog.luisrei.com/articles/flaskrest.html">Implementing a RESTful Web API with Python &amp; Flask</a>
3111+
is a straightforward introduction to using Flask to create request
3112+
handling and responses to produce a web API.</p>
3113+
</li>
3114+
<li>
31103115
<p>This <a href="https://github.com/interagent/http-api-design">API Design Guide</a>
31113116
is based on Heroku's best practices for the platform's API.</p>
31123117
</li>

api-creation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ <h2>API creation resources</h2>
130130
developers confused about what is appropriate for RESTful APIs.</p>
131131
</li>
132132
<li>
133+
<p><a href="http://blog.luisrei.com/articles/flaskrest.html">Implementing a RESTful Web API with Python &amp; Flask</a>
134+
is a straightforward introduction to using Flask to create request
135+
handling and responses to produce a web API.</p>
136+
</li>
137+
<li>
133138
<p>This <a href="https://github.com/interagent/http-api-design">API Design Guide</a>
134139
is based on Heroku's best practices for the platform's API.</p>
135140
</li>

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-18T13:18:30Z</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-19T13:50:06Z</updated></feed>

source/content/pages/08-apis/0803-api-creation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ equivalent of browser testing in the web application world.
9494
* [NARWHL](http://www.narwhl.com/) is a practical API design site for
9595
developers confused about what is appropriate for RESTful APIs.
9696

97+
* [Implementing a RESTful Web API with Python & Flask](http://blog.luisrei.com/articles/flaskrest.html)
98+
is a straightforward introduction to using Flask to create request
99+
handling and responses to produce a web API.
100+
97101
* This [API Design Guide](https://github.com/interagent/http-api-design)
98102
is based on Heroku's best practices for the platform's API.
99103

0 commit comments

Comments
 (0)