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


Groups > comp.lang.python > #96771

Writing a module to abstract a REST api

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 <jcasale@activenetwerx.com>
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" <jcasale@activenetwerx.com>
To "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.701.1442501555.8327.python-list@python.org> (permalink)
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

Show key headers only | View raw


I need to write a module to abstract the RabbitMQ HTTP REST api.
Before I do this, I would like to see how other projects have done
similar in the hopes I make something consistent and generic etc.

Does anyone regularly work with a library that abstracts a REST API
and can recommend it for review?

Thanks,
jlc

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


Thread

Writing a module to abstract a REST api "Joseph L. Casale" <jcasale@activenetwerx.com> - 2015-09-17 14:44 +0000
  Re: Writing a module to abstract a REST api Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-09-17 15:06 +0000
    Re: Writing a module to abstract a REST api "Joseph L. Casale" <jcasale@activenetwerx.com> - 2015-09-17 15:19 +0000
      Re: Writing a module to abstract a REST api Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-09-17 15:26 +0000

csiph-web