[Chicago] REST API to Python Class?

Ishmael Rufus sakamura at gmail.com
Tue May 2 10:52:25 EDT 2017


The advantage to using SOAP and WSDL is that all your services are defined
in a standardized matter and you build all your classes and functions
beforehand and not typically in real time.

I think to build a tool that would work with multiple websites would be a
bit more complex.

On Tue, May 2, 2017 at 9:01 AM, Lukasz Szybalski <szybalski at gmail.com>
wrote:

> Hello,
> Does anybody know if there is a tool that would auto-read rest API and
> create a python like object that you can interact in python? (like:
> pysimplesoap and its WSDL() but for REST)
>
> *myobject = Rest*(https://dev.twitter.com/rest/public)
>
> or
> http://developer.edmunds.com/api-documentation/vehicle/
> or
> ....
>
>
> then myobject.get.searchTweet('chicago python')..?
> or what ever the syntax is.
> This would issue a rest api call and return object back.
>
> I think a lot of projects are building python api that are more and more
> json exposed. I'm looking for a tool that would allow me to access these
> using python, instead of rest:
>
> "GET /1.1/search/tweets.json?q=chicago%20python":
>
> +Access anything that was build with:
> http://swagger.io/
> openapi
>
>
> Thanks
> Lucas
>
>
> --
> LucasManual.com
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20170502/d0d7d154/attachment-0001.html>


More information about the Chicago mailing list