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.

(django, rest, snippets)

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.

(rest, software, unix, xml)

FeatureServer

Python-based RESTful feature server.

(geo, gis, http, json, openlayers, rest, via:andrewturner)

Using reST with wordpress

I've been looking for something like this!

(python, rest, wordpress)

Entries

A REST wankery question

Even after all theses years REST best practices still elude me sometimes.

(apis, bestpractice, rest)

REST worst practices

Some REST “worst practices.”

(api, rest, worstpractices)