[Flask] New flask extension

David Baumgold david at davidbaumgold.com
Thu Dec 15 08:18:30 EST 2016


To register it, make a pull request to the Flask website repository! https://github.com/pallets/flask-website/blob/master/flask_website/listings/extensions.py

David Baumgold

On December 15, 2016 at 4:35:13 AM, Pierre CHAISY (pierre.chaisy at milibris.com) wrote:

Hello,  

i have created a flask extension:  
https://github.com/miLibris/flask-rest-jsonapi and i would like to know  
how to register it in the flask entension list.  

This extention follows the jsonapi.org protocol and combines the  
flexibility of Flask-RESTful and the quick usage of Flask-Restless with  
a data layer concept that allow you to use any ORM or storage provider.  

I have made this library because in real life project you want a  
framework to quickly create simple resource api and also a hudge  
flexibility to customize the resource. Moreover you ofter need to  
retrieve data from different data providers so the data layer system  
provides a way to interface them with a CRUD concept.  

Thank you for your help.  

--  

Pierre CHAISY  

_______________________________________________  
Flask mailing list  
Flask at python.org  
https://mail.python.org/mailman/listinfo/flask  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20161215/824fd50e/attachment.html>


More information about the Flask mailing list