<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Yes, as stated a few times, this _only_ works when the REST API you are trying to access conforms to one of the published standards such as Core JSON, OpenAPI, etc. See here: <a href="http://www.coreapi.org" class="">http://www.coreapi.org</a><div class=""><br class=""></div><div class=""><div class=""><br class="Apple-interchange-newline">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On May 2, 2017, at 10:33 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="">Hello,<br class=""></div>The point that I'm trying to get the structure in a python, without knowing the endopoint nor rest. It would be great if I can then figure out all the calls by using something like dir(myobject) and know twitter has these calls "user_timeline,home_timelin,show,retweets". The point would be not to write any code, and assume things are handled using Post,Get,Put, and auto magically figure out parameters either from swagger docs, or endpoints themself.<br class=""></div></div></div></div></blockquote></div><br class=""></div></body></html>