Writing a module to abstract a REST api

Joseph L. Casale jcasale at activenetwerx.com
Thu Sep 17 14:04:39 EDT 2015


> If I understand you:
> http://www.python-requests.org/en/latest/
> 
> is an example of what you are looking for?
> 
> It's great.
> 
> Also check out
> http://cramer.io/2014/05/20/mocking-requests-with-responses/
> 
> if you need to mock requests.

Hi Laura,
The twitter samples Jon sent were good. What I am after is examples
of modules that are written to interact with REST services. Its just not
something I have written a module for and I am keen to see how well
written modules have been implemented.

Thanks,
jlc


More information about the Python-list mailing list