Writing a module to abstract a REST api

Jon Ribbens jon+usenet at unequivocal.co.uk
Thu Sep 17 11:26:23 EDT 2015


On 2015-09-17, Joseph L. Casale <jcasale at activenetwerx.com> wrote:
>> There is https://pypi.python.org/pypi/librabbitmq ?
>
> Hi Jon,
> That is the AMQP client that utilizes the c extensions, I am writing a
> module to interact with a plugin that exposes a REST API.
>
> So I am not really after anything AMQP specific, just a pointer to
> a project that abstracts anything with a REST API so I can see how
> they work with requests in an async nature.

There's a bunch of Python Twitter libraries listed at the link below,
they're all using a REST API?

https://dev.twitter.com/overview/api/twitter-libraries



More information about the Python-list mailing list