Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Roland Mueller Newsgroups: comp.lang.python Subject: Re: ONE CLICK REST API Date: Tue, 5 Apr 2016 18:01:46 +0300 Lines: 29 Message-ID: References: <1841407921.3347562.1459750180103.JavaMail.yahoo.ref@mail.yahoo.com> <1841407921.3347562.1459750180103.JavaMail.yahoo@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 6nopxHPtqm9dHOjn/nfQmgOnCTTn/dLAJWZLZ5gJFPJQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.076 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'url:pypi': 0.03; 'api': 0.09; 'cc:addr:python-list': 0.09; 'url:blog': 0.10; 'eclipse': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'app': 0.16; 'implementing': 0.18; 'python?': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply-To:1': 0.24; 'rest': 0.26; 'equivalent': 0.27; 'least': 0.27; 'message- id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'creating': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'from:addr:googlemail.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'framework': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'url:en': 0.39; 'url:mail': 0.40; 'some': 0.40; 'url:3': 0.60; 'url:0': 0.63; 'python-list': 0.66; 'here': 0.66; 'regards.': 0.67; 'url:4': 0.70; 'services.': 0.72; 'click': 0.76; 'article': 0.77; 'br,': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'url:readthedocs': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=2ImNo58oL49HzH5JN6dY04cC5i5U37+C94q4dnZm+Iw=; b=irVpxm0a912+5burHuC9ZXATJZJAwc3pqGA6p7lzhPjwBLRY7UoBM1VaCuSjeGxhas caLLeUz6//c3eJ2ybtUjEeQIdADvpIkxvIEPXP0sC7MMIh6d2GtZqaGgRFPLfEqMsjn9 NRvJ3X9CoUxu0hXr2W6jgQxgE4wvHi7nZcjSVeHAjUKPKxWapWhq+1gkBohZ94G+iSIv XBKtHRKBhFK26l3LJaT5ODu082nVK1PuT2vgFyXCBzohfKujp8bTsrN8iPT3Xc+EoEOv pldMJknXuDhrnt4VJJt73PGJVHOY7mfDU52J/ZmzAc/KPwgj3ukwiLhfW21dwhpvkIjx PU4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2ImNo58oL49HzH5JN6dY04cC5i5U37+C94q4dnZm+Iw=; b=ZjZLDqJC0+Q7xhLIalLHBRnEPtRcgWC+koVUnVShe8aqKPsInVt8FM1bpuCsYctR0g TbXd3OkCE1avfxWuBRTc2Pkh8W4buEz4aZ3QNG2LKoAyOEneepBJRdhs+wpBHOxlUnG4 GaTPocXdCmS1BeCcp/2UKa/t2x8HiuiJkNACnikDcvnbGMfbB19zGePHPBuQBX8JPwxs vmR8wgpYWF/zBsgIB3peCHysTPInYOFs6QFXX8LU8cfSdQ8jZqa//2uwj63Wlud0cjZ2 DeQGhfJEZVJTPi4GilwomgFrS5tEEjqicEseYLBvi6A5Eipqd5ZZRS+LBJmXpKVGL8VG YVeQ== X-Gm-Message-State: AD7BkJKmZ1AJk9ktp1rZOeCc7LIXYj/LxH/xuwcpalHbzc+9GSKz2vQJKQWzgVPuWgLZE2sjfVI0zHrt+XyU9g== X-Received: by 10.13.223.73 with SMTP id i70mr9932449ywe.27.1459868525863; Tue, 05 Apr 2016 08:02:05 -0700 (PDT) In-Reply-To: <1841407921.3347562.1459750180103.JavaMail.yahoo@mail.yahoo.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <1841407921.3347562.1459750180103.JavaMail.yahoo.ref@mail.yahoo.com> <1841407921.3347562.1459750180103.JavaMail.yahoo@mail.yahoo.com> Xref: csiph.com comp.lang.python:106523 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 : > 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 >