From dc93056a1c6e74cd76b93d7b7a3b734916cd96b7 Mon Sep 17 00:00:00 2001 From: Matthias Hadlich Date: Mon, 29 Aug 2016 15:05:15 +0200 Subject: [PATCH] Added Flask-Potion A Python REST API providing a server component as well as several client libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b88f628..286b514 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [savory-pie](https://github.com/RueLaLa/savory-pie/) - REST API building library (django, and others). * [Python Eve](http://python-eve.org/) - Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services. * [Ramses](https://ramses.readthedocs.org/en/stable/) - Makes RAML files executable by generating production-ready APIs from them at runtime. +* [Flask-Potion](https://github.com/biosustain/potion) - Flask-Potion is a powerful Flask extension for building RESTful JSON APIs. It also provides several Clients for easier access to the API. ### Ruby