Hi, I have in my databse 2 tables: blog_post(id, name, slug, description) and blog_comments(id, post_id, comment). I want to use the restful api to for example list all comments for a given slug from blog_post. It is possible?
With patterns i can not do that. Other question: Can i do a pattern in restful api thar list me all users, for example, with id > 30??

