Rest Controller is just a placeholder, to understand how the dispatch happens, you'll need to look at the dispatch code itself.
Are you using 2.0.x or 2.1 either way it's in tg.controllers, but in 2.1 it's isolated out into a separate module... --Mark Ramm On Mon, Nov 23, 2009 at 6:10 PM, AF <[email protected]> wrote: > Hello, > > A few questions: > > 1) Does RestController support relationships? [ > http://microformats.org/wiki/rest/urls#Follow_a_Relationship ] > > 2) What is the relationship between "post_delete", "get_delete", and > "delete"? I am not sure I understand the example urls in the docs. > What does "GET /movies/delete" even mean? [ > http://turbogears.org/2.1/docs/modules/tgcontroller.html#tg.controllers.RestController > ] > > 3) Where would I look if I wanted to examine the source code for > RestController? > > Thank you, > AF > > -- > > You received this message because you are subscribed to the Google Groups > "TurboGears" 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/turbogears?hl=. > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=.

