blob: 6268b03cce1570b77c9655a7f837358193471a0c (
plain) (
blame)
1
2
3
4
5
|
txrestapi makes it easier to create Twisted REST API services. Normally,
one would create Resource subclasses defining each segment of a path;
this is cubersome to implement and results in output that isn't very
readable. txrestapi provides an APIResource class allowing complex
mapping of path to callback (a la Django) with a readable decorator.
|