Path: csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'api.': 0.04; 'api': 0.09; 'subject:Writing': 0.09; 'subject:module': 0.09; 'rabbitmq': 0.16; 'received:172.18.0': 0.16; 'subject:api': 0.16; 'library': 0.20; 'to:name:python-list@python.org': 0.20; 'consistent': 0.23; 'thanks,': 0.24; 'module': 0.25; 'rest': 0.26; 'anyone': 0.32; 'http': 0.33; 'similar': 0.33; 'done': 0.35; 'generic': 0.35; 'something': 0.35; 'to:addr:python-list': 0.36; 'does': 0.39; 'to:addr:python.org': 0.40; 'abstracts': 0.91; 'hopes': 0.91 X-Authority-Analysis: v=2.1 cv=XuAwQwx9 c=1 sm=1 tr=0 a=g3mLq75WYuDrh3Lt0JSDww==:117 a=g3mLq75WYuDrh3Lt0JSDww==:17 a=QC7fh9NfAAAA:8 a=5pFAO2ZBLFIA:10 a=8nJEP1OIZ-IA:10 a=ff-B7xzCdYMA:10 a=vKnP1RVACbNLYyEo8SMA:9 a=wPNLvfGTeEIA:10 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.activenetwerx.com X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no autolearn_force=no version=3.4.0 From: "Joseph L. Casale" To: "python-list@python.org" Subject: Writing a module to abstract a REST api Thread-Topic: Writing a module to abstract a REST api Thread-Index: AQHQ8VdKzAS7nkl7nU2AayZu81Yu1w== Date: Thu, 17 Sep 2015 14:44:00 +0000 Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [72.29.233.193] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CMAE-Envelope: MS4wfN2K2loEQnp4YkHZXX3ELlorGMGLtKaBxLjI0dtyRsOn2Vma2orDELQzArkELs241ZadV3KjlA+47PDaV9tluRPVG+6/IfMa0Jq+4wMt+ReNEphGlUTgyypzrCSZpSKCrTd+fn4KT/5rWHIBv+Hu9afWeGAjjw6y3EfwKiDnl43Be/zc9bcsa706vo3BGjskyg== X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442501555 news.xs4all.nl 23831 [2001:888:2000:d::a6]:45243 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96771 I need to write a module to abstract the RabbitMQ HTTP REST api.=0A= Before I do this, I would like to see how other projects have done=0A= similar in the hopes I make something consistent and generic etc.=0A= =0A= Does anyone regularly work with a library that abstracts a REST API=0A= and can recommend it for review?=0A= =0A= Thanks,=0A= jlc=