Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96783 > unrolled thread
| Started by | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| First post | 2015-09-17 23:03 +0200 |
| Last post | 2015-09-17 23:03 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Writing a module to abstract a REST api "Sven R. Kunze" <srkunze@mail.de> - 2015-09-17 23:03 +0200
| From | "Sven R. Kunze" <srkunze@mail.de> |
|---|---|
| Date | 2015-09-17 23:03 +0200 |
| Subject | Re: Writing a module to abstract a REST api |
| Message-ID | <mailman.10.1442523794.16376.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web