mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
391 B
Plaintext
9 lines
391 B
Plaintext
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.
|
|
|
|
|
|
WWW: https://pypi.org/project/txrestapi/
|