Hi<br>I implemented a wrapper class in python having methods for the LIST and CATEGORIES methods of the REST API<br><br>the file is here : <a href="http://www.ece.fr/~schroder/SoC2008/files/restApiMappings.py">http://www.ece.fr/~schroder/SoC2008/files/restApiMappings.py</a><br clear="all">
<br>look at the end in the if __name__ == &quot;__main__&quot;: section to see how it&#39;s used<br>as the script is now, you need to wait 1 hour = 3600 for the script to accept to refresh a cache for a given page again<br>
<br>I&#39;d be ready to wrap the GET and VOTE methods as well. I&#39;ll probably do it even if it seems there&#39;s no implementation yet on the server side.<br><br>I know that the script is not commented properly. Doing it is on my todo list.<br>
What do you think of the design I&#39;ve used?<br><br>Sincerely,<br>jonathan<br><br>-- <br><a href="http://www.jaxtr.com/myselfhimself">http://www.jaxtr.com/myselfhimself</a>