Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106523

Re: ONE CLICK REST API

From Roland Mueller <roland.em0001@googlemail.com>
Newsgroups comp.lang.python
Subject Re: ONE CLICK REST API
Date 2016-04-05 18:01 +0300
Message-ID <mailman.72.1459868534.32530.python-list@python.org> (permalink)
References <1841407921.3347562.1459750180103.JavaMail.yahoo.ref@mail.yahoo.com> <1841407921.3347562.1459750180103.JavaMail.yahoo@mail.yahoo.com> <CALk2KRWqOh7V1eKKTfrQhnMajQRWmg0WjL-VU6D93r9RFoVxgw@mail.gmail.com>

Show all headers | View raw


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@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
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: ONE CLICK REST API Roland Mueller <roland.em0001@googlemail.com> - 2016-04-05 18:01 +0300

csiph-web