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