Skip to content

Commit bbfd538

Browse files
committed
new clarification around flask-restful
1 parent 7e0c37f commit bbfd538

4 files changed

Lines changed: 27 additions & 7 deletions

File tree

all.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4151,8 +4151,15 @@ <h2>API creation frameworks</h2>
41514151
<a href="https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3">successful Kickstarter campaign</a>.</p>
41524152
</li>
41534153
<li>
4154-
<p><a href="http://flask-restful.readthedocs.org/en/latest/">Flask-RESTful</a> and
4155-
<a href="http://www.flaskapi.org/">Flask API</a> are popular libraries for
4154+
<p><a href="http://flask-restful.readthedocs.org/en/latest/">Flask-RESTful</a> is
4155+
widely used for creating web APIs with Flask. It was originally
4156+
<a href="https://www.twilio.com/engineering/2012/10/18/open-sourcing-flask-restful">open sourced and explained in a blog post by Twilio</a>
4157+
then moved into its
4158+
<a href="https://github.com/flask-restful/flask-restful">own GitHub organization</a>
4159+
so engineers from outside the company could be core contributors.</p>
4160+
</li>
4161+
<li>
4162+
<p><a href="http://www.flaskapi.org/">Flask API</a> is another common library for
41564163
exposing APIs from Flask web applications.</p>
41574164
</li>
41584165
<li>

api-creation.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,15 @@ <h2>API creation frameworks</h2>
4747
<a href="https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3">successful Kickstarter campaign</a>.</p>
4848
</li>
4949
<li>
50-
<p><a href="http://flask-restful.readthedocs.org/en/latest/">Flask-RESTful</a> and
51-
<a href="http://www.flaskapi.org/">Flask API</a> are popular libraries for
50+
<p><a href="http://flask-restful.readthedocs.org/en/latest/">Flask-RESTful</a> is
51+
widely used for creating web APIs with Flask. It was originally
52+
<a href="https://www.twilio.com/engineering/2012/10/18/open-sourcing-flask-restful">open sourced and explained in a blog post by Twilio</a>
53+
then moved into its
54+
<a href="https://github.com/flask-restful/flask-restful">own GitHub organization</a>
55+
so engineers from outside the company could be core contributors.</p>
56+
</li>
57+
<li>
58+
<p><a href="http://www.flaskapi.org/">Flask API</a> is another common library for
5259
exposing APIs from Flask web applications.</p>
5360
</li>
5461
<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>2015-10-25T11:43:03Z</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>2015-10-26T08:35:35Z</updated></feed>

source/content/pages/06-web-apis/03-api-creation.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ applications through machine-to-machine communication.
2020
when Tom Christie ran a
2121
[successful Kickstarter campaign](https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3).
2222

23-
* [Flask-RESTful](http://flask-restful.readthedocs.org/en/latest/) and
24-
[Flask API](http://www.flaskapi.org/) are popular libraries for
23+
* [Flask-RESTful](http://flask-restful.readthedocs.org/en/latest/) is
24+
widely used for creating web APIs with Flask. It was originally
25+
[open sourced and explained in a blog post by Twilio](https://www.twilio.com/engineering/2012/10/18/open-sourcing-flask-restful)
26+
then moved into its
27+
[own GitHub organization](https://github.com/flask-restful/flask-restful)
28+
so engineers from outside the company could be core contributors.
29+
30+
* [Flask API](http://www.flaskapi.org/) is another common library for
2531
exposing APIs from Flask web applications.
2632

2733
* [Sandman](http://www.github.com/jeffknupp/sandman) is a widely used tool to

0 commit comments

Comments
 (0)