File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
source/content/pages/08-apis Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3182,7 +3182,11 @@ <h2>API creation frameworks</h2>
31823182< p > < a href ="http://www.django-rest-framework.org/ "> Django REST framework</ a > and
31833183 < a href ="https://django-tastypie.readthedocs.org/en/latest/ "> Tastypie</ a > are
31843184 the two most widely used API frameworks to use with Django. The edge
3185- currently goes to Django REST framework based on rough community sentiment.</ p >
3185+ currently goes to Django REST framework based on rough community sentiment.
3186+ Django REST framework recently hit the
3187+ < a href ="http://www.django-rest-framework.org/topics/3.0-announcement/ "> 3.0 release mark</ a >
3188+ after Tom Christie ran a
3189+ < a href ="https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3 "> successful Kickstarter campaign</ a > .</ p >
31863190</ li >
31873191< li >
31883192< p > < a href ="http://flask-restful.readthedocs.org/en/latest/ "> Flask-RESTful</ a > and
Original file line number Diff line number Diff line change @@ -47,7 +47,11 @@ <h2>API creation frameworks</h2>
4747< p > < a href ="http://www.django-rest-framework.org/ "> Django REST framework</ a > and
4848 < a href ="https://django-tastypie.readthedocs.org/en/latest/ "> Tastypie</ a > are
4949 the two most widely used API frameworks to use with Django. The edge
50- currently goes to Django REST framework based on rough community sentiment.</ p >
50+ currently goes to Django REST framework based on rough community sentiment.
51+ Django REST framework recently hit the
52+ < a href ="http://www.django-rest-framework.org/topics/3.0-announcement/ "> 3.0 release mark</ a >
53+ after Tom Christie ran a
54+ < a href ="https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3 "> successful Kickstarter campaign</ a > .</ p >
5155</ li >
5256< li >
5357< p > < a href ="http://flask-restful.readthedocs.org/en/latest/ "> Flask-RESTful</ a > and
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-12-02T06:35:32Z </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-12-03T08:46:54Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ applications through machine-to-machine communication.
2626 [ Tastypie] ( https://django-tastypie.readthedocs.org/en/latest/ ) are
2727 the two most widely used API frameworks to use with Django. The edge
2828 currently goes to Django REST framework based on rough community sentiment.
29+ Django REST framework recently hit the
30+ [ 3.0 release mark] ( http://www.django-rest-framework.org/topics/3.0-announcement/ )
31+ after Tom Christie ran a
32+ [ successful Kickstarter campaign] ( https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3 ) .
2933
3034* [ Flask-RESTful] ( http://flask-restful.readthedocs.org/en/latest/ ) and
3135 [ Flask API] ( http://flask.pocoo.org/docs/api/ ) are popular libraries for
You can’t perform that action at this time.
0 commit comments