From a7ab19c1477449009e7d7da70b4d6a9d9a64692c Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Thu, 2 May 2024 08:50:29 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 01421ab..4c90e3e 100644 --- a/README.md +++ b/README.md @@ -48,21 +48,22 @@ ### APIs +#### RESTful API Support + +- [Eve](https://docs.python-eve.org) - RESTful API framework designed for human beings. +- [Flask-Classful](https://flask-classful.readthedocs.io/) - Adds support for class-based views for setting up RESTful API route endpoints. +- [Flask-MongoRest](https://github.com/closeio/flask-mongorest) - RESTful API framework wrapped around [MongoEngine](http://mongoengine.org/). +- [Flask-RESTful](https://flask-restful.readthedocs.io) - Quickly build RESTful APIs. + #### RESTful API + Swagger/OpenAPI Documentation Support -- [apiflask](https://github.com/apiflask/apiflask) - Integrates marshmallow for validation and serialization, and for OpenAPI generation with Swagger UI. +- [APIFlask](https://github.com/apiflask/apiflask) - Integrates marshmallow for validation and serialization, and for OpenAPI generation with Swagger UI. - [Connexion](https://connexion.readthedocs.io) - Open source, OpenAPI-based, REST framework built on top of Flask. - [Flasgger](https://github.com/flasgger/flasgger) - OpenAPI and Swagger UI. Builds the API from Flasgger models, marshmallow models, dicts, or YAML files. - [Flask-Rebar](https://github.com/plangrid/flask-rebar) - Combines Flask, [marshmallow](https://marshmallow.readthedocs.io/), and [OpenAPI](https://www.openapis.org/) for robust REST services. - [Flask-RESTX](https://flask-restx.readthedocs.io) - Community-driven fork of [Flask-RESTPlus](https://flask-restplus.readthedocs.io/) that makes it easy to build and document RESTful APIs with Flask. - [flask-smorest](https://github.com/marshmallow-code/flask-smorest/) - Marshmallow's official Flask REST integration. Uses marshmallow models for request/response validation and serialization, and generates OpenAPI with Swagger UI. -#### RESTful API Support - -- [Eve](https://docs.python-eve.org) - RESTful API framework designed for human beings. -- [Flask-Classful](https://flask-classful.readthedocs.io/) - Adds support for class-based views for setting up RESTful API route endpoints. -- [Flask-MongoRest](https://github.com/closeio/flask-mongorest) - RESTful API framework wrapped around [MongoEngine](http://mongoengine.org/). -- [Flask-RESTful](https://flask-restful.readthedocs.io) - Quickly build RESTful APIs. #### Swagger/OpenAPI Documentation Support