ONE CLICK REST API

Roland Mueller roland.em0001 at googlemail.com
Tue Apr 5 11:01:46 EDT 2016


You may have a look at Django-based REST framework

   - http://www.django-rest-framework.org/

or Flask-RESTful

   - https://pypi.python.org/pypi/Flask-RESTful
   - http://flask-restful-cn.readthedocs.org/en/0.3.4/

Last not least here is some article about implementing a REST API using
Flask for yourself:

   -
   http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask


BR,
Roland

2016-04-04 9:09 GMT+03:00 David Shi via Python-list <python-list at python.org>
:

> Eclipse has got one click app for creating REST services.
> What is it equivalent in Python?
> Regards.
> David
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list