Skip to content

Commit

Permalink
Merge pull request #1129 from akira-dev/patch-1
Browse files Browse the repository at this point in the history
New flask library to create rest api
  • Loading branch information
steveklabnik committed Dec 13, 2016
2 parents 8489846 + b492161 commit ce69edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implementations/index.md
Expand Up @@ -153,6 +153,7 @@ has a page describing how to emit conformant JSON.
* [py-jsonapi](https://github.com/benediktschmitt/py-jsonapi) is a toolkit for building a JSON API. Can be extended easily to work with every web framework and database driver. Extensions for Flask and SQLAlchemy are available.
* [xamoom-janus](https://github.com/xamoom/xamoom-janus) is a Python module to easily and fast extend Python web frameworks like Flask or BottlyPy with json:api functionality. Also offers a flexible mechanism for data mapping and hooks to intercept and extend its functionality according to your projects needs.
* [pyramid-jsonapi](https://github.com/colinhiggs/pyramid-jsonapi) Auto-build a JSON API from sqlalchemy models using the pyramid framework.
* [Flask-Rest-JSONAPI](https://github.com/miLibris/flask-rest-jsonapi) Flask extension to create web api according to jsonapi specification with Flask, Marshmallow and data provider of your choice (SQLAlchemy, MongoDB, ...)

### <a href="#server-libraries-go" id="server-libraries-go" class="headerlink"></a> Go

Expand Down

0 comments on commit ce69edf

Please sign in to comment.