On Thu, Feb 10, 2011 at 8:40 PM, Andrew <[email protected]> wrote:
> I've searched your archive and I cannot find a discussion of how to > build just a REST app server in Pylons. I hope I'll be forgiven for a shameless plug here. Personally I prefer creating REST services using my WsgiService framework <https://github.com/pneff/wsgiservice> rather than Pylons. Though I do use Pylons extensively for frontend work. If you would like to do this with Pylons, the following links might help you: - http://pylonshq.com/docs/en/0.9.7/controllers/#using-the-rest-controller-with-a-restful-api - http://pylonshq.com/docs/en/0.9.7/modules/decorators_rest/ - http://pylonshq.com/docs/en/0.9.7/modules/decorators/#pylons.decorators.jsonify But so far I have no idea about how to port those approaches to Pyramid. Patrice -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
