Jacob Kaplan-Moss
Activity tagged “rest”
Bookmarks
Django snippets: RESTful class dispatch
Yet another spin on class-based HTTP method dispatch in Django. The neat trick this time around is with a classmethod dispatcher that creates a request-local instance of the class, thus letting you save state on self without causing errors. Neat technique.
XMLStarlet Command Line XML Toolkit: Overview
Tools for dealing with XML from the command line. Works especially well as part of a pipeline — curl + xmlstarlet makes a wonderful REST web service consumer.
FeatureServer
Python-based RESTful feature server.
Wheaties for Your Wallet » Blog Archive » Your bank has a REST API now (shhh! — don’t tell them)
Wesabe now has an API. Wahoo!
Using reST with wordpress
I've been looking for something like this!
Entries
REST worst practices
Some REST “worst practices.”