From cd59362db2115bcd835e733836fe87bceda9724d Mon Sep 17 00:00:00 2001 From: Felix Itzenplitz Date: Thu, 21 May 2015 11:27:55 +0200 Subject: [PATCH 1/2] Python: Add Django REST framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31a38b6..9fbe93c 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Python +* [Django REST framework](http://www.django-rest-framework.org/) - Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. * [django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps. * [flask-restful](http://flask-restful.readthedocs.org/) - An extension for Flask that adds support for quickly building REST APIs. * [flask-restless](https://flask-restless.readthedocs.org/en/latest/) - A Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy). From 833c892d70fd7ebb7aeaed933c3a155cc345cbf7 Mon Sep 17 00:00:00 2001 From: Felix Itzenplitz Date: Thu, 21 May 2015 11:30:30 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fbe93c..7580277 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Python -* [Django REST framework](http://www.django-rest-framework.org/) - Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. +* [Django REST framework](http://www.django-rest-framework.org/) - A powerful and flexible toolkit that makes it easy to build Web APIs. * [django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps. * [flask-restful](http://flask-restful.readthedocs.org/) - An extension for Flask that adds support for quickly building REST APIs. * [flask-restless](https://flask-restless.readthedocs.org/en/latest/) - A Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy).