Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96783
| Date | 2015-09-17 23:03 +0200 |
|---|---|
| From | "Sven R. Kunze" <srkunze@mail.de> |
| Subject | Re: Writing a module to abstract a REST api |
| References | <1b35c9c9b6864d7bb9bf11e0e3cb98ca@exch.activenetwerx.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10.1442523794.16376.python-list@python.org> (permalink) |
Well, I would be interested in seeing such a module as well. Most modules and frameworks, I know, providing REST and interacting with REST are more like traditional SOAP-like web services. You got your functions which have a 1-to-1 correspondence with some resource URLs and that's it. Actually REST is far more flexible than that, thus I still would love to see an authentic REST module. Best, Sven On 17.09.2015 16:44, Joseph L. Casale wrote: > 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 | Next | Find similar | Unroll thread
Re: Writing a module to abstract a REST api "Sven R. Kunze" <srkunze@mail.de> - 2015-09-17 23:03 +0200
csiph-web