<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I don’t know of any tool that can arbitrarily interact with a JSON API unless it conforms to some open standard. I’d start looking here  and see if this is compatible with the API you want to access: <a href="http://www.coreapi.org" class="">http://www.coreapi.org</a><div class=""><br class=""></div><div class=""><br class=""><div class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px;"><div style="word-wrap: break-word;" class=""><div class="">Chris Foresman</div><div class=""><a href="mailto:foresmac@gmail.com" class="">foresmac@gmail.com</a></div><div class=""><br class="khtml-block-placeholder"></div></div><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On May 2, 2017, at 9:01 AM, Lukasz Szybalski <<a href="mailto:szybalski@gmail.com" class="">szybalski@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hello,<br class=""></div>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)<br class=""><br class=""><i class="">myobject = Rest</i>(<a href="https://dev.twitter.com/rest/public" class="">https://dev.twitter.com/rest/public</a>)<br class=""><br class=""></div>or<br class=""><a href="http://developer.edmunds.com/api-documentation/vehicle/" class="">http://developer.edmunds.com/api-documentation/vehicle/</a><br class=""></div>or <br class="">....<br class=""><br class=""><br class=""></div>then myobject.get.searchTweet('chicago python')..?<br class=""></div>or what ever the syntax is.<br class=""></div>This would issue a rest api call and return object back.<br class=""><br class=""></div>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:<br class=""><strong class=""><br class=""></strong>"GET /1.1/search/tweets.json?q=chicago%20python":<br class=""><br class=""></div><div class="">+Access anything that was build with:<br class=""></div><a href="http://swagger.io/" class="">http://swagger.io/</a><br class=""></div><div class="">openapi<br class=""><br class=""></div><div class=""><br class="">Thanks<br class=""></div>Lucas<br class=""><br class=""><br class="">--<br class=""></div><a href="http://lucasmanual.com" class="">LucasManual.com</a><br class=""><br class=""></div>
_______________________________________________<br class="">Chicago mailing list<br class=""><a href="mailto:Chicago@python.org" class="">Chicago@python.org</a><br class="">https://mail.python.org/mailman/listinfo/chicago<br class=""></div></blockquote></div><br class=""></div></body></html>