Jure Cuhalev

Posts Tagged ‘REST

02 Oct, 2008

Posting to Koornk using Python

Posted by: Jure Cuhalev In: Tech

While building something nice on Koornk (Slovenian Twitter like service), I stopped for a few months to learn how to do Authenticated POST requests using Python. I found urllib2 way too complicated, but soon I stumbled across great Yahoo Developer page – Make Yahoo! Web Service REST calls with Python that also lists alternative approach [...]