On Mon, Feb 22, 2010 at 5:02 PM, David Zülke
<[email protected]> wrote:
>
> GET /products - list
> GET /products?num=100&page=2 - this is how you use query strings properly,
> /products/100/2 or so would *not* be RESTful as it doesn't represent a
> resource

Yikes, I didn't know that.  In order to make this RESTful, do we need
to use /products/num/100/page/2 instead?  What's the general rule for
creating "beautiful" RESTful URLs? =)

[ simon.cpu ]

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to