As a follow up:

I want to use something like:
/myapp/api/show_comment/id
to show comment at id
and
/myapp/api/show_comment/
To show all comments

However, when I try this it complains ("invalid arguments").  I try to
test id against None, but id is apparently a server object.
Any ideas or do I just have to define all_comments?


Reply via email to